prysm-pulse/validator/internal
2018-09-21 09:32:20 -05:00
..
attester_service_mock.go RPC methods for Validators to Get ShardID, Index and Slot (#526) 2018-09-17 22:36:09 -04:00
beacon_service_mock.go Validator Clients Use an Internal Clock to Determine Slot Responsibility (#467) 2018-09-21 09:32:20 -05:00
BUILD.bazel Implement Attester Responsibilities for Demo (#487) 2018-09-11 10:08:31 -07:00
proposer_service_mock.go validator: Implementing Partial Implementation of Proposer Responsibility (#441) 2018-09-04 23:35:32 -04:00
README.md Renamed Client to Validator (#428) 2018-08-22 12:15:21 -07: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.