prysm-pulse/beacon-chain/blockchain
terence tsao f5cb04012e Aggregator selection from RPC to validator client (#4071)
* Config
* Updated proto
* Updated pool
* Updated RPC
* Updated validator client
* run time works
* Clean ups
* Fix tests
* Visibility
* Merge branch 'master' of https://github.com/prysmaticlabs/prysm into aggregator
* Raul's feedback
* Tests for RPC server
* Tests for validator client
* Span
* More tests
* Use go routine for SubmitAggregateAndProof
* Go routines
* Updated comments
* Use array of roles
* Fixed tests
* Build
* Update validator/client/runner.go

Co-Authored-By: Preston Van Loon <preston@prysmaticlabs.com>
* Update validator/client/runner.go

Co-Authored-By: Preston Van Loon <preston@prysmaticlabs.com>
* If
* Merge branch 'refactor-validator-roles' of https://github.com/prysmaticlabs/prysm into refactor-validator-roles
* Empty
* Feedback
* Merge branch 'master' of https://github.com/prysmaticlabs/prysm into aggregator
* Removed proto/eth/v1alpha1/shard_chain.pb.go?
* Cleaned up
* Revert
* Comments
* Lint
* Comment
* Merge branch 'master' into aggregator
2019-11-22 05:11:38 +00:00
..
forkchoice Return error instead of logging (#4039) 2019-11-18 14:09:26 -08:00
testing Nil state fallback in Blockchain.HeadState() (#4042) 2019-11-19 10:12:50 -06:00
BUILD.bazel Add generic state feed (#4004) 2019-11-19 17:17:41 +08:00
chain_info_norace_test.go Nil state fallback in Blockchain.HeadState() (#4042) 2019-11-19 10:12:50 -06:00
chain_info_test.go Nil state fallback in Blockchain.HeadState() (#4042) 2019-11-19 10:12:50 -06:00
chain_info.go Nil state fallback in Blockchain.HeadState() (#4042) 2019-11-19 10:12:50 -06:00
info.go Clean up post --next (#3411) 2019-09-06 22:39:14 -04:00
log.go Improve Beacon Node Logging UX (#3600) 2019-10-01 15:05:17 -05:00
metrics.go Clean up post --next (#3411) 2019-09-06 22:39:14 -04:00
receive_attestation_test.go Process attestation to use operation service's pool (#4014) 2019-11-18 11:19:03 -06:00
receive_attestation.go return to exit select loop rather than break (#4040) 2019-11-19 21:22:45 +08:00
receive_block_test.go Update run time to v0.9 (#3935) 2019-11-11 17:03:43 -05:00
receive_block.go Move the state notifier to a different module (#4058) 2019-11-19 16:15:48 -06:00
service_norace_test.go HeadFetcher data race fix (#3460) 2019-09-23 14:24:42 -05:00
service_test.go Aggregator selection from RPC to validator client (#4071) 2019-11-22 05:11:38 +00:00
service.go Move the state notifier to a different module (#4058) 2019-11-19 16:15:48 -06:00