prysm-pulse/beacon-chain
Preston Van Loon 3c3e4a2cb5
Add tests for db deposits (#3111)
* add tests for deposits

* fix imports

* gaz

* travis lint
2019-07-30 12:30:07 -04:00
..
attestation Remove unused proto schemas (#3005) 2019-07-22 10:03:57 -04:00
blockchain Disable caches, allow toggle via feature flag (#3107) 2019-07-29 20:38:05 -07:00
cache Need to ignore in progress cache while disabled (#3109) 2019-07-30 01:07:18 -04:00
core Disable caches, allow toggle via feature flag (#3107) 2019-07-29 20:38:05 -07:00
db Add tests for db deposits (#3111) 2019-07-30 12:30:07 -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 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 Implement AttestationPool and ListAttestations RPC Functions (#3061) 2019-07-26 10:07:20 -07:00
powchain Replace Deposit Hash with HashTreeRoot (#3102) 2019-07-29 08:43:24 -05:00
rpc Disable caches, allow toggle via feature flag (#3107) 2019-07-29 20:38:05 -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 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.