prysm-pulse/beacon-chain/rpc
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_server_test.go Restructure RPC Server Into Individual Servers (#1393) 2019-01-28 16:40:40 +01:00
attester_server.go Deprecating Old RPC Methods (#1410) 2019-01-28 20:41:04 +01:00
beacon_server_test.go Deprecating Old RPC Methods (#1410) 2019-01-28 20:41:04 +01:00
beacon_server.go Deprecating Old RPC Methods (#1410) 2019-01-28 20:41:04 +01:00
BUILD.bazel Validator Epoch Assignments RPC Implementation (#1419) 2019-01-29 13:56:14 +01:00
proposer_server_test.go Update all beacon constants to latest in spec (#1407) 2019-01-29 12:16:50 +08:00
proposer_server.go Deprecating Old RPC Methods (#1410) 2019-01-28 20:41:04 +01:00
service_test.go Restructure RPC Server Into Individual Servers (#1393) 2019-01-28 16:40:40 +01:00
service.go Restructure RPC Server Into Individual Servers (#1393) 2019-01-28 16:40:40 +01:00
validator_server_test.go Validator Epoch Assignments RPC Implementation (#1419) 2019-01-29 13:56:14 +01:00
validator_server.go Validator Epoch Assignments RPC Implementation (#1419) 2019-01-29 13:56:14 +01:00