Summary
Floor the blob base fee at the equivalent execution-gas cost so the fee can't drop below an economically meaningful level. Activates with Fusaka.
Spec
Scope
- Add Fusaka hardfork + EIP-7918 flag to
EEVM.HardforkConfig.
- Update the blob base-fee derivation (currently a stub returning 1 wei post-Cancun) to apply the EIP-7918 floor when the flag is active.
- Plumb the new value through
EEVM.Context.Block.blob_base_fee.
Definition of Done
- Blob-fee math matches the spec under both Cancun (no floor) and Fusaka (with floor).
- Fusaka blob-tx StateTest fixtures pass.
Parent
Summary
Floor the blob base fee at the equivalent execution-gas cost so the fee can't drop below an economically meaningful level. Activates with Fusaka.
Spec
Scope
EEVM.HardforkConfig.EEVM.Context.Block.blob_base_fee.Definition of Done
Parent