MEDGA-eth / foundry

Foundry is a blazing fast, portable and modular toolkit for Ethereum application development written in Rust.
https://getfoundry.sh
Apache License 2.0
39 stars 2 forks source link

Add --tweak to call #16

Open folex opened 3 weeks ago

folex commented 3 weeks ago

Component

Cast

Describe the feature you would like

Hello! In order to debug reverted transactions, it is super useful to use cast call --trace, ie

cast call 0x... --from 0x... --data 0x... --value 12345 --trace

It would be great to be able to use --tweak there as well, wdyt?

Thank you!

ZhangZhuoSJTU commented 3 weeks ago

Hi @folex! Thanks for letting us know! We will work on it shortly!