prysm-pulse/beacon-chain
Raul Jordan fcc18fac02
Treat Post & Pre-ChainStart Validators Equally in Assignments Fetching (#2074)
* treat post/prechainstart validators equally in assignment fetching

* Update validator/client/fake_validator_test.go

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

* status err code

* imports

* beyond activation epoch

* assigned to slot log

* gazelle
2019-03-26 09:03:05 -05:00
..
attestation Fixes Initial Sync (#2041) 2019-03-25 13:23:57 -05:00
blockchain Fixes Initial Sync (#2041) 2019-03-25 13:23:57 -05:00
chaintest State Transition Configuration Options (#2023) 2019-03-18 00:19:44 -06:00
core Fixes Initial Sync (#2041) 2019-03-25 13:23:57 -05:00
db Treat Post & Pre-ChainStart Validators Equally in Assignments Fetching (#2074) 2019-03-26 09:03:05 -05:00
internal Treat Post & Pre-ChainStart Validators Equally in Assignments Fetching (#2074) 2019-03-26 09:03:05 -05:00
node Allow 8 Validator Multinode Cluster to Run Indefinitely (#2050) 2019-03-25 10:21:21 -05:00
operations Allow 8 Validator Multinode Cluster to Run Indefinitely (#2050) 2019-03-25 10:21:21 -05:00
powchain print stack trace on panic recovery (#2042) 2019-03-20 10:17:44 -04:00
rpc Treat Post & Pre-ChainStart Validators Equally in Assignments Fetching (#2074) 2019-03-26 09:03:05 -05:00
sync Fixes Initial Sync (#2041) 2019-03-25 13:23:57 -05:00
utils Improve Validator Logging and Default Flags (#2013) 2019-03-18 09:45:28 -06:00
BUILD.bazel Create feature config for selective testing (#1997) 2019-03-20 22:57:25 -04:00
main.go Create feature config for selective testing (#1997) 2019-03-20 22:57:25 -04:00
README.md update beacon chain spec link (#1897) 2019-03-05 18:54:58 -05:00
usage.go Create feature config for selective testing (#1997) 2019-03-20 22:57:25 -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.