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 |
|