prysm-pulse/beacon-chain
Sammy Rosso 49f0c44dfe
Add getpayloadbodies (#11973)
* el payload bodies code

* Add getPayloadBodies

* Add error 38004

* Add unmarshal

* Add ExecutionPayloadBodyV1 to proto

* Add EnableCapellaEngineMethods flag

* Small fixes

* Add proto files

* gazelle

* passing tests

* compile

* Add remaining tests

* fix tests

* Cleanup

* Fix gazelle

* Remove comments

* Rename the flag + add missing description

---------

Co-authored-by: rauljordan <raul@prysmaticlabs.com>
Co-authored-by: terencechain <terence@prysmaticlabs.com>
2023-03-14 15:52:16 +00:00
..
blockchain increase attempted reorgs at the right spot (#12106) 2023-03-09 15:06:46 +00:00
builder Proposer use highest value payload vs header (#11967) 2023-02-10 11:36:19 -08:00
cache Eip4881: Tests (#11754) 2023-03-14 08:29:48 -07:00
core Redesign voluntary exits pool (#11898) 2023-03-01 17:44:00 +01:00
db Store Blinded Beacon Blocks by Default for New Prysm Databases (#11591) 2023-03-01 00:07:23 +00:00
deterministic-genesis
execution Add getpayloadbodies (#11973) 2023-03-14 15:52:16 +00:00
forkchoice Gate GetProposerHead behind the feature flag (#12110) 2023-03-10 17:20:01 +00:00
gateway
monitor
node go.mod: set a non-zero version for tx-fuzz (#12098) 2023-03-09 09:23:45 +00:00
operations Redesign voluntary exits pool (#11898) 2023-03-01 17:44:00 +01:00
p2p Update Libp2p (#12096) 2023-03-08 23:52:51 +08:00
package Update cross compile toolchains (#12069) 2023-03-07 20:09:46 +00:00
rpc increase attempted reorgs at the right spot (#12106) 2023-03-09 15:06:46 +00:00
server Raise the max grpc message size to a very large value by default (#12072) 2023-03-02 19:04:58 +00:00
slasher
state Fix type name in field_trie_helpers error message (#12070) 2023-03-02 14:33:22 +00:00
sync Cleanups from eip4844 branch (#12109) 2023-03-10 16:46:27 +00:00
BUILD.bazel
README.md

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.