prysm-pulse/beacon-chain
terencechain 8de5512908
Builder: check payload and header HTR root match (#11223)
* Check roots compliance

* Update BUILD.bazel

* Fix test
2022-08-15 18:03:38 +00:00
..
blockchain Health check: optimistic status (#11204) 2022-08-15 14:45:50 +00:00
builder Add warning about block delay when outsourcing block cosntruction (#11222) 2022-08-15 15:04:11 +00:00
cache Make payload ID key reorg resistant (#11186) 2022-08-11 14:55:26 +00:00
core Fix typos (#11209) 2022-08-12 11:27:24 +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 Batch Reconstruction Of Bellatrix Blocks (#11210) 2022-08-15 10:16:20 -04:00
forkchoice release checkpoints lock from store.head (#11217) 2022-08-13 07:19:52 -07: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 Add circuit breaker for relayer/builder (#11215) 2022-08-15 15:28: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 Builder: check payload and header HTR root match (#11223) 2022-08-15 18:03:38 +00: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 decreasing stategen interface surface area (#11132) 2022-08-11 20:12:05 +00:00
sync Batch Reconstruction Of Bellatrix Blocks (#11210) 2022-08-15 10:16:20 -04: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.