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
Similar to foundry tracers, we should fetch the abis of contracts, decode the abis and present devs with a more human readable trace for debugging / errors. This is most applicable for replay_tx given it will be a tx on sepolia or mainnet being replayed.
🤔 Rationale
The more human readable, the more efficient debugging.
🖼️ Mockups/Examples
You can review cast run from foundry. Example output:
🌟 Feature Request
📝 Description
Similar to foundry tracers, we should fetch the abis of contracts, decode the abis and present devs with a more human readable trace for debugging / errors. This is most applicable for
replay_tx
given it will be a tx on sepolia or mainnet being replayed.🤔 Rationale
The more human readable, the more efficient debugging.
🖼️ Mockups/Examples
You can review
cast run
from foundry. Example output:📋 Additional Context
The text was updated successfully, but these errors were encountered: