-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
EVMProblem occurs at the execution stage for EVMProblem occurs at the execution stage for EVMRelease
Description
Valid transactions using EIP-1153 transient storage (TSTORE/TLOAD) revert on revive with OutOfTransientStorage despite having sufficient gas.
e.g. log output added to the revive for debugging yields the below
Transient storage limit exceeded: attempting to charge 120 bytes, current: 3772 bytes, limit: 3245 bytes, nesting depth: 3
set_storage failed ... message: Some("OutOfTransientStorage")
Metadata
Metadata
Assignees
Labels
EVMProblem occurs at the execution stage for EVMProblem occurs at the execution stage for EVMRelease