prysm-pulse/beacon-chain/sync/initial-sync
Nishant Das 0be1957c28
Use Stage 1 For Non Finalized Sync (#7012)
* checkpoint
* dont cancel
* remove
* sync mode
* fixes build
* cap max retries when no finalized peers are found
* use max peers
* change it
* fixes TestService_roundRobinSync/Multiple_peers_with_different_finalized_epoch
* fixes blocks fetcher tests
* fixes blocks queue tests
* fixes TestService_blockProviderScoring test
* gofmt
* Merge branch 'master' into useStage1
* Update round_robin.go

preston's review
* Preston's suggestions
* Merge branch 'useStage1' of github.com:prysmaticlabs/prysm into useStage1
* fixes test
2020-08-16 17:51:14 +00:00
..
testing libfuzz based tests (#5095) 2020-05-05 07:22:26 +00:00
blocks_fetcher_peers.go Use Stage 1 For Non Finalized Sync (#7012) 2020-08-16 17:51:14 +00:00
blocks_fetcher_test.go Use Stage 1 For Non Finalized Sync (#7012) 2020-08-16 17:51:14 +00:00
blocks_fetcher_utils.go Use Stage 1 For Non Finalized Sync (#7012) 2020-08-16 17:51:14 +00:00
blocks_fetcher.go Use Stage 1 For Non Finalized Sync (#7012) 2020-08-16 17:51:14 +00:00
blocks_queue_test.go Use Stage 1 For Non Finalized Sync (#7012) 2020-08-16 17:51:14 +00:00
blocks_queue.go Use Stage 1 For Non Finalized Sync (#7012) 2020-08-16 17:51:14 +00:00
BUILD.bazel Peer scoring: init sync (#6709) 2020-08-13 17:33:57 +00:00
fsm_benchmark_test.go Applies assertion funcs to sync tests (#6603) 2020-07-15 04:41:11 +00:00
fsm_test.go Fix multiple anti-patterns from DeepSource analysis (#6951) 2020-08-10 16:16:45 +00:00
fsm.go injects peer.ID into requested/queued/fetched batches (#6979) 2020-08-13 16:42:21 +08:00
initial_sync_test.go Use Stage 1 For Non Finalized Sync (#7012) 2020-08-16 17:51:14 +00:00
log.go First pass: single peer initial sync (#3363) 2019-08-30 15:15:40 -05:00
round_robin_test.go Use Stage 1 For Non Finalized Sync (#7012) 2020-08-16 17:51:14 +00:00
round_robin.go Use Stage 1 For Non Finalized Sync (#7012) 2020-08-16 17:51:14 +00:00
service.go Add and use genesis time in config (#6966) 2020-08-11 14:36:32 -05:00