firefly-ethconnect
firefly-ethconnect copied to clipboard
Enhancement to get `revert reason` for Besu client.
Implementation of eth_call
in besu is very restrictive and can't be used to get evm revert reason
using eth_call
.
The revert reason
is returned as part of eth_getTransactionReceipt
, when node is running with --revert-reason-enabled=true
.