Open rappie opened 2 years ago
This is feature is in our TODO list, thanks for creating an issue for it!
Whoohoo :clinking_glasses:
How about adding more call context data like gasLimit
, gasPrice
and msg.value
along with the from address here
I use echidna in
multi-abi
mode with a lot of addresses in thesender
list. It seems like echina only shows the addresses if there are different addresses used in the call sequence. I'd like to always see the addressesPerhaps you can add the address once at the top or the bottom somewhere. Having a setting in echidnas config to always show it beside every line would also work.
Example without addresses
Adding the address once (my suggestion)
Example with addresses (DVDeFi Unstoppable)
Thanks :)