prysm-pulse/beacon-chain
terence tsao d7679d2e71
Validator: rest of the Altair changes (#9532)
* Bring in rest of the validator chagnes

* Go fmt

* Deepsource

Co-authored-by: Raul Jordan <raul@prysmaticlabs.com>
Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
2021-09-07 18:43:50 +00:00
..
blockchain Remove copyutil pkg, move v1alpha1 copy methods into v1alpha1 pkg (#9533) 2021-09-04 06:55:57 +00:00
cache Remove copyutil pkg, move v1alpha1 copy methods into v1alpha1 pkg (#9533) 2021-09-04 06:55:57 +00:00
core Validator: rest of the Altair changes (#9532) 2021-09-07 18:43:50 +00:00
db Move Slot and Epoch functions from helpers to core pkg (#9519) 2021-09-03 20:10:31 +00:00
forkchoice Remove float64 usage for fork choice (#9438) 2021-08-20 14:15:18 -05:00
gateway Implement GetBlockV2 in the beacon API (#9433) 2021-08-26 15:22:06 +00:00
interop-cold-start Fix duplicated imports (#9304) 2021-07-29 16:45:17 -05:00
node Add RPC validator sync committee code (#9510) 2021-09-01 23:08:05 +00:00
operations Remove copyutil pkg, move v1alpha1 copy methods into v1alpha1 pkg (#9533) 2021-09-04 06:55:57 +00:00
p2p Validator: rest of the Altair changes (#9532) 2021-09-07 18:43:50 +00:00
package Reduce Usage of Eth2 Terminology in Prysm (#9104) 2021-06-26 19:00:33 +00:00
powchain Move Slot and Epoch functions from helpers to core pkg (#9519) 2021-09-03 20:10:31 +00:00
rpc Allow returning Altair block headers (#9543) 2021-09-07 18:07:30 +00:00
server Retrieve validators through v1 API in e2e (#9117) 2021-06-29 09:47:59 -05:00
slasher Optimized Slasher Parameters (#9361) 2021-08-13 16:53:04 +00:00
state Remove copyutil pkg, move v1alpha1 copy methods into v1alpha1 pkg (#9533) 2021-09-04 06:55:57 +00:00
sync Add in Fork Digest For Subscribers (#9538) 2021-09-07 16:58:24 +00:00
BUILD.bazel Add Goland Standard "cmd" Pattern for Beacon-Chain Binaries (#8540) 2021-03-02 13:36:03 -06:00
README.md Change Eth2 Repository Names (#9425) 2021-08-19 13:00:57 -05:00

Prysmatic Labs Beacon Chain Implementation

This is the main project folder for the beacon chain implementation of Ethereum written in Go by Prysmatic Labs.

You can also read our main README and join our active chat room on Discord.

Discord

Also, read the official beacon chain specification, this design spec serves as a source of truth for the beacon chain implementation we follow at Prysmatic Labs.