prysm-pulse/shared
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
..
bitutil CheckBit to work with small endian (#1628) 2019-02-18 12:45:20 -08:00
bls Update Configuration, Naming, and GenesisStart to Accommodate Randao (#1647) 2019-02-19 14:24:00 -06:00
bytesutil Create Wrapper Around Pure Go BLS Project in Prysm (#1625) 2019-02-19 09:09:50 -06:00
cmd Remove paths to go-ethereum crypto in validator (#1635) 2019-02-19 01:17:27 -05:00
debug Fixing profiling and tracing (#550) 2018-09-21 13:35:48 -05:00
event Standardize Naming of Shared Packages, Remove Deprecated Packages (#1435) 2019-01-31 10:53:58 +08:00
forkutils Implement Randao Reveal Signing in Proposer Client (#1650) 2019-02-20 12:58:34 -06:00
hashutil Remove leaf hashing in MerkleRoot function (#1653) 2019-02-20 23:51:35 +05:30
iputils Added tests for iputils (#1265) 2019-01-10 20:08:22 -05:00
keystore shorten name (#1649) 2019-02-19 13:38:29 -08:00
legacyutil switch ethereum 2.0 to ethereum serenity (#714) 2018-11-01 07:02:01 -04:00
mathutil Replace Solidity Contract With Vyper (#1343) 2019-01-28 16:45:28 +08:00
mclockutil Standardize Naming of Shared Packages, Remove Deprecated Packages (#1435) 2019-01-31 10:53:58 +08:00
p2p Validator Attester Rewrite (#1487) 2019-02-06 10:20:38 -06:00
params Update Configuration, Naming, and GenesisStart to Accommodate Randao (#1647) 2019-02-19 14:24:00 -06:00
prometheus Health check for Prometheus service (#1320) 2019-01-23 17:26:25 -08:00
sliceutil Standardize Naming of Shared Packages, Remove Deprecated Packages (#1435) 2019-01-31 10:53:58 +08:00
slotutil Name Changes to Align with V0.3 (#1621) 2019-02-18 10:52:16 -06:00
ssz Use Tree Hashing Algorithm Everywhere for Block Roots and State Root (#1577) 2019-02-14 14:04:47 -06:00
testutil Provide Real Keystore to Validator Service for Public/Private Key Access at Runtime (#1570) 2019-02-13 17:49:06 -06:00
trieutil Update Contract to Use Little Endian And Encoding Across Entire Repo (#1536) 2019-02-12 09:27:00 +05:30
version Add simple version to binaries via golink (#1286) 2019-01-09 23:19:33 -05:00
BUILD.bazel Cleanup and Refactor Shared Package (#634) 2018-10-09 00:58:54 -05:00
service_registry_test.go Health check endpoints for services (#1183) 2018-12-30 16:20:43 -05:00
service_registry.go Implement WaitForChainStart RPC Server and Client (#1421) 2019-01-30 13:28:53 +01:00