prysm-pulse/beacon-chain
2022-08-11 01:05:08 +00:00
..
blockchain Remove head sync capability (#10787) 2022-08-11 01:05:08 +00:00
builder Misc improvements to interface with builder (#11059) 2022-07-17 23:43:16 -07:00
cache Change proposer cache overwrite logic (#11191) 2022-08-10 22:49:35 +00:00
core Replace version.BellatrixBlind with b.isBlinded (#11159) 2022-08-11 00:00:10 +02:00
db Replace version.BellatrixBlind with b.isBlinded (#11159) 2022-08-11 00:00:10 +02:00
deterministic-genesis Enforce log.WithError(err) static analysis and fix all violations (#11163) 2022-08-05 10:52:02 +00:00
execution Respond With Empty Payloads Pre-Merge (#11184) 2022-08-08 13:04:09 -04:00
forkchoice Add highest slot and blocks received last epoch tracking (#11146) 2022-08-10 15:58:52 +00:00
gateway Register v1alpha2 endpoints in the gateway (#9768) 2021-10-12 15:13:52 +00:00
monitor Clean up: fix typos (#11165) 2022-08-03 18:47:30 +00:00
node BugFix: cli stringSlice bug (#11166) 2022-08-08 16:04:34 +00:00
operations Revert "Testutil refactor attestations (#10952)" (#11073) 2022-07-19 14:41:15 +02:00
p2p Enforce log.WithError(err) static analysis and fix all violations (#11163) 2022-08-05 10:52:02 +00:00
package Move Miscellaneous Shared/ Packages Into Semantic Groups (#9624) 2021-09-17 19:20:50 +00:00
rpc Replace version.BellatrixBlind with b.isBlinded (#11159) 2022-08-11 00:00:10 +02:00
server API Middleware for Keymanager Standard API Endpoints (#9936) 2021-12-07 20:26:21 +00:00
slasher Clean up: fix typos (#11165) 2022-08-03 18:47:30 +00:00
state Clean up: fix typos (#11165) 2022-08-03 18:47:30 +00:00
sync Replace version.BellatrixBlind with b.isBlinded (#11159) 2022-08-11 00:00:10 +02: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.