Raul Jordan
4ebe2fb5b5
Implement AttestationPool and ListAttestations RPC Functions ( #3061 )
2019-07-26 10:07:20 -07:00
terence tsao
b80d9f4f7f
Implement GetValidatorParticipation RPC function ( #3069 )
2019-07-25 14:01:18 -07:00
terence tsao
c1eeeef853
Implement ListValidatorAssignments RPC function ( #3067 )
...
* Need to sync latest ethereum API, will do it in master
* Added pagination wrapper
* Implemented ListValidatorAssignments
* Finished tests
* Fixed tests
* Raul's feedback
* Fmt
* Pagination test
* Removed extra loggings
2019-07-25 15:45:31 -04:00
terence tsao
17576af752
Implement GetValidators gRPC server ( #3054 )
2019-07-23 19:36:35 -07:00
terence tsao
41e55a6902
Sync with latest eth api definitions ( #3059 )
2019-07-23 14:33:25 -07:00
Raul Jordan
930e992e85
Include Stubs for All Beacon Chain Server RPC Methods ( #3058 )
...
* add most rpc method stubs
* include all stubs
* use unimplemented error code
2019-07-23 15:29:13 -05:00
Raul Jordan
5374350a1c
Standardize Flags at Top Level and Remove Deprecated Utils ( #3046 )
...
* move shuffling to core
* remove old utils
* move flags to top level
* package lvl comment removal
* fix up references to flags
* revert node.go
* revert p2p_config.go
* revert main.go
* revert validator node.go
* revert validator main.go
* add flags pkg
* viz
* goimports
2019-07-23 08:58:20 -05:00
terence tsao
d42fab070d
Implement ListValidatorBalances gRPC server ( #3050 )
...
* Implemented ListValidatorBalances in beacon chain server
* Fmt
* Tests
* Spacings
* goimports
* Apply suggestions from code review, thanks Raul!
Co-Authored-By: Raul Jordan <raul@prysmaticlabs.com>
* Update beacon-chain/rpc/beacon_chain_server.go
Co-Authored-By: Preston Van Loon <preston@prysmaticlabs.com>
2019-07-22 21:49:47 -05:00