[Flow EVM] Consider including RevertReason
string in EVM.TransactionExecuted
event payload
#6770
Labels
RevertReason
string in EVM.TransactionExecuted
event payload
#6770
Instead of having a plain
execution reverted
error message, as in here: https://www.flowscan.io/tx/77e8b04758bbf599c126633a58c6ff77f628b31db0af242c097f53c58e235d20/events, we could also parse theRevertReason
, whenever applicable, and make it part of the event payload, can be seen here: https://evm.flowscan.io/tx/0x7914bb5b13bac6f621bc37bbf6e406fbf4472aaaaf17ec2f309a92aca4e27fc0. The EVM Gateway already does the parsing, with this condition: https://github.com/onflow/flow-evm-gateway/blob/main/services/requester/requester.go#L840-L842.The text was updated successfully, but these errors were encountered: