prysm-pulse/beacon-chain
Radosław Kapka 252086a0b2
Issue validator warning when beacon node does not use builder (#11203)
* Issue validator warning when beacon node does not use builder

* typo

* improve log and fix test

* gazelle
2022-08-11 15:05:08 -04:00
..
blockchain Make payload ID key reorg resistant (#11186) 2022-08-11 14:55:26 +00:00
builder Issue validator warning when beacon node does not use builder (#11203) 2022-08-11 15:05:08 -04:00
cache Make payload ID key reorg resistant (#11186) 2022-08-11 14:55:26 +00:00
core Make payload ID key reorg resistant (#11186) 2022-08-11 14:55:26 +00: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 Issue validator warning when beacon node does not use builder (#11203) 2022-08-11 15:05:08 -04: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.