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
so we can calculate the gas usage of series of opcodes.
and intrinsic gas like cost of access list, warm touch, cold touch, storage touch, storage reset from x to y.
all this has gas costs that would be good to have defined so that in test we can define how much gas expected to be spent exactly and where it comes from.
The text was updated successfully, but these errors were encountered:
We need to define this tables for each fork like in evmone if not defined in eels already
https://github.com/ethereum/evmc/blob/a0090c7d20f92b04b57e2ee1602fda4dedd97dd5/lib/instructions/instruction_metrics.c
so we can calculate the gas usage of series of opcodes.
and intrinsic gas like cost of access list, warm touch, cold touch, storage touch, storage reset from x to y.
all this has gas costs that would be good to have defined so that in test we can define how much gas expected to be spent exactly and where it comes from.
The text was updated successfully, but these errors were encountered: