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
{{ message }}
This repository was archived by the owner on Sep 8, 2025. It is now read-only.
Currently, because we don't do this, there is a bug in EIP-2200, net gas
metering. When looking up the "original value", the EVM must get the
storage value at the beginning of the transaction, not the beginning of
the block. So we lock in changes at the beginning of every transaction,
to make sure we don't read values from older transactions, when reading
the original value.
0 commit comments