-
Notifications
You must be signed in to change notification settings - Fork 945
Closed
Labels
Description
Description
Devnet v6 spec: https://notes.ethereum.org/@bbusa/dencun-devnet-6
Specs: https://github.com/ethereum/consensus-specs/releases/tag/v1.4.0-alpha.1
Spec tests: https://github.com/ethereum/consensus-spec-tests/releases/tag/v1.4.0-alpha.1
Consensus Changes:
- Change
excess_data_gasanddata_gas_usedtype fromuint256touint64ethereum/consensus-specs#3392 - Add
data_gas_usedfield toExecutionPayloadethereum/consensus-specs#3391 - Use
engine_newPayloadV3to passversioned_hashesto EL for validation ethereum/consensus-specs#3359 - Update the endianness of the polynomial commitments to be big endian ethereum/consensus-specs#3354
Engine API Changes:
- Update
PayloadV3with data gas used ethereum/execution-apis#417 - Engine API: validate blob versioned hashes ethereum/execution-apis#407
- Assert array items in BlobsBundleV1 to be of same length ethereum/execution-apis#404
Execution:
jimmygchen