v0.13.0 #749
lukelee-sl
started this conversation in
Releases
v0.13.0
#749
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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
Bug Fixes
null
value returned foramount
by MirrorNode for contract result queries #710Contributors
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
Beta Was this translation helpful? Give feedback.
All reactions