Go Node and SDK for the NEO blockchain
Find a file
decentralisedkev abb4da9cbd
[PeerMgr] Add Caching and Re-processing system (#263)
[peermgr]

- Add request cache with tests
- Add requestCache to peermgr
- refactored peer manager tests
- Added blockInfo struct, to allow sorting on the blockIndex
- added helper methods for cache, pickItem, pickFirstItem, removeHash,
findHash and refactored tests
- renamed requestcache to blockcache
- refactored peer manager to use block cache for block requests *only*
- added blockCallPeer function to handle block requests only
- refactored onDisconnect to add back any pending peer requests that the
disconnected peer did not complete into the peer manager queue

[peermgr/server]

- Modify onBlock handler in server, to send peermgr a BlockInfo struct

[peermgr/syncmgr/server]

- Modified blockIndex in BlockInfo to be uint32 and not uint64
- RequestBlocks in syncmgr now takes an index along with the hash
- modified syncmgr code to pass index along with hash in all methods
2019-03-30 18:10:27 +00:00
.circleci Add CircleCI to dev-branch (#165) 2019-02-27 13:49:16 +00:00
cli Initial commit 2019-02-25 22:44:14 +00:00
docs Initial commit 2019-02-25 22:44:14 +00:00
pkg [PeerMgr] Add Caching and Re-processing system (#263) 2019-03-30 18:10:27 +00:00
.travis.yml Setup TravisCI for dev branch (#161) 2019-02-26 20:30:05 +00:00
go.mod Fix lint errors (#182) 2019-03-17 18:26:35 +00:00
go.sum Fix lint errors (#182) 2019-03-17 18:26:35 +00:00
main.go [Server] Implements Orchestration server (#252) 2019-03-28 22:49:34 +00:00