foundry-rs / foundry-rs/foundry
feat(`tracing`): decode constructor args when contracts are deployed in traces
Open
A-tracing
T-feature
- Dominant language
- Rust
- Stars
- 10.6k
- Forks
- 2.6k
- Avg merge
- 18h 20m
- Merged PRs (30d)
- 510
Description
### Component
Forge
### Describe the feature you would like
Currently, the forge traces do not decode the constructor args for contract creation. It'd be helpful for debugging if it showed decoded constructor args too.
### Additional context
```
│ │ │ │ ├─ [230190] → new UpgradeableBeacon@0xDD01220743f18cb611353924ff65af15B46979da
```
Contributor guide
Assessment
This issue has not been assessed yet.