prysm-pulse/beacon-chain/rpc
Raul Jordan b0f5324303
Implement BLS Based RANDAO (#1633)
* finish the BLS API wrapper

* all tests passing

* unexported comment

* gofmt tests for bls

* block processing test into own package to avoid cycle

* randao tests pass

* blocks test passing

* use common deposit generator

* helper

* resolved import cycle

* setup initial

* builds

* almost done with blockchain tests

* fix blockchain tests

* getting through with chaintests

* revert client change

* lint

* sync master conflict gazelle

* randao test fixes
2019-02-19 23:07:28 -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 Wait to Send Genesis Time to Validators Until After Genesis State is Initialized (#1568) 2019-02-13 11:51:57 -06:00
beacon_server.go Wait to Send Genesis Time to Validators Until After Genesis State is Initialized (#1568) 2019-02-13 11:51:57 -06:00
BUILD.bazel Move Deposit Encoding to Helpers Package (#1644) 2019-02-19 12:05:34 -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 Name Changes to Align with V0.3 (#1621) 2019-02-18 10:52:16 -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