This repository has been archived by the owner on Nov 6, 2020. It is now read-only.
Feature request : Display error message for Revert opcode in transaction traces #8068
Labels
A3-stale 🍃
Pull request did not receive any updates in a long time. No review needed at this stage. Close it.
F8-enhancement 🎊
An additional feature request.
M6-rpcapi 📣
RPC API.
P5-sometimesoon 🌲
Issue is worth doing soon.
Milestone
When a contract message uses the
REVERT
opcode with a message is this message available in the traces?I know it's not part of the receipt and I understood it could be part of the traces (either
trace_block
ortrace_transactionReplay
) ethereum/solidity#1686 (comment)trace_block
only contains this about the transactionOther transactions contain a
result
section that could include that message.I'm not sure if
trace_replayTransaction
will include this message in theoutput
sectionIs the error message going to be included in the trace?
Or is it already trying to include it but because solidity does not support a message yet there was nothing to include as a message?
The text was updated successfully, but these errors were encountered: