prysm-pulse/validator/internal
Nishant Das 7d0e5a9dc4 Use Latest Vote Map (#4102)
* add latest vote map
* fix all tests
* remove db crud methods
* Merge branch 'master' into latestVoteMap
* preston's review
* Merge branch 'latestVoteMap' of https://github.com/prysmaticlabs/geth-sharding into latestVoteMap
2019-11-25 16:34:20 +00:00
..
aggregator_service_mock.go Use Latest Vote Map (#4102) 2019-11-25 16:34:20 +00:00
attester_service_mock.go Use Latest Vote Map (#4102) 2019-11-25 16:34:20 +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 Use Latest Vote Map (#4102) 2019-11-25 16:34:20 +00:00
README.md Renamed Client to Validator (#428) 2018-08-22 12:15:21 -07:00
validator_service_mock.go Use Latest Vote Map (#4102) 2019-11-25 16:34:20 +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.