v0.13.0
Pre-releasev0.13.0 of the Hedera JSON RPC Relay brings improvements to the way several problematic return values from the mirror node are handled. Also, the getLogs
call was improved to handle larger result sets.
Fixes for improved handling of null values and empty arrays when retrieving contract results from the mirror node were implemented in this release.
In addition the getLogs
call was improved to support pagination for results that are larger than the default result set size of 25 entries.
Acceptance tests were added to increase coverage or the eth_getStorageAt endpoint which allows state querying on a contract.
Enhancements
- Handle empty state_changes array in contract details (#733) #734
- Bump test sdk version #729
- Support pagination on getLogs requests #701
- rpc acceptance test for getStorageAt call #553
Bug Fixes
- Fix handling of null amount value when fetching transactions from the mirror node #715
null
value returned foramount
by MirrorNode for contract result queries #710- eth_getLogs returns only 25 results #673
Contributors
Thank you to all the contributors who worked on this release:
@dimitrovmaksim, @georgi-l95, and @lukelee-sl
Full Changelog: v0.12.0...v0.13.0