You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The evm hook allows us to process logs from an ethereum transaction.
I would be nice that the details of the evm_log_handlers.go errors would also appear on eth logs or returned to the client so that he would be aware why the transaction fails
The text was updated successfully, but these errors were encountered:
yeah, having the error failure message in evm logs would mostly be beneficial for the indexer and web3 users since they are using the transaction receipt to check the result of their transactions.
for now, they only get a generic internal error message when the hook fails
The "internal" error message has been fixed by this PR: evmos/ethermint#786.
In 0.7.0, the client should see "failed to execute post processing" if tx failed in hooks.
The evm hook allows us to process logs from an ethereum transaction.
I would be nice that the details of the
evm_log_handlers.go
errors would also appear on eth logs or returned to the client so that he would be aware why the transaction failsThe text was updated successfully, but these errors were encountered: