prysm-pulse/beacon-chain/sync/initial-sync
Preston Van Loon 5345ddf686 Initial Sync: Round robin (#3538)
* first pass, step 1 works

* naive from finalized to head

* delete commented code

* checkpoint progress on tests

* passing test

* abstract code slightly

* failure cases

* chkpt

* mostly working, missing a single block and having timeout

* passing tests

* comments

* comments

* gaz

* clarify comments

* progress on a few new cases

* add back bootnode query tool

* bootstrap from DHT

* chunked responses in round robin

* fix tests and deadlines

* add basic counter, time estimation

* hello -> handshakes

* show peers in use during sync

* just one last test failure

* only request blocks starting in the finalized epoch for step 1

* revert that

* comment out test and add better commentary

* move requestBlocks out to pointer receiver

* mathutil

* Update beacon-chain/sync/initial-sync/round_robin.go

Co-Authored-By: Raul Jordan <raul@prysmaticlabs.com>

* PR feedback

* PR feedback
2019-09-25 12:00:04 -05:00
..
testing Wait until fully synced to process pubsub messages (#3514) 2019-09-20 10:54:32 -07:00
BUILD.bazel Initial Sync: Round robin (#3538) 2019-09-25 12:00:04 -05:00
log.go First pass: single peer initial sync (#3363) 2019-08-30 15:15:40 -05:00
round_robin_test.go Initial Sync: Round robin (#3538) 2019-09-25 12:00:04 -05:00
round_robin.go Initial Sync: Round robin (#3538) 2019-09-25 12:00:04 -05:00
service.go Initial Sync: Round robin (#3538) 2019-09-25 12:00:04 -05:00