prysm-pulse/beacon-chain
2019-08-28 13:14:00 -07:00
..
attestation Add flags to support new database, new sync (#3252) 2019-08-21 10:04:00 -06:00
blockchain clone read access to head state and block (#3350) 2019-08-28 13:14:00 -07:00
cache Add checkpoint to state caching (#3333) 2019-08-27 15:01:27 -07:00
core Implement Proposer Slashing Handler (#3273) 2019-08-22 20:01:56 +05:30
db Fix Bolt Fatal Crash (#3320) 2019-08-26 09:00:40 -05:00
deprecated-blockchain Deprecate old block chain service (#3268) 2019-08-21 19:14:24 -06:00
deprecated-sync Deposit Cache Fix (#3280) 2019-08-22 22:49:03 -04:00
flags Standardize Flags at Top Level and Remove Deprecated Utils (#3046) 2019-07-23 08:58:20 -05:00
gateway Add rule to push docker images (#3006) 2019-07-20 20:40:03 -04:00
internal Add flags to support new database, new sync (#3252) 2019-08-21 10:04:00 -06:00
node Use New Attestation Receiver Method in RPC (#3287) 2019-08-25 15:45:55 -05:00
operations Fix aggregation with new DB (#3323) 2019-08-26 14:30:39 -05:00
p2p do not panic if dv5Listener is not inited (#3339) 2019-08-28 16:29:34 +05:30
powchain Add flags to support new database, new sync (#3252) 2019-08-21 10:04:00 -06:00
rpc wait for chainstart (#3343) 2019-08-28 12:07:58 -05:00
sync Fix finalized block filtering in sync (#3334) 2019-08-28 08:29:45 -07:00
BUILD.bazel fix docker image builds (#3068) 2019-07-24 15:19:44 -04:00
main.go Add Flag for SSZ Encoding (#3256) 2019-08-21 12:33:48 -04: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 Add Flag for SSZ Encoding (#3256) 2019-08-21 12:33:48 -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 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.