prysm-pulse/beacon-chain
Raul Jordan 84142477ea
Utilize New UpdateRegistry Function (#1710)
* fix current boundary issue

* gazelle

* test fix

* deprecate old epoch processing justified hash indices

* finality fixes

* fmt

* pseudocode

* underflow conditions

* add back att fix

* remove off by one fix

* fix most tests

* fix all tests

* logging proposers

* use the update registry function

* outdated tests

* fixed check reg change

* gazelle

* tests pass

* registry change flag
2019-02-25 18:37:55 -06:00
..
attestation Miscellaneous Runtime Fixes & Improvements - Raul (#1674) 2019-02-24 20:09:45 -06:00
blockchain Align Epoch Processing With Spec (#1703) 2019-02-25 15:16:12 -06:00
chaintest Test Syncing with Another Fully Synced Service (#1594) 2019-02-23 11:36:20 +05:30
core Utilize New UpdateRegistry Function (#1710) 2019-02-25 18:37:55 -06:00
db Save Validator Public Key -> Index in DB (#1690) 2019-02-25 09:37:02 -08:00
internal Revert "Remove Redundant Committee Assignment Getters in Validator RPC Service (#1655)" (#1664) 2019-02-20 14:46:30 -06:00
node Miscellaneous Runtime Fixes & Improvements - Raul (#1674) 2019-02-24 20:09:45 -06:00
operations Miscellaneous Runtime Fixes & Improvements - Raul (#1674) 2019-02-24 20:09:45 -06:00
powchain Implement BlockExists and BlockHashByHeight (#1682) 2019-02-23 18:58:13 -08:00
rpc Utilize New UpdateRegistry Function (#1710) 2019-02-25 18:37:55 -06:00
sync Miscellaneous Runtime Fixes & Improvements - Raul (#1674) 2019-02-24 20:09:45 -06:00
utils Makes test naming consistent across codebase (#1636) 2019-02-22 07:11:26 -08:00
BUILD.bazel Add simple version to binaries via golink (#1286) 2019-01-09 23:19:33 -05:00
main.go remove old keystore flag (#1610) 2019-02-15 17:50:25 -05:00
README.md switch ethereum 2.0 to ethereum serenity (#714) 2018-11-01 07:02:01 -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 sharding + casper 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.