neoneo-go/pkg/syncmgr
BlockChainDev 751d2711d4 [syncmgr]
- refactored OnBlockBlockMode to use blockPool
- syncmgr now checks for future blocks, instead of looking for a
FutureBlockErr from the Chain. This makes it so that syncmgr does not
depend on the Chain package.
- removed GetBestBlockHash function from config(unused)
- refactored all tests in the syncmgr package
2019-03-30 21:36:50 +00:00
..
blockmode.go [syncmgr] 2019-03-30 21:36:50 +00:00
blockpool.go [syncmgr] 2019-03-30 21:32:44 +00:00
blockpool_test.go [syncmgr] 2019-03-30 21:32:44 +00:00
config.go [syncmgr] 2019-03-30 21:36:50 +00:00
headermode.go [PeerMgr] Add Caching and Re-processing system (#263) 2019-03-30 18:10:27 +00:00
mockhelpers_test.go [syncmgr] 2019-03-30 21:36:50 +00:00
normalmode.go [syncmgr] 2019-03-30 21:36:50 +00:00
syncmgr.go [syncmgr] 2019-03-30 21:34:27 +00:00
syncmgr_onblock_test.go [syncmgr] 2019-03-30 21:36:50 +00:00
syncmgr_onheaders_test.go [syncmgr] 2019-03-30 21:36:50 +00:00