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
When I do --no-src, everything is good. However, I want to view the src of just my txn, not any before it. However, when stepping through them with a seth debug on a mainnet txn, I get this error on a transaction that's not even my own.
hevm: JSON lacks abstract syntax trees.
CallStack (from HasCallStack):
error, called at src/EVM/Solidity.hs:339:22 in hevm-0.49.0-1OgpCom5DBh3xWwR8mjsIg:EVM.Solidity
Is it possible to run seth debug only looking at the src for specific files in specific transactions, instead of each txn uptil the one I'm debugging?
The text was updated successfully, but these errors were encountered:
When I do --no-src, everything is good. However, I want to view the src of just my txn, not any before it. However, when stepping through them with a
seth debug
on a mainnet txn, I get this error on a transaction that's not even my own.Is it possible to run
seth debug
only looking at the src for specific files in specific transactions, instead of each txn uptil the one I'm debugging?The text was updated successfully, but these errors were encountered: