prysm-pulse/beacon-chain/sync/initial-sync
Preston Van Loon a74cf5de90
Replace context.Background() with more appropriate context (#7136)
* Replace context.Background() with more appropriate context
* replace a few context.TODO
* Merge refs/heads/master into fix-ctx
* Update validator/accounts/v2/accounts_create.go

Co-authored-by: terence tsao <terence@prysmaticlabs.com>
* Fix tests
* fix stream tests
* gofmt
* Merge refs/heads/master into fix-ctx
* Merge refs/heads/master into fix-ctx
* Merge refs/heads/master into fix-ctx
* Merge refs/heads/master into fix-ctx
* Merge refs/heads/master into fix-ctx
* Merge refs/heads/master into fix-ctx
* Merge refs/heads/master into fix-ctx
* Merge refs/heads/master into fix-ctx
* fix conflicts and remove ctx background uses
* fix broken test
* Merge branch 'master' into fix-ctx
* imports
* Merge branch 'fix-ctx' of github.com:prysmaticlabs/prysm into fix-ctx
* Merge refs/heads/master into fix-ctx
* Merge refs/heads/master into fix-ctx
* fix conflicts
* Merge refs/heads/master into fix-ctx
* fmt
* Merge refs/heads/master into fix-ctx
* Merge refs/heads/master into fix-ctx
* Merge refs/heads/master into fix-ctx
* Merge refs/heads/master into fix-ctx
* Merge refs/heads/master into fix-ctx
* fixes tests
2020-09-09 09:48:52 +00:00
..
testing libfuzz based tests (#5095) 2020-05-05 07:22:26 +00:00
blocks_fetcher_peers.go Updates resyncIfBehind() functionality (#7039) 2020-08-18 02:10:45 +00:00
blocks_fetcher_test.go Hardens block validation in init-sync (#7168) 2020-09-03 07:07:42 +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 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 Hardens block validation in init-sync (#7168) 2020-09-03 07:07:42 +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 Asserts response invariants in beaconBlocksByRange (#7166) 2020-09-02 21:59:57 +00:00
log.go First pass: single peer initial sync (#3363) 2019-08-30 15:15:40 -05:00
round_robin_test.go Replace context.Background() with more appropriate context (#7136) 2020-09-09 09:48:52 +00:00
round_robin.go Replace context.Background() with more appropriate context (#7136) 2020-09-09 09:48:52 +00:00
service.go Replace context.Background() with more appropriate context (#7136) 2020-09-09 09:48:52 +00:00