prysm-pulse/beacon-chain/sync/initial-sync
Victor Farazdagi d169b490fa
Fix ineffectual assignments (#7403)
* update rpc/beacon
* more fixes to beacon-chain/rpc
* update beacon-chain/sync
* Merge refs/heads/master into fix-ineffectual-assignments
* updates beacon-chain/p2p
* Merge branch 'fix-ineffectual-assignments' of github.com:prysmaticlabs/prysm into fix-ineffectual-assignments
* update beacon-chain/*
* fix imports
* update beacon-chain/blockchain
* more updates
* Merge refs/heads/master into fix-ineffectual-assignments
* Merge branch 'master' into fix-ineffectual-assignments
* Merge refs/heads/master into fix-ineffectual-assignments
* next round of updated
* Merge branch 'fix-ineffectual-assignments' of github.com:prysmaticlabs/prysm into fix-ineffectual-assignments
* wrap up remaining items
2020-10-01 18:53:36 +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 Fix ineffectual assignments (#7403) 2020-10-01 18:53:36 +00: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 Improves test coverage of init-sync queue (#7320) 2020-09-24 21:39:46 +08: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 Better naming for constructor funcs (#7316) 2020-09-23 08:59:49 +00:00
round_robin.go Remove unused constant in round robin (#7402) 2020-10-01 13:02:47 +00:00
service_test.go Better naming for constructor funcs (#7316) 2020-09-23 08:59:49 +00:00
service.go Add, use and test VerifyWeakSubjectivityRoot (#7344) 2020-09-26 08:04:07 +00:00