firefly-ethconnect icon indicating copy to clipboard operation
firefly-ethconnect copied to clipboard

Enhancement to get `revert reason` for Besu client.

Open panghalamit opened this issue 4 years ago • 0 comments

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.

panghalamit avatar Sep 14 '20 12:09 panghalamit