mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-09 15:37:56 -05:00
Implement consensus-specs/3875 (#14458)
* WIP - beacon-chain builds * pass blockchain tests * pass beacon-chain/execution tests * Passing RPC tests * fix building * add changelog * fix linters * Spectests * copy requests on Copy() * Fix tests * Fix config test * fix verification tests * add aliases for Electra types * double import and unskip spectests * Remove unnecessary comment
This commit is contained in:
@@ -40,6 +40,7 @@ var placeholderFields = []string{
|
||||
"MAX_BLOB_COMMITMENTS_PER_BLOCK", // Compile time constant on BeaconBlockBodyDeneb.blob_kzg_commitments.
|
||||
"MAX_BYTES_PER_TRANSACTION", // Used for ssz of EL transactions. Unused in Prysm.
|
||||
"MAX_EXTRA_DATA_BYTES", // Compile time constant on ExecutionPayload.extra_data.
|
||||
"MAX_REQUEST_PAYLOADS", // Compile time constant on BeaconBlockBody.ExecutionRequests
|
||||
"MAX_TRANSACTIONS_PER_PAYLOAD", // Compile time constant on ExecutionPayload.transactions.
|
||||
"REORG_HEAD_WEIGHT_THRESHOLD",
|
||||
"SAMPLES_PER_SLOT",
|
||||
|
||||
Reference in New Issue
Block a user