github hashgraph/hedera-json-rpc-relay v0.13.0

latest releases: v0.66.0, v0.66.0-rc1, v0.65.1...
pre-release2 years ago

v0.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 for amount 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

Don't miss a new hedera-json-rpc-relay release

NewReleases is sending notifications on new releases.