prysm-pulse/beacon-chain
terence tsao d837e5ef9e Aligning ETH2.0 spec - Attestation and Epoch Processing - Part 1 (#1519)
* fixed epoch_processing

* updated references in code

* starting fixing tests

* fixed rest of the tests. yay

* fixed transition test again
2019-02-07 15:46:22 -06:00
..
attestation Aligning ETH2.0 spec - Update Validator Fields (#1513) 2019-02-06 15:46:05 -06:00
blockchain Added Check on POWChain Service Initialization (#1502) 2019-02-07 10:11:18 -06:00
chaintest Aligning ETH2.0 spec - Update Validator Fields (#1513) 2019-02-06 15:46:05 -06:00
core Aligning ETH2.0 spec - Attestation and Epoch Processing - Part 1 (#1519) 2019-02-07 15:46:22 -06:00
db Aligning ETH2.0 spec - Make Epoch First Citizen (Shuffling and GetCrosslinkAtSlot) (#1488) 2019-02-05 19:52:14 +01:00
dbcleanup Update Beacon State to Match the Spec (#1489) 2019-02-06 10:44:27 -06:00
internal Implement WaitForChainStart RPC Server and Client (#1421) 2019-01-30 13:28:53 +01:00
node Insert pending deposits (#1495) 2019-02-05 11:25:09 -06:00
operations Validator Attester Rewrite (#1487) 2019-02-06 10:20:38 -06:00
powchain Add metrics about the powchain service (#1509) 2019-02-06 10:10:49 -05:00
rpc Pending Deposits RPC Server Implementation (#1508) 2019-02-06 12:06:31 -06:00
sync Aligning ETH2.0 spec - Update Validator Fields (#1513) 2019-02-06 15:46:05 -06:00
utils Eliminate Custody Logic for Phase 0 (#1408) 2019-01-30 11:11:13 +01:00
BUILD.bazel Add simple version to binaries via golink (#1286) 2019-01-09 23:19:33 -05:00
main.go Remove Simulator Service (#1392) 2019-01-27 12:51:44 -08: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.