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
we could solve this by making everything async or use a background task with channels instead
since there's only 1 identifier for the entire suit, the latter makes sense, this way we still keep the non async test interface but can use async decoding
Additional context
No response
The text was updated successfully, but these errors were encountered:
Component
Forge
Describe the feature you would like
Ref #3006
Decoding traces for better output can make use of etherscan or sig.eth.samczsun.com
both require API requests, the tracing decoding is currently blocking, which means we have code that looks like:
foundry/evm/src/trace/identifier/etherscan.rs
Line 86 in 9035623
we could solve this by making everything async or use a background task with channels instead
since there's only 1 identifier for the entire suit, the latter makes sense, this way we still keep the non async test interface but can use async decoding
Additional context
No response
The text was updated successfully, but these errors were encountered: