Eden tracks the default Osaka/Fusaka EIP set exposed by the upstream ev-reth client configuration.
This list covers the Osaka/Fusaka EIPs and does not repeat older EIPs inherited from earlier
Ethereum hardforks.
The clients/ package in ev-reth is the TypeScript transaction client. Protocol support is derived
from ev-reth's node chainspec and executor wiring into Reth and revm: ev-reth accepts Reth's
built-in chainspecs, Reth activates Osaka on top of Prague,
revm models Osaka as SpecId::OSAKA in its hardfork ordering, and ev-reth
applies Osaka blob and transaction gas-limit parameters when Osaka is active.
EIP-7917 is consensus-layer behavior, so the ev-reth execution code does not expose a direct
implementation hook for it.
EIP-7935 is part of the default Osaka/Fusaka set. Eden mainnet currently documents a
50,000,000 block gas limit, so the final production chainspec should be confirmed before using
the 60 million default as Eden-specific behavior.