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
In many instances, evm.txContext.Accesses != nil can be replaced by a call to IsCancun(), we should strive for using this, in order to make it easier for reviewers to figure out that this code will not activate outside of a verkle tree-enabled context, even if Accesses are somehow activated.
The text was updated successfully, but these errors were encountered:
In many instances,
evm.txContext.Accesses != nil
can be replaced by a call toIsCancun()
, we should strive for using this, in order to make it easier for reviewers to figure out that this code will not activate outside of a verkle tree-enabled context, even ifAccesses
are somehow activated.The text was updated successfully, but these errors were encountered: