prysm-pulse/validator/internal
Raul Jordan 07c0387be1
Validator Epoch Assignments RPC Implementation (#1419)
* begin reorder

* move into beacon server

* add proposer server

* fix

* add proposer server

* wrap up rpc reorder

* eliminated deprecated RPC endpoints

* formatted nicely

* RPC protos

* fix lint

* integrate hash proto

* epoch assignments

* deprecated committee code

* remove deprecated messages

* fixed mocks, added tests for validator epoch assignments

* gazelle

* fix broken bazel

* nishant comment
2019-01-29 13:56:14 +01:00
..
attester_service_mock.go Streaming Validator Assignment Service Definition (#554) 2018-09-22 13:19:34 -05:00
beacon_service_mock.go Deprecating Old RPC Methods (#1410) 2019-01-28 20:41:04 +01:00
BUILD.bazel Deprecating Old RPC Methods (#1410) 2019-01-28 20:41:04 +01:00
proposer_service_mock.go Deprecating Old RPC Methods (#1410) 2019-01-28 20:41:04 +01:00
README.md Renamed Client to Validator (#428) 2018-08-22 12:15:21 -07:00
validator_service_mock.go Validator Epoch Assignments RPC Implementation (#1419) 2019-01-29 13:56:14 +01: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.