hyperledger-firefly / hyperledger-firefly/ethconnect
Enhancement to get `revert reason` for Besu client.
Open
- Dominant language
- Go
- Stars
- 76
- Forks
- 31
- PR merge metrics
- No merged PRs in 30d
Description
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`.
Contributor guide
Assessment
This issue has not been assessed yet.