-
Hi community, I have been trying to fetch errors for failed transactions and it seems it's not as easy as it look on explorer pages. I have been checking different libraries how they do it. EthersJs appears to only mention there was a After searching a lot, it seems one solution is sending the exact transaction using tx1 => fails due to some later require statement Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
That's true, for exact behaviour you might have to take support of non-standard rpc methods, e.g Geth's debug_tracetransaction or OpenEthereum's trace_replaytransaction. |
Beta Was this translation helpful? Give feedback.
That's true, for exact behaviour you might have to take support of non-standard rpc methods, e.g Geth's debug_tracetransaction or OpenEthereum's trace_replaytransaction.