prysm-pulse/beacon-chain/sync/initial-sync
Victor Farazdagi 1ce7cd5f50
Init sync: minor refactoring and more tests for Service (#7286)
* removes redundant code
* removes redundant code
* removes redundant db
* removes redundant p2p
* servive - test future genesis
* more tests for service.Start()
* service - already synced test
* Merge branch 'master' into init-sync-more-service-tests
* Merge branch 'master' into init-sync-more-service-tests
* NewInitialSync to New (avoid stutter)
* TestService_markSynced
* more assertions
* TestService_Resync
* renames test
* Merge branch 'master' into init-sync-more-service-tests
* Merge refs/heads/master into init-sync-more-service-tests
* Merge branch 'master' into init-sync-more-service-tests
* Merge refs/heads/master into init-sync-more-service-tests
* Merge branch 'master' into init-sync-more-service-tests
* fixes e2e test
* Merge branch 'init-sync-more-service-tests' of github.com:prysmaticlabs/prysm into init-sync-more-service-tests
* Merge refs/heads/master into init-sync-more-service-tests
* Merge refs/heads/master into init-sync-more-service-tests
* Merge refs/heads/master into init-sync-more-service-tests
* Merge refs/heads/master into init-sync-more-service-tests
* New -> NewInitialSync
2020-09-23 07:24:33 +00:00
..
testing libfuzz based tests (#5095) 2020-05-05 07:22:26 +00:00
blocks_fetcher_peers.go Replace Roughtime With Timeutils Across Prysm (#7301) 2020-09-22 19:49:58 +08:00
blocks_fetcher_test.go Replace Roughtime With Timeutils Across Prysm (#7301) 2020-09-22 19:49:58 +08:00
blocks_fetcher_utils.go Add overflow check for StartSlot (#7149) 2020-09-02 02:52:36 +00:00
blocks_fetcher.go Fix unclosed tickers/timers (#7190) 2020-09-08 18:05:38 +00:00
blocks_queue_test.go Hardens block validation in init-sync (#7168) 2020-09-03 07:07:42 +00:00
blocks_queue.go Fix unclosed tickers/timers (#7190) 2020-09-08 18:05:38 +00:00
BUILD.bazel Replace Roughtime With Timeutils Across Prysm (#7301) 2020-09-22 19:49:58 +08: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 Replace Roughtime With Timeutils Across Prysm (#7301) 2020-09-22 19:49:58 +08:00
initial_sync_test.go Replace Roughtime With Timeutils Across Prysm (#7301) 2020-09-22 19:49:58 +08:00
log.go First pass: single peer initial sync (#3363) 2019-08-30 15:15:40 -05:00
round_robin_test.go Init sync refactor state initialization check + tests (#7285) 2020-09-21 12:20:26 +00:00
round_robin.go Replace context.Background() with more appropriate context (#7136) 2020-09-09 09:48:52 +00:00
service_test.go Init sync: minor refactoring and more tests for Service (#7286) 2020-09-23 07:24:33 +00:00
service.go Init sync: minor refactoring and more tests for Service (#7286) 2020-09-23 07:24:33 +00:00