prysm-pulse/validator/internal
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
..
aggregator_service_mock.go Aggregator selection from RPC to validator client (#4071) 2019-11-22 05:11:38 +00:00
attester_service_mock.go Aggregator selection from RPC to validator client (#4071) 2019-11-22 05:11:38 +00:00
BUILD.bazel Aggregator selection from RPC to validator client (#4071) 2019-11-22 05:11:38 +00:00
node_mock.go Do Not Reject Attestations in Genesis Epoch (#3955) 2019-11-08 08:09:07 -08:00
proposer_service_mock.go Aggregator selection from RPC to validator client (#4071) 2019-11-22 05:11:38 +00:00
README.md Renamed Client to Validator (#428) 2018-08-22 12:15:21 -07:00
validator_service_mock.go Aggregator selection from RPC to validator client (#4071) 2019-11-22 05:11:38 +00:00

Client Internal Package

This package should be used for test helpers and non-production code only! Mocks generated with gomock and omckgen will go in this package.