Skip to content

Releases: hashgraph/hedera-json-rpc-relay

v0.64.3

29 Jan 20:45
v0.64.3
5f9c2a4
Compare
Choose a tag to compare

What's Changed

  • feat: enhanced eth_getLogs with timestamp range validation and new error handling by @quiet-node in #3431

Full Changelog: v0.64.2...v0.64.3

v0.64.2

29 Jan 20:44
v0.64.2
214f1ef
Compare
Choose a tag to compare

What's Changed

  • chore(logging): enhanced logging upon receiving responses from the Mirror Node server by @quiet-node in #3422

Full Changelog: v0.64.1...v0.64.2

v0.64.1

23 Jan 20:07
v0.64.1
6bd832c
Compare
Choose a tag to compare

What's Changed

  • feat: added DEPENDENT_SERVICE_IMMATURE_RECORDS predefined error for immature records scenarios by @quiet-node in #3394

Full Changelog: v0.64.0...v0.64.1

v0.64.0

22 Jan 01:22
v0.64.0
18d3acd
Compare
Choose a tag to compare

Overview

The Hedera JSON-RPC Relay v0.64.0 release introduces a notable enhancement with the addition of the LZ <> Hedera HTS Connector for existing token examples. This feature provides a powerful example of integrating LayerZero with Hedera's HTS, enabling seamless cross-chain token interactions and showcasing the platform's interoperability capabilities.

This release also includes dependency upgrades, including updates to @graphprotocol/graph-cli, @mui/material, and web3, enhance security and compatibility. Internal updates, such as the improved Grafana dashboard for HBAR Rate Limit visibility and updates to release automation, continue to strengthen the platform’s reliability and developer experience. These improvements solidify the Hedera JSON-RPC Relay as a robust and adaptable solution for developers.

What's Changed

Enhancements

  • feat: add LZ <> Hedera HTS Connector for existing token example by @natanasow in #3361

Dependency Upgrades

Internal Changes

New Contributors

Full Changelog: v0.63.2...v0.64.0

v0.64.0-rc1

16 Jan 02:43
v0.64.0-rc1
1411982
Compare
Choose a tag to compare
v0.64.0-rc1 Pre-release
Pre-release
v0.64.0-rc1

v0.63.2

16 Jan 02:41
v0.63.2
07bdb19
Compare
Choose a tag to compare

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

v0.63.1

10 Jan 18:00
v0.63.1
593a47f
Compare
Choose a tag to compare

Overview

The Hedera JSON-RPC Relay v0.63.1 release improves reliability for eth_getBlockByNumber, eth_getBlockByHash, and eth_getTransactionReceipt by adding robust null checks, enhanced error handling, and fallback mechanisms. It also introduces a retry mechanism to handle incomplete data from the Mirror Node, ensuring stability and consistency in RPC responses.

Bug Fixes

  • fix: enhanced reliability of eth RPC methods with null checks and retry mechanisms by @quiet-node in #3349

Full Changelog: v0.63.0...v0.63.1

v0.63.0

01 Jan 22:12
v0.63.0
4f91480
Compare
Choose a tag to compare

Overview

The Hedera JSON-RPC Relay v0.63.0 release introduces two important enhancements to improve the platform's functionality and flexibility. The new OPERATOR tier has been added, expanding the HBAR Limiter’s capabilities to include tailored plans for operators. This feature enables better alignment with operational needs and provides enhanced control for managing transaction limits. Additionally, a precheck for receiver accounts has been incorporated into sendRawTransactionCheck, ensuring that transactions are validated more effectively before execution, enhancing reliability and security.

This release also includes several dependency upgrades, such as updates to golang.org/x/crypto, @emotion/react, and @emotion/styled, ensuring the platform remains compatible with the latest tools and libraries. These updates, along with internal documentation enhancements like the updated hbar-limiter.md for the new OPERATOR tier, demonstrate ongoing efforts to provide a robust and developer-friendly platform.

What's Changed

Enhancements

Documentation

  • docs: update hbar-limiter.md with information about OPERATOR plans by @victor-yanev in #3338

Dependency Upgrades

Full Changelog: v0.62.0...v0.63.0

v0.63.0-rc1

01 Jan 22:09
v0.63.0-rc1
e83c2ad
Compare
Choose a tag to compare
v0.63.0-rc1 Pre-release
Pre-release
v0.63.0-rc1

v0.62.0

16 Dec 15:54
v0.62.0
e40edff
Compare
Choose a tag to compare

Overview

The Hedera JSON-RPC Relay v0.62.0 release introduces a significant enhancement with the ability to return HTS token addresses for newly created HTS tokens in transaction receipts. This update ensures that HTS token creation transactions return the correct token address by detecting HTS token creation calls to the system contract, extracting and decoding the token's EVM address from the call result, and including it in the receipt under the contractAddress field, replacing the previous value which was always the HTS system contract address (0x167). This improvement enhances compatibility with Ethereum-based tooling, simplifying workflows for developers and ensuring seamless integration of token creation processes.

Another key update in this release allows transactions with a value of 0 to pass through the system. By removing this restriction, the platform now supports broader use cases, including specific smart contract operations and test scenarios where zero-value transactions are essential. This change also ensures consistency with Ethereum, aligning the platform with industry standards.

This release also includes critical bug fixes, such as improved cache handling for getFilterLogs calls, ensuring consistent and accurate filtering. Dependency upgrades, including updates to web3 and @hashgraph/sdk, enhance compatibility and performance. Internal changes, such as extended format checking via openrpcjson and workflow updates, demonstrate ongoing efforts to maintain a robust and reliable codebase. These updates continue to refine the platform, providing developers with a more powerful and seamless integration experience.

What's Changed

Enhancements

Bug Fixes

  • fix: added cache refreshing after subsequent getFilterLogs calls for the same filter by @simzzz in #3308

Dependency Upgrades

Internal Changes

Full Changelog: v0.61.0...v0.62.0