prysm-pulse/beacon-chain/rpc
Raul Jordan 9bee695a3b
Implement Eth1Data RPC Server Functionality (#1615)
* eth1 data comments

* eth1 data RPC server side impl

* logic is data objects is empty

* finished eth1 server logic

* update comments

* fmt

* big int comparisons

* begin adding eth1 data tests

* empty data votes test runs

* all tests complete with every code branch triggered, behavior correct

* fmt, imports

* address comments

* wrapped up tests

* addressed all comments
2019-02-20 11:57:02 -06:00
..
attester_server_test.go Fetch the Correct Chain Head During AttestHead (#1596) 2019-02-18 23:49:56 -06:00
attester_server.go Fetch the Correct Chain Head During AttestHead (#1596) 2019-02-18 23:49:56 -06:00
beacon_server_test.go Implement Eth1Data RPC Server Functionality (#1615) 2019-02-20 11:57:02 -06:00
beacon_server.go Implement Eth1Data RPC Server Functionality (#1615) 2019-02-20 11:57:02 -06:00
BUILD.bazel Implement Eth1Data RPC Server Functionality (#1615) 2019-02-20 11:57:02 -06:00
proposer_server_test.go Update Configuration, Naming, and GenesisStart to Accommodate Randao (#1647) 2019-02-19 14:24:00 -06:00
proposer_server.go Pending Attestations RPC Server/Client Implementation (#1617) 2019-02-15 18:36:40 -06:00
service_test.go Pending Attestations RPC Server/Client Implementation (#1617) 2019-02-15 18:36:40 -06:00
service.go Implement Eth1Data RPC Server Functionality (#1615) 2019-02-20 11:57:02 -06:00
validator_server_test.go Implement BLS Based RANDAO (#1633) 2019-02-19 23:07:28 -06:00
validator_server.go Implement Next Epoch Committee Assignment for RPC Server (#1641) 2019-02-19 15:31:04 -08:00