You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a new type of gas for transaction calldata. Add a new transaction type that provides max_basefee and priority_fee as vectors, providing values for execution gas, blob gas, and calldata gas. Modify the basefee adjustment to use the same mechanism for the three types of gas.
EIP Summary
The EIP proposes a couple of changes:
Switch to a multidimensional fee structure
Allowing priority fees for blob transaction
Introduction of a separate calldata gas fee
Execution gas uses a EIP-4844-style excess-based basefee adjustment implementation
Block headers are changed to support a multidimensional fee structure
The text was updated successfully, but these errors were encountered:
EIP-7706 Link
EIP-7706 ETH Magicians discussion
EIP-7706 PR
Abstract
Add a new type of gas for transaction calldata. Add a new transaction type that provides max_basefee and priority_fee as vectors, providing values for execution gas, blob gas, and calldata gas. Modify the basefee adjustment to use the same mechanism for the three types of gas.
EIP Summary
The EIP proposes a couple of changes:
The text was updated successfully, but these errors were encountered: