prysm-pulse/validator/internal
2019-11-08 08:09:07 -08:00
..
attester_service_mock.go Do Not Reject Attestations in Genesis Epoch (#3955) 2019-11-08 08:09:07 -08:00
BUILD.bazel Block validator from getting assignment until beacon node is sync'ed (#3953) 2019-11-07 17:59:11 -08:00
node_mock.go Do Not Reject Attestations in Genesis Epoch (#3955) 2019-11-08 08:09:07 -08:00
proposer_service_mock.go Do Not Reject Attestations in Genesis Epoch (#3955) 2019-11-08 08:09:07 -08:00
README.md Renamed Client to Validator (#428) 2018-08-22 12:15:21 -07:00
validator_service_mock.go Do Not Reject Attestations in Genesis Epoch (#3955) 2019-11-08 08:09:07 -08: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.