prysm-pulse/beacon-chain
Preston Van Loon 4c62b0410f
Filter deposits by index and block number (#3171)
* filter deposits by index and block number

* fix test and inverted logic

* nishant feedback

* -1

* Update beacon-chain/db/deposits_test.go

Co-Authored-By: Raul Jordan <raul@prysmaticlabs.com>

* raul feedback: explicit variables

* revert everything :(

* a better fix

* fix +1

* fix test
2019-08-11 15:54:39 -04:00
..
attestation Aggregate attestations before adding into the DB (#3149) 2019-08-10 16:13:04 -04:00
blockchain Aggregate attestations before adding into the DB (#3149) 2019-08-10 16:13:04 -04:00
cache stub insertions when flag off (#3131) 2019-08-03 16:28:04 -04:00
core Replaced block and state roots construction to SlotsPerHistoricalRoot (#3160) 2019-08-08 13:12:35 -05:00
db Define Interface Stubs for New DB Interface (#3164) 2019-08-10 20:50:10 -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 Remove attestation announcement (#3165) 2019-08-09 16:31:44 -07:00
operations Aggregate attestations before adding into the DB (#3149) 2019-08-10 16:13:04 -04:00
powchain Return errors in log processing (#3170) 2019-08-11 10:39:22 -04:00
rpc Filter deposits by index and block number (#3171) 2019-08-11 15:54:39 -04:00
sync Aggregate attestations before adding into the DB (#3149) 2019-08-10 16:13:04 -04: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.