prysm-pulse/beacon-chain/sync/initial-sync
Nishant Das b0128ad894
Add Attestation Subnet Bitfield (#4989)
* bump bitfield dep

* add new methods

* get it working

* add nil check

* add check

* one more check

* add flag

* everything works local run

* add debug log

* more changes

* ensuring p2p interface works enough for tests to pass

* all tests pass

* include proper naming and comments to fix lint

* Apply suggestions from code review

* discover by peers

* cannot figure out why 0 peers

* remove keys

* fix test

* fix it

* fix again

* remove log

* change back

* gaz

Co-authored-by: Raul Jordan <raul@prysmaticlabs.com>
2020-03-23 09:41:47 -05:00
..
testing Add Ability to Resync Node (#4279) 2020-01-02 16:09:28 +08:00
blocks_fetcher_test.go Init sync pre queue (#5098) 2020-03-14 13:21:07 -05:00
blocks_fetcher.go Fix new state mgmt sync stuck in a loop (#5142) 2020-03-19 18:46:35 -07:00
blocks_queue_test.go Part 1 of integrating new state mgmt to run time (#5108) 2020-03-16 12:07:07 -07:00
blocks_queue.go Refactoring of initial sync (#5096) 2020-03-17 12:27:18 -05:00
BUILD.bazel Init sync blocks queue (#5064) 2020-03-16 18:21:36 +03:00
log.go First pass: single peer initial sync (#3363) 2019-08-30 15:15:40 -05:00
round_robin_test.go Add Attestation Subnet Bitfield (#4989) 2020-03-23 09:41:47 -05:00
round_robin.go change to batch size (#5128) 2020-03-18 17:57:20 +08:00
service.go Add Unsafe Sync (#4906) 2020-02-19 00:25:07 -08:00