prysm-pulse/beacon-chain
terencechain 12b3a0048b
Add warning about block delay when outsourcing block cosntruction (#11222)
* Add warning about block delay when outsourcing block constr

* Update beacon-chain/builder/service.go

* Update beacon-chain/builder/service.go

Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
Co-authored-by: Raul Jordan <raul@prysmaticlabs.com>
2022-08-15 15:04:11 +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 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 Health check: optimistic status (#11204) 2022-08-15 14:45:50 +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.