prysm-pulse/beacon-chain/blockchain
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
..
stategenerator Add State Generator (#1718) 2019-03-07 11:02:47 +08:00
block_processing_test.go Refactor ChainService for Receiving Blocks Synchronously (#1984) 2019-03-13 17:17:32 -04:00
block_processing.go Refactor ChainService for Receiving Blocks Synchronously (#1984) 2019-03-13 17:17:32 -04:00
BUILD.bazel Refactor ChainService for Receiving Blocks Synchronously (#1984) 2019-03-13 17:17:32 -04:00
fork_choice_test.go Refactor ChainService for Receiving Blocks Synchronously (#1984) 2019-03-13 17:17:32 -04:00
fork_choice.go Refactor ChainService for Receiving Blocks Synchronously (#1984) 2019-03-13 17:17:32 -04:00
service_test.go Refactor ChainService for Receiving Blocks Synchronously (#1984) 2019-03-13 17:17:32 -04:00
service.go Refactor ChainService for Receiving Blocks Synchronously (#1984) 2019-03-13 17:17:32 -04:00