prysm-pulse/beacon-chain
Raul Jordan a2caba9956
Optimize Sparse Merkle Trie (#3056)
* calc tree from leaves simpler

* fast generate proof

* align api to be the same

* ensure tests pass

* err condition

* travis

* fix build

* zero hashes work
2019-07-23 14:17:39 -05:00
..
attestation Remove unused proto schemas (#3005) 2019-07-22 10:03:57 -04:00
blockchain Optimize Sparse Merkle Trie (#3056) 2019-07-23 14:17:39 -05:00
cache Remove unused proto schemas (#3005) 2019-07-22 10:03:57 -04:00
core Remove optional verify signatures argument when verifying deposits (#3052) 2019-07-23 22:19:14 +05:30
db Remove optional verify signatures argument when verifying deposits (#3052) 2019-07-23 22:19:14 +05:30
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 unused proto schemas (#3005) 2019-07-22 10:03:57 -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 Optimize Sparse Merkle Trie (#3056) 2019-07-23 14:17:39 -05:00
sync Remove optional verify signatures argument when verifying deposits (#3052) 2019-07-23 22:19:14 +05:30
BUILD.bazel Standardize Flags at Top Level and Remove Deprecated Utils (#3046) 2019-07-23 08:58:20 -05:00
main.go Standardize Flags at Top Level and Remove Deprecated Utils (#3046) 2019-07-23 08:58:20 -05: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 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.