v0.54.3
·
3 commits
to release/0.54
since this release
Overview
The latest release of the Hedera JSON-RPC Relay, v0.54.3, addresses a critical issue in the Hedera JSON-RPC Relay, specifically fixing the duplication of transactions in the transactions
array on the eth_getBlockByNumber
endpoint. This enhancement ensures more accurate and reliable data retrieval, eliminating redundancy and improving the overall integrity of the blockchain data provided by the relay.
What's Changed
Enhancements
- fix: duplicated transactions in transactions array on eth_getBlockByNumber by @natanasow in #2854
Full Changelog: v0.54.2...v0.54.3