prysm-pulse/beacon-chain/sync
Raul Jordan 5371218b9b
Refactor ChainService for Receiving Blocks Synchronously (#1984)
* refactor chain service

* restructure service and lint

* all calls to receive block in chain service are now blocking

* begin fixing tests

* refactored blockchain tests

* builds correctly

* blockchain tests pass again

* lint

* sync and rpc tests pass again

* done

* add in open tracing

* span in fork choice

* Update beacon-chain/blockchain/block_processing.go

Co-Authored-By: rauljordan <raul@prysmaticlabs.com>
2019-03-13 17:17:32 -04:00
..
initial-sync Refactor ChainService for Receiving Blocks Synchronously (#1984) 2019-03-13 17:17:32 -04:00
BUILD.bazel p2p fixes / improvements (#1931) 2019-03-07 21:37:15 -05:00
metrics.go Adding Prometheus Metrics and Tracing to Sync (#1858) 2019-03-05 11:31:19 -06:00
querier_test.go Make State Requests only Request for Finalized State (#1955) 2019-03-12 16:44:21 -04:00
querier.go Make State Requests only Request for Finalized State (#1955) 2019-03-12 16:44:21 -04:00
regular_sync_test.go Refactor ChainService for Receiving Blocks Synchronously (#1984) 2019-03-13 17:17:32 -04:00
regular_sync.go Refactor ChainService for Receiving Blocks Synchronously (#1984) 2019-03-13 17:17:32 -04:00
service_test.go Eth1 Data Fix (#1785) 2019-03-02 17:38:22 -06:00
service.go Make State Requests only Request for Finalized State (#1955) 2019-03-12 16:44:21 -04:00
simulated_sync_test.go Make State Requests only Request for Finalized State (#1955) 2019-03-12 16:44:21 -04:00