neo-go/pkg/syncmgr
BlockChainDev c401247af9 [syncmgr]
- refactor syncmgr for blockpool
- add nextBlockIndex so that we can add blocks to the blockPool by
comparing their index
- add processBlock helper method,wraps around cfg.ProcessBlock and increments the nextBlockIndex
internally
2019-03-30 21:34:27 +00:00
..
blockmode.go [PeerMgr] Add Caching and Re-processing system (#263) 2019-03-30 18:10:27 +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 [PeerMgr] Add Caching and Re-processing system (#263) 2019-03-30 18:10:27 +00:00
headermode.go [PeerMgr] Add Caching and Re-processing system (#263) 2019-03-30 18:10:27 +00:00
mockhelpers_test.go [PeerMgr] Add Caching and Re-processing system (#263) 2019-03-30 18:10:27 +00:00
normalmode.go [PeerMgr] Add Caching and Re-processing system (#263) 2019-03-30 18:10:27 +00:00
syncmgr.go [syncmgr] 2019-03-30 21:34:27 +00:00
syncmgr_onblock_test.go Syncmgr: Implement synchronisation manager (#249) 2019-03-28 21:22:17 +00:00
syncmgr_onheaders_test.go Syncmgr: Implement synchronisation manager (#249) 2019-03-28 21:22:17 +00:00