-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Open
Labels
A-internalsArea: internalsArea: internalsA-tracingArea: tracingArea: tracingC-forgeCommand: forgeCommand: forgeT-perfType: performanceType: performancefirst issueA good way to start contributingA good way to start contributing
Description
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:
| RuntimeOrHandle::new().block_on(fut) |
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
gakonst and cruzdanilo
Metadata
Metadata
Assignees
Labels
A-internalsArea: internalsArea: internalsA-tracingArea: tracingArea: tracingC-forgeCommand: forgeCommand: forgeT-perfType: performanceType: performancefirst issueA good way to start contributingA good way to start contributing
Type
Projects
Status
Next Up