prysm-pulse/beacon-chain/rpc/beacon
Raul Jordan 90cbe49496 Implement GetValidator RPC Endpoint (#4188)
* include new patch targeting latest ethapis master
* ensure project builds
* Merge branch 'master' into update-all-api
* fix up committees
* Merge branch 'update-all-api' of github.com:prysmaticlabs/prysm into update-all-api
* include latest eth apis
* Merge branch 'master' into update-all-api
* update block tests
* Merge branch 'update-all-api' of github.com:prysmaticlabs/prysm into update-all-api
* Merge branch 'master' into update-all-api
* add todos
* implement get validator rpc
* add test for get validator
* table driven test
* fix up test
* fix confs
* tests for more cases
* fix up tests and add out of range
2019-12-04 00:33:34 +00:00
..
assignments_test.go Update API to return empty next page token on last page response (#4176) 2019-12-03 17:45:43 +00:00
assignments.go Apply Patch Rules to Use EthereumAPIs Generated Protos in Prysm (#4112) 2019-11-27 05:08:18 +00:00
attestations_test.go Update API to return empty next page token on last page response (#4176) 2019-12-03 17:45:43 +00:00
attestations.go Update EthereumAPIs (#4186) 2019-12-03 23:44:58 +00:00
blocks_test.go Update EthereumAPIs (#4186) 2019-12-03 23:44:58 +00:00
blocks.go Update EthereumAPIs (#4186) 2019-12-03 23:44:58 +00:00
BUILD.bazel Implement Chain Head Stream & Naming Consistency (#4160) 2019-12-03 19:48:11 +00:00
committees_test.go Update EthereumAPIs (#4186) 2019-12-03 23:44:58 +00:00
committees.go Update EthereumAPIs (#4186) 2019-12-03 23:44:58 +00:00
server.go Apply Patch Rules to Use EthereumAPIs Generated Protos in Prysm (#4112) 2019-11-27 05:08:18 +00:00
validators_test.go Implement GetValidator RPC Endpoint (#4188) 2019-12-04 00:33:34 +00:00
validators.go Implement GetValidator RPC Endpoint (#4188) 2019-12-04 00:33:34 +00:00