prysm-pulse/beacon-chain
Raul Jordan 858dbbf038
Update Ethereum APIs and Match Schemas (#4059)
* update workspace

* include active filter

* fix up latest changes to match naming

* better comments, fix evaluators

* latest master

* Update proto/eth/v1alpha1/beacon_chain.proto
2019-11-19 18:36:45 -06:00
..
archiver Move the state notifier to a different module (#4058) 2019-11-19 16:15:48 -06:00
blockchain Move the state notifier to a different module (#4058) 2019-11-19 16:15:48 -06:00
cache Update run time to v0.9 (#3935) 2019-11-11 17:03:43 -05:00
core Move the state notifier to a different module (#4058) 2019-11-19 16:15:48 -06:00
db Implement ListBeaconCommittees RPC Method (#3977) 2019-11-12 23:32:42 -06:00
flags Archiver Service Definition (#3507) 2019-09-18 09:30:02 -05:00
gateway Revert "Reverts the Revert (#4011)" (#4026) 2019-11-17 22:48:22 -08:00
interop-cold-start Improve Beacon Node Logging UX (#3600) 2019-10-01 15:05:17 -05:00
node Move the state notifier to a different module (#4058) 2019-11-19 16:15:48 -06:00
operations Process attestation to use operation service's pool (#4014) 2019-11-18 11:19:03 -06:00
p2p add one more return (#4050) 2019-11-19 09:40:15 -06:00
powchain Handle Missing Logs (#4012) 2019-11-18 12:34:34 -06:00
rpc Update Ethereum APIs and Match Schemas (#4059) 2019-11-19 18:36:45 -06:00
sync Nil state fallback in Blockchain.HeadState() (#4042) 2019-11-19 10:12:50 -06:00
BUILD.bazel Revert "Reverts the Revert (#4011)" (#4026) 2019-11-17 22:48:22 -08:00
main.go Added the panic capture so that information about panic gets into the log file (#3877) 2019-11-06 10:18:51 -06:00
README.md update beacon chain spec link (#1897) 2019-03-05 18:54:58 -05:00
usage_test.go Add a gRPC gateway (#2604) 2019-06-02 08:33:44 -07:00
usage.go allow passing no,prompt,force options to clear-db (#3871) 2019-10-31 17:55:32 +08: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 beacon chain 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.