prysm-pulse/beacon-chain
terence tsao 14c59b2ff9 Remove deprecated services and --next (#3371)
* Save new validators in DB

* Use info

* Add total validator count

* Fixed tests

* Add new test

* Revert light client config

* Add state metrics back

* Gaz

* Mark old ones as deprecated

* Deprecate not --next services

* Fixed all operation tests

* Fixed node test

* All tests passing locally

* Add deprecated-p2p back, blocked by boostrap-query

* Revert message proto

* delete deprecated DB items

* delete all other instances of old db

* gaz

* cycle rem

* clear db
2019-09-05 11:04:06 -05:00
..
blockchain Remove deprecated services and --next (#3371) 2019-09-05 11:04:06 -05:00
cache Tracing: Add additional attributes (#3404) 2019-09-03 20:03:09 -07:00
core Remove deprecated services and --next (#3371) 2019-09-05 11:04:06 -05:00
db Remove deprecated services and --next (#3371) 2019-09-05 11:04:06 -05:00
flags Load ssz formatted genesis state (#3408) 2019-09-04 17:32:38 -05:00
gateway Add rule to push docker images (#3006) 2019-07-20 20:40:03 -04:00
internal Remove deprecated services and --next (#3371) 2019-09-05 11:04:06 -05:00
node Remove deprecated services and --next (#3371) 2019-09-05 11:04:06 -05:00
operations Remove deprecated services and --next (#3371) 2019-09-05 11:04:06 -05:00
p2p Remove deprecated services and --next (#3371) 2019-09-05 11:04:06 -05:00
powchain Remove deprecated services and --next (#3371) 2019-09-05 11:04:06 -05:00
rpc Remove deprecated services and --next (#3371) 2019-09-05 11:04:06 -05:00
sync PubSub: Check messages received from self, do not double process (#3403) 2019-09-03 17:22:15 -07:00
BUILD.bazel fix docker image builds (#3068) 2019-07-24 15:19:44 -04:00
main.go Load ssz formatted genesis state (#3408) 2019-09-04 17:32:38 -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 Load ssz formatted genesis state (#3408) 2019-09-04 17:32:38 -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.