prysm-pulse/beacon-chain
Radosław Kapka a2fc57cb03
Improve tests for ProduceBlockV2 (#11789)
* Improve tests for `ProduceBlockV2`

* Revert "Auxiliary commit to revert individual files from 31c606198bdc91bac798b7a446d04d5cce86dad7"

This reverts commit d8b264457168f8f5e03d0473288a56606e38ab39.
2022-12-16 20:54:38 +00:00
..
blockchain More user-friendly message in ErrUndefinedExecutionEngineError (#11777) 2022-12-15 07:46:17 +00:00
builder Don't mark builder status unhealthy if mev-boost status is non 200 (#11506) 2022-09-29 20:54:24 +00:00
cache Sync committee head state cache for Capella (#11773) 2022-12-16 00:42:43 +00:00
core Implement bound on expected withdrawals (#11760) 2022-12-16 06:45:26 +00:00
db Start chain from bellatrix state (#11746) 2022-12-14 07:13:49 +08:00
deterministic-genesis Remove proto state (#11445) 2022-09-16 18:17:46 -04:00
execution Engine API: new/get_payload for Capella (#11775) 2022-12-16 00:25:22 +00:00
forkchoice fix help message of metric doublylinkedtree_node_count (#11705) 2022-11-29 11:29:48 +00:00
gateway Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
monitor Give forkchoice to stategen (#11439) 2022-09-28 20:10:27 +00:00
node Handle BLS to execution changes included in blocks (#11713) 2022-12-02 14:04:45 +08:00
operations Check BLS changes when requesting from pool (#11718) 2022-12-09 14:41:45 +00:00
p2p Allow Nodes Running Via VPNs To Make Successful Dials (#11599) 2022-12-06 14:54:45 +00:00
package Add Back Fallback Provider Flag (#11281) 2022-08-22 11:20:21 -04:00
rpc Improve tests for ProduceBlockV2 (#11789) 2022-12-16 20:54:38 +00:00
server Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
slasher Update go to 1.19.3 (#11630) 2022-11-18 19:12:19 +00:00
state Implement bound on expected withdrawals (#11760) 2022-12-16 06:45:26 +00:00
sync Reconstruct full Capella block (#11732) 2022-12-14 13:42:48 +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.