Overview
The Hedera JSON-RPC Relay v0.63.2 release enhances reliability for eth_getContractResult and eth_getContractResultsLogs by introducing a polling mechanism to ensure the retrieval of fully mature records from the Mirror Node (MN). This update includes stricter error handling to detect and manage immature records, preventing errors such as “Cannot read properties of null (reading ‘xyz’)” caused by improper null checks. These improvements ensure more stable and consistent RPC responses, reinforcing the robustness of the Relay’s data handling.
Bug Fixes
- fix: added polling logic to ensure the retrieval of fully mature records from MN by @quiet-node in #3368
Full Changelog: v0.63.0...v0.63.1