Go Node and SDK for the NEO blockchain
Find a file
decentralisedkev cb21c66316
Syncmgr: Implement synchronisation manager (#249)
* [syncmgr]

- Add blockmode, normal mode, headermode
- Add config file
- Add test files
- removed RequestBlocks and RequestHeaders from peers, as we will use
the peermanager for this
- OnHeaders and OnBlock in syncmgr, now return errors
- refactored all tests to use a convenience method to return a syncmgr
and testHelper
2019-03-28 21:22:17 +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 Syncmgr: Implement synchronisation manager (#249) 2019-03-28 21:22:17 +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