prysm-pulse/beacon-chain
Raul Jordan 40fca7bb2c
Update SSZ Dependency With Tree Hash Cache Enabled (#3076)
* utilize new SSZ

* workspace
2019-07-25 23:49:49 -05:00
..
attestation Remove unused proto schemas (#3005) 2019-07-22 10:03:57 -04:00
blockchain Require Signature Verification in Randao, Attestations and AttesterSlashings (#3075) 2019-07-25 14:42:13 -07:00
cache Fix Key in Eth1Data Cache (#3074) 2019-07-25 11:26:19 -07:00
core Update SSZ Dependency With Tree Hash Cache Enabled (#3076) 2019-07-25 23:49:49 -05:00
db Fix Batched Block Response (#3012) 2019-07-24 07:53:38 -07: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 Remove Optional Signature Verification for VoluntaryExit and BlockHeader (#3053) 2019-07-25 13:53:46 -04:00
node Standardize Flags at Top Level and Remove Deprecated Utils (#3046) 2019-07-23 08:58:20 -05:00
operations Remove unused proto schemas (#3005) 2019-07-22 10:03:57 -04:00
powchain Optimize Sparse Merkle Trie (#3056) 2019-07-23 14:17:39 -05:00
rpc Require Signature Verification in Randao, Attestations and AttesterSlashings (#3075) 2019-07-25 14:42:13 -07:00
sync Fix Key in Eth1Data Cache (#3074) 2019-07-25 11:26:19 -07:00
BUILD.bazel fix docker image builds (#3068) 2019-07-24 15:19:44 -04:00
main.go Standardize Flags at Top Level and Remove Deprecated Utils (#3046) 2019-07-23 08:58:20 -05:00
README.md
usage_test.go
usage.go Standardize Flags at Top Level and Remove Deprecated Utils (#3046) 2019-07-23 08:58:20 -05: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.