We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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:
excess_data_gas
data_gas_used
uint256
uint64
ExecutionPayload
engine_newPayloadV3
versioned_hashes
Engine API Changes:
PayloadV3
Execution:
The text was updated successfully, but these errors were encountered:
completed in #4404
Sorry, something went wrong.
No branches or pull requests
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:
excess_data_gas
anddata_gas_used
type fromuint256
touint64
ethereum/consensus-specs#3392data_gas_used
field toExecutionPayload
ethereum/consensus-specs#3391engine_newPayloadV3
to passversioned_hashes
to EL for validation ethereum/consensus-specs#3359Engine API Changes:
PayloadV3
with data gas used ethereum/execution-apis#417Execution:
The text was updated successfully, but these errors were encountered: