prysm-pulse/beacon-chain
Raul Jordan 88765b6d3c
Fix Attestation Info at Slot to Match Justified Epoch Expectations (#1768)
* fix crosslinkt committees

* fix lint

* fix in epoch

* imports

* add gx tags

* epoch shuffling tests

* regress test

* preston comments

* service change

* advance to handle skip slots

* ready

* imports

* rem unnecessary log

* revert config

* last comment

* imports
2019-03-01 18:33:55 -06:00
..
attestation Tracing additions (#1747) 2019-02-27 19:55:47 -08:00
blockchain Tracing additions (#1747) 2019-02-27 19:55:47 -08:00
chaintest Update some of client to v0.3 spec (#1733) 2019-02-27 12:21:15 -08:00
core Fix Attestation Info at Slot to Match Justified Epoch Expectations (#1768) 2019-03-01 18:33:55 -06:00
db Batch db write in order to resolve test slowliness (#1732) 2019-02-28 13:14:52 +08:00
internal Revert "Remove Redundant Committee Assignment Getters in Validator RPC Service (#1655)" (#1664) 2019-02-20 14:46:30 -06:00
node add address check (#1754) 2019-02-27 20:49:57 -08:00
operations Fix Crosslink Calculation in Assignment Fetching (#1737) 2019-03-01 11:39:09 -06:00
powchain Block caching for ETH1Data (includes #1760) (#1769) 2019-03-01 14:31:38 -06:00
rpc Fix Attestation Info at Slot to Match Justified Epoch Expectations (#1768) 2019-03-01 18:33:55 -06:00
sync Tracing additions (#1747) 2019-02-27 19:55:47 -08:00
utils Makes test naming consistent across codebase (#1636) 2019-02-22 07:11:26 -08:00
BUILD.bazel Implemented the flag grouping logic (#1756) 2019-03-01 14:48:05 -05:00
main.go Implemented the flag grouping logic (#1756) 2019-03-01 14:48:05 -05:00
README.md switch ethereum 2.0 to ethereum serenity (#714) 2018-11-01 07:02:01 -04:00
usage.go Implemented the flag grouping logic (#1756) 2019-03-01 14:48:05 -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 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.