ethermint
ethermint copied to clipboard
Problem: traceTransaction always returns success for simple transfer tx
System info: ethermint main
Steps to reproduce:
In a batch tx, a simple transfer eth tx could fail, in which case, traceTransaction will return success after https://github.com/evmos/ethermint/pull/1159
Expected behavior: [What you expected to happen]
Actual behavior: [What actually happened]
Additional info: [Include gist of relevant config, logs, etc.]
This issue is stale because it has been open 45 days with no activity. Remove Status: Stale label or comment or this will be closed in 7 days.
it seems the upcoming app-side mempool will handle nonce properly, then I guess we can stop supporting the batch eth tx, which is not perfect anyway.