prysm-pulse/beacon-chain/core/helpers
Raul Jordan 19abe81472
Implement Randao Reveal Signing in Proposer Client (#1650)
* 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

* randao proposer impl

* tests pass
2019-02-20 12:58:34 -06:00
..
BUILD.bazel Implement Randao Reveal Signing in Proposer Client (#1650) 2019-02-20 12:58:34 -06:00
committee_test.go CheckBit to work with small endian (#1628) 2019-02-18 12:45:20 -08:00
committee.go Name Changes to Align with V0.3 (#1621) 2019-02-18 10:52:16 -06:00
deposits_test.go Move Deposit Encoding to Helpers Package (#1644) 2019-02-19 12:05:34 -06:00
deposits.go Move Deposit Encoding to Helpers Package (#1644) 2019-02-19 12:05:34 -06:00
randao_test.go Update Configuration, Naming, and GenesisStart to Accommodate Randao (#1647) 2019-02-19 14:24:00 -06:00
randao.go Update Configuration, Naming, and GenesisStart to Accommodate Randao (#1647) 2019-02-19 14:24:00 -06:00
rewards_penalties_test.go Move Validator Helper Functions to Helper Package (#1584) 2019-02-13 15:04:31 -06:00
rewards_penalties.go Move Validator Helper Functions to Helper Package (#1584) 2019-02-13 15:04:31 -06:00
slot_epoch_test.go Name Changes to Align with V0.3 (#1621) 2019-02-18 10:52:16 -06:00
slot_epoch.go Name Changes to Align with V0.3 (#1621) 2019-02-18 10:52:16 -06:00
validators_test.go Name Changes to Align with V0.3 (#1621) 2019-02-18 10:52:16 -06:00
validators.go Name Changes to Align with V0.3 (#1621) 2019-02-18 10:52:16 -06:00