rust-web3 icon indicating copy to clipboard operation
rust-web3 copied to clipboard

Feature: add revert reason to receipt

Open DenisRybas opened this issue 2 years ago • 1 comments

Changes:

  • Added optional revert_reason String to receipt

Reasoning: revert(...), as described in Solidity docs, can return a revert reason as an ABI-encoded string. Some Ethereum clients already have this functionality (e.g. Hyperledger Besu), while in others it may be added later.

DenisRybas avatar Feb 05 '24 12:02 DenisRybas

Hello @tomusdrw , could you please review and merge this PR? Thanks in advance!

Toktar avatar Mar 01 '24 09:03 Toktar