Author | SHA1 | Message | Date |
---|---|---|---|
Anton Kaliaev |
3e1516b624
|
linters: enable stylecheck (#4153)
Refs #3262 |
5 years ago |
Sean Braithwaite | 67cdd008cd |
Blockchain v2 processor (#4012)
* Add processor prototype * Change processor API + expose a simple `handle` function which mutates internal state * processor tests * fix gofmt and ohter golangci issues * scopelint var on range scope * add check for short block received * fix formatting * small test reorg * ignore unused for now * ci fix changes * go.mod revert |
5 years ago |
Sean Braithwaite | 0cbf32de97 | merge fix | 5 years ago |
Sean Braithwaite | 0cf8812b17 |
[blockchain] v2 riri Schedule composit data structure (#3848)
* Add Schedule: + The schedule is a data structure used to determine the optimal schedule of requests to the optimal set of peers in order to perform fast-sync as fast and efficiently as possible. * Add some doc strings * fix golangci * Add Schedule: + The schedule is a data structure used to determine the optimal schedule of requests to the optimal set of peers in order to perform fast-sync as fast and efficiently as possible. * Add some doc strings * remove globals from tests |
5 years ago |