Skip to content

tests-glamsterdam-devnet@v7.0.0

Pre-release
Pre-release

Choose a tag to compare

tests-glamsterdam-devnet@v7.0.0

This is the first test release targeting glamsterdam-devnet-7. It supersedes the final glamsterdam-devnet-6 release (tests-glamsterdam-devnet@v6.1.1) and is built from the devnets/glamsterdam/7 branch.

The full scope, EIP PRs, and checklist are tracked in the test release tracker (#3034), so PTAL!

EIP-2780 / EIP-8037 Updates

  • State dependent transaction costs move out of the intrinsic gas, which over charged up front and refunded after, now into runtime charges at the top frame, keyed on the transactions pre-state. Intrinsic gas is now state independent only, prep OOG rolls back all applied delegations (EIPs#11844, EIPs#11891, #3126)
  • Account creation state gas is charged conditionally at access (EIPs#11858, #3116)
  • Calldata floor is anchored on the decomposed EIP-2780 base, h/t @rjl493456442 (#3120)

EIP-8038 / EIP-7928 Updates

  • SSTORE access cost check moved before the storage read (EIPs#11854, #3064)

EIP-8282 Updates

  • Final builder deposit and exit contracts with disable switch, deployed at the new mined addresses (EIPs#11899, sys-asm#49, #50, #52, #3091):
    • Builder Deposit Contract: 0x0000BFF46984E3725691FA540A8C7589300D8282
    • Builder Exit Contract: 0x000064D678505AD48F8CCB093BC65613800E8282

EIP list

EIP Title
EIP-2780 Resource-based intrinsic transaction gas ⬆️
EIP-7708 ETH transfers emit a log
EIP-7778 Block Gas Accounting without Refunds
EIP-7843 SLOTNUM opcode
EIP-7928 Block-Level Access Lists ⬆️
EIP-7954 Increase Maximum Contract Size
EIP-7976 Increase Calldata Floor Cost (64/64)
EIP-7981 Increase Access List Cost
EIP-7997 Deterministic Factory Predeploy
EIP-8024 Backward compatible SWAPN, DUPN, EXCHANGE
EIP-8037 State Creation Gas Cost Increase ⬆️
EIP-8038 State-access gas cost update ⬆️
EIP-8246 Remove SELFDESTRUCT balance burn
EIP-8282 Builder Execution Requests ⬆️
EIP-7610 Revert creation in case of non-empty storage

Key: ⬆️ updated since glamsterdam-devnet-6

Full Changelog: https://github.com/ethereum/execution-specs/compare/tests-glamsterdam-devnet@v6.1.1...tests-glamsterdam-devnet@v7.0.0