v0.54.0
Overview
The latest release of the Hedera JSON-RPC Relay, v0.54.0, introduces several key enhancements and fixes that improve the overall functionality and reliability of the project.
Highlights of this release include the addition of an option to retrieve transaction records from either the Mirror Node or the Consensus Node, enhancing flexibility in data access. Furthermore, improvements in logging and the reuse of executetransaction
for methods in sdkclient
streamline the codebase for better performance.
Bug fixes, such as ensuring synthetic transactions are correctly populated on getBlock...
routes, contribute to a more robust and error-resistant system.
This release also incorporates updates to dependencies and documentation, ensuring the project remains up-to-date and well-supported.
What's Changed
Enhancements
- feat: reused executetransaction for methods in sdkclient and improved logging by @quiet-node in #2749
- fix: reduce hbar limit only by operator fees by @Ivo-Yankov in #2755
- fix: Code coverage report is not being uploaded by @victor-yanev in #2764
- chore: update local-node and sdk by @georgi-l95 in #2793
- feat: calculate
logsBloom
for synthetic transactions by @natanasow in #2785 - feat: added an option for retrieving transaction records from either the Mirror Node or the Consensus Node. by @quiet-node in #2782
- feat: Added request panels to the websocket dashboard. by @ebadiere in #2767
- feat: add Golang tests to workflow by @marcin-piela-ariane in #2679
Bug Fixes
- fix: populate synthetic transactions on
getBlock...
routes by @natanasow in #2784 - fix: Adds null check for param in validation by @konstantinabl in #2682
- fix: Makes ICacheClient return type promise and changes LRUCache accordingly by @konstantinabl in #2410
Documentation
- docs: Add documentation for debugging transactions by @victor-yanev in #2774
Dependency Upgrades
- build(deps): bump ws from 8.16.0 to 8.18.0 in /tools/web3js-example by @dependabot in #2713
New Contributors
- @marcin-piela-ariane made their first contribution in #2679
Full Changelog: v0.53.0...v0.54.0