Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
99 commits
Select commit Hold shift + click to select a range
a4997dd
Fix typo in log import
Nov 5, 2018
13749d1
Merge branch 'develop' of github.com:CovenantSQL/CovenantSQL into dev…
Nov 8, 2018
674cafe
Prune useless chain pkg code
Nov 8, 2018
f061ab1
Fix PersistentCaller Reconnect logic
Nov 8, 2018
f93ad78
Add chainbus prototype
Nov 9, 2018
85b431d
Format imports
Nov 9, 2018
540f578
Change topic to string type
Nov 19, 2018
212762a
Make cql-fuse default log level to InfoLevel
Nov 19, 2018
b65e39a
Fix chainbus test
Nov 19, 2018
5f05702
Merge remote-tracking branch 'origin/develop' into feature/chainBus
leventeliu Nov 20, 2018
c2ebbd3
Merge branch 'feature/chainBus' of github.com:CovenantSQL/CovenantSQL…
zeqing-guo Nov 20, 2018
e7cbedc
Merge branch 'feature/chainBus' of github.com:CovenantSQL/CovenantSQL…
zeqing-guo Nov 20, 2018
2ea4313
Change AddTx to chainbus
zeqing-guo Nov 21, 2018
8047503
Utils/Profiler log field name wrong.
Nov 20, 2018
8968898
Add block cache pruning
leventeliu Nov 20, 2018
140fe89
Move blockproducer/types to types and change the account fields
zeqing-guo Nov 21, 2018
2bb91a5
Format code
zeqing-guo Nov 21, 2018
377ec04
Merge branch 'feature/chainBus' of github.com:CovenantSQL/CovenantSQL…
zeqing-guo Nov 21, 2018
9aa1747
Add miner-user matching mode
zeqing-guo Nov 25, 2018
9d6c393
Add update permission
zeqing-guo Nov 26, 2018
8e46764
Add test case
zeqing-guo Nov 27, 2018
2366b06
Use context instead of stop signal channel
leventeliu Nov 27, 2018
0739eae
Use context version of CallNode
leventeliu Nov 27, 2018
af7a0b4
Refactor imports
leventeliu Nov 27, 2018
63a5567
Fix DATARACE in testing
leventeliu Nov 29, 2018
ec3b46d
Support db encryption on SQLChainProfile
zeqing-guo Nov 29, 2018
b502fdc
Simplify goFunc of chain runtime
leventeliu Nov 29, 2018
2c15e29
Merge branch 'feature/chainBus' of github.com:CovenantSQL/CovenantSQL…
zeqing-guo Nov 29, 2018
a524e26
Use defer to decrement WaitGroup counter
leventeliu Nov 29, 2018
acaf2cb
Format code
zeqing-guo Nov 29, 2018
0d70964
Merge branch 'feature/chainBus' of github.com:CovenantSQL/CovenantSQL…
zeqing-guo Nov 29, 2018
f5802a4
Merge remote-tracking branch 'origin/develop' into feature/bpRefactor
leventeliu Dec 5, 2018
339247b
Add branch and runtime state
leventeliu Dec 6, 2018
f6b4482
Add method for both block producing and applying to switch branch
leventeliu Dec 10, 2018
1cf0d76
Move state cache to metaState
leventeliu Dec 10, 2018
4a79cc3
Remove boltdb, use new version block producing
leventeliu Dec 10, 2018
ec92ecc
Remove main metaState in chain struct
leventeliu Dec 11, 2018
fd4c3ea
Remove chain testing
leventeliu Dec 11, 2018
5afe3fb
Remove redundant codes in the new design
leventeliu Dec 11, 2018
8a15c7c
Remove block index
leventeliu Dec 11, 2018
06f6512
Add methods to reload chain state
leventeliu Dec 11, 2018
e80e8d7
Refactor runtime constructor
leventeliu Dec 12, 2018
658ecc9
Add block node testing
leventeliu Dec 12, 2018
abd8cd5
Add basic testing, fix some issues
leventeliu Dec 12, 2018
51e12fd
Fix hash stringer
leventeliu Dec 12, 2018
18ca929
Add short string for clearer logging
leventeliu Dec 12, 2018
ee3e0c9
Use common config to run local node testing
leventeliu Dec 12, 2018
825f70f
Fix missing base account issue in initialization
leventeliu Dec 12, 2018
6174fbe
Add testing cases and debug log
leventeliu Dec 12, 2018
f322736
Merge remote-tracking branch 'origin/develop' into feature/bpRefactor
leventeliu Dec 13, 2018
ddf32de
Fix comment format
leventeliu Dec 13, 2018
302dbce
Fix issue at database reloading
leventeliu Dec 13, 2018
0d123a0
Fix an issue on branch forking
leventeliu Dec 13, 2018
80ffb98
Refactor testing case
leventeliu Dec 13, 2018
6a5eafc
Remove deprecated billing codes
leventeliu Dec 13, 2018
378cdda
Add testing for chain APIs
leventeliu Dec 13, 2018
c7cd0b1
Minor fix for go linter
leventeliu Dec 13, 2018
43a58cf
Merge remote-tracking branch 'origin/develop' into feature/bpRefactor
leventeliu Dec 13, 2018
7552ccd
Fix mixin type mismatching
leventeliu Dec 13, 2018
d15ab00
Rename rt to runtime
leventeliu Dec 13, 2018
c951efd
Add a convey testing branch
leventeliu Dec 13, 2018
1cb6783
Use block height to discover genesis
leventeliu Dec 13, 2018
a8416e0
Avoid to create new branch on existed block
leventeliu Dec 14, 2018
393a984
Fetch head blocks parallelly
leventeliu Dec 14, 2018
9db82b0
Merge remote-tracking branch 'origin/develop' into feature/bpRefactor
leventeliu Dec 14, 2018
2f8f4dc
Add RPC broadcast and context with timeout
leventeliu Dec 17, 2018
3ef4e7b
Add single run testing branch
leventeliu Dec 17, 2018
e9af4f2
Fix transaction sorting: should be by account and nonce
leventeliu Dec 17, 2018
9697a78
Set log level in testing mode to reduce log length
leventeliu Dec 17, 2018
144b367
Fix chain head synchronizing
leventeliu Dec 17, 2018
f78fc33
Remove root context
leventeliu Dec 17, 2018
a84ef4b
Merge runtime struct to Chain
leventeliu Dec 17, 2018
c3f7302
Add transactions to forked branch
leventeliu Dec 17, 2018
7cab95a
Fix transaction type error
leventeliu Dec 18, 2018
039cb17
Rename some functions to improve readability
leventeliu Dec 18, 2018
d9a472e
Remove unused codes
leventeliu Dec 18, 2018
8b4a70a
Format logging messages
leventeliu Dec 18, 2018
ed59180
Add column names in insert statement
leventeliu Dec 18, 2018
bb1f3f6
Fix typo
leventeliu Dec 18, 2018
b7672e7
Set testing log level
leventeliu Dec 18, 2018
231555c
Remove transaction pool codes
leventeliu Dec 18, 2018
bb4995a
Remove blank files
leventeliu Dec 18, 2018
e34e9c9
Minor fix
leventeliu Dec 18, 2018
5522e5e
Merge remote-tracking branch 'origin/develop' into feature/bpRefactor
leventeliu Dec 18, 2018
3ded344
Minor fix
leventeliu Dec 18, 2018
6ab477e
Remove more unused codes
leventeliu Dec 18, 2018
3a20fd0
Fix typo
leventeliu Dec 19, 2018
f775461
Rename ambiguous variables
leventeliu Dec 20, 2018
d8545c9
Minor fix
leventeliu Dec 20, 2018
442def2
Rename more things for readability
leventeliu Dec 21, 2018
4baab96
More renaming: use more specific function names
leventeliu Dec 21, 2018
380523b
Merge remote-tracking branch 'origin/develop' into feature/bpRefactor
leventeliu Dec 21, 2018
af48815
Merge branch 'develop' into feature/bpRefactor
leventeliu Dec 21, 2018
8977e8c
Add test case for IssueKeys in metastate.go
zeqing-guo Dec 21, 2018
af710ae
Merge branch 'feature/bpRefactor' of github.com:CovenantSQL/CovenantS…
zeqing-guo Dec 21, 2018
b72acd8
Improve import format
zeqing-guo Dec 21, 2018
355e582
Use adjustable consistency level config instead of boolean eventual c…
Dec 21, 2018
74c52f8
Add a FIXME and comment out channel closing to fix a DATARACE
leventeliu Dec 21, 2018
943ebc9
Add UseEventualConsistency flag for eventual consistency and use Cons…
Dec 21, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
133 changes: 0 additions & 133 deletions blockproducer/blockindex.go

This file was deleted.

162 changes: 0 additions & 162 deletions blockproducer/blockindex_test.go

This file was deleted.

Loading