Part of #22802.
Implement the glamsterdam-devnet-8 changes to EIP-2780: Resource-based intrinsic transaction gas.
EIP change PRs
This removes the standalone TRANSFER_LOG_COST, sets TX_VALUE_COST to 6,000, and removes the value charge from value-bearing contract-creation transactions because CREATE_ACCESS already covers the recipient balance write.
Part of #22802.
Implement the glamsterdam-devnet-8 changes to EIP-2780: Resource-based intrinsic transaction gas.
EIP change PRs
This removes the standalone
TRANSFER_LOG_COST, setsTX_VALUE_COSTto 6,000, and removes the value charge from value-bearing contract-creation transactions becauseCREATE_ACCESSalready covers the recipient balance write.