prysm-pulse/beacon-chain
Ivan Martinez ca90acca77 Create feature config for selective testing (#1997)
* Create a feature flagging system

* Refactor how featureflags works and improve docs

* Gazelle and final touches

* Refactor, new flags in the package

* Remove old flags since they have been moved

* Fix bazel

* Update to comments

* Full coverage

* Fix formatting

* Align code with numbers

* Run bazel and fix docs

* Fix test for flag
2019-03-20 22:57:25 -04:00
..
attestation Update Aggregate Attestation (#2004) 2019-03-18 11:57:12 +08:00
blockchain Test on Skip Slot for FFG Check Point (#2049) 2019-03-20 18:57:34 -07:00
chaintest State Transition Configuration Options (#2023) 2019-03-18 00:19:44 -06:00
core Fix State Generator (#2010) 2019-03-18 20:15:50 -06:00
db State size metric (#1780) 2019-03-20 21:29:24 -04:00
internal Wait for Validator Activation Stream Server (#1896) 2019-03-05 17:06:50 -06:00
node Create feature config for selective testing (#1997) 2019-03-20 22:57:25 -04:00
operations Broadcast attestations (#2035) 2019-03-19 23:54:16 -04:00
powchain print stack trace on panic recovery (#2042) 2019-03-20 10:17:44 -04:00
rpc add regression test (#2046) 2019-03-20 15:19:48 -07:00
sync fix this to the proper message type (#2043) 2019-03-20 11:13:52 -04: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.