prysm-pulse/beacon-chain
terence tsao 989daf267a
Remove next slot cache usage for fork choice handler (#9601)
* Remove next slot cache usage for fork choice

* Go fmt

* Update process_attestation_helpers.go

Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
2021-09-16 15:29:59 +00:00
..
blockchain Remove next slot cache usage for fork choice handler (#9601) 2021-09-16 15:29:59 +00:00
cache Add pkg crypto (#9603) 2021-09-15 22:55:11 +00:00
core Create Runtime Package for Moving Several Packages in Shared/ (#9588) 2021-09-16 09:46:29 +00:00
db Create Runtime Package for Moving Several Packages in Shared/ (#9588) 2021-09-16 09:46:29 +00:00
forkchoice Add pkg crypto (#9603) 2021-09-15 22:55:11 +00:00
gateway Implement GetBlockV2 in the beacon API (#9433) 2021-08-26 15:22:06 +00:00
interop-cold-start Create time Package for Shared/timeutil, mclock and slotutil (#9594) 2021-09-15 00:09:04 +00:00
node Create Runtime Package for Moving Several Packages in Shared/ (#9588) 2021-09-16 09:46:29 +00:00
operations Add pkg crypto (#9603) 2021-09-15 22:55:11 +00:00
p2p Create Runtime Package for Moving Several Packages in Shared/ (#9588) 2021-09-16 09:46:29 +00:00
package Reduce Usage of Eth2 Terminology in Prysm (#9104) 2021-06-26 19:00:33 +00:00
powchain Add pkg crypto (#9603) 2021-09-15 22:55:11 +00:00
rpc Create Runtime Package for Moving Several Packages in Shared/ (#9588) 2021-09-16 09:46:29 +00:00
server Create Runtime Package for Moving Several Packages in Shared/ (#9588) 2021-09-16 09:46:29 +00:00
slasher Optimized Slasher Parameters (#9361) 2021-08-13 16:53:04 +00:00
state Create Runtime Package for Moving Several Packages in Shared/ (#9588) 2021-09-16 09:46:29 +00:00
sync Create Runtime Package for Moving Several Packages in Shared/ (#9588) 2021-09-16 09:46:29 +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.