openethereum / parity-ethereum

The fast, light, and robust client for Ethereum-like networks.
Other
6.82k stars 1.69k forks source link

Traces to include revert reasons [Feature request] #11776

Closed k06a closed 4 years ago

k06a commented 4 years ago

I wonder if revert reason could be included in Trace. This would be really handy to see what exactly went wrong inside complex transactions. Seeing events in their proper places also would be helpful.

adria0 commented 4 years ago

duplicated of https://github.com/openethereum/openethereum/issues/11513

k06a commented 4 years ago

@adria0 are you sure? I am talking about transaction traces will tree of external calls.

adria0 commented 4 years ago

Sorry, let's me explain, I see this feature is a part of the "revert reason awareness" inside OE. I add this feature to the main issue also.