prysm-pulse/beacon-chain
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
..
attestation CheckBit to work with small endian (#1628) 2019-02-18 12:45:20 -08:00
blockchain Implement BLS Based RANDAO (#1633) 2019-02-19 23:07:28 -06:00
chaintest Implement BLS Based RANDAO (#1633) 2019-02-19 23:07:28 -06:00
core Implement BLS Based RANDAO (#1633) 2019-02-19 23:07:28 -06:00
db Implement BLS Based RANDAO (#1633) 2019-02-19 23:07:28 -06:00
internal Provide Real Keystore to Validator Service for Public/Private Key Access at Runtime (#1570) 2019-02-13 17:49:06 -06:00
node Remove Processed Block Operations from DB (#1626) 2019-02-18 15:34:49 -08:00
operations Remove Processed Block Operations from DB (#1626) 2019-02-18 15:34:49 -08:00
powchain Implement Eth1Data RPC Server Functionality (#1615) 2019-02-20 11:57:02 -06:00
rpc Implement Eth1Data RPC Server Functionality (#1615) 2019-02-20 11:57:02 -06:00
sync Implement Attestation Req/Res for Sync Service (#1654) 2019-02-19 22:29:51 -08:00
utils Name Changes to Align with V0.3 (#1621) 2019-02-18 10:52:16 -06:00
BUILD.bazel Add simple version to binaries via golink (#1286) 2019-01-09 23:19:33 -05:00
main.go remove old keystore flag (#1610) 2019-02-15 17:50:25 -05:00
README.md switch ethereum 2.0 to ethereum serenity (#714) 2018-11-01 07:02:01 -04:00

Prysmatic Labs Beacon Chain Implementation

This is the main project folder for the beacon chain implementation of Ethereum Serenity in Golang by Prysmatic Labs. Before you begin, check out our Contribution Guidelines and join our active chat room on Discord or Gitter below:

Discord Gitter

Also, read the latest sharding + casper design spec, this design spec serves as a source of truth for the beacon chain implementation we follow at prysmatic labs. Check out the FAQs. Refer this page on why we are combining sharding and casper together.