Overview
The latest release of the Hedera JSON-RPC Relay, v0.54.2, includes a hotfix that enhances the EthImpl
class to improve error handling for gas estimation. With this update, the Relay can now return the predefined CONTRACT_REVERT
JSON-RPC error along with the revert reason in cases of contract reversion. Additionally, it now covers more edge cases when decoding error messages.
What's Changed
Enhancements
- fix: eth_estimateGas opts to fallback estimation for contract revert by @victor-yanev in #2834
Full Changelog: v0.54.1...v0.54.2