v0.69.0 #4940
steven-sheehy
started this conversation in
Releases
v0.69.0
#4940
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
As noted in previous releases, HIP-367 is deprecating the token relationship information returned from HAPI queries. In this release, its mirror node replacement is now feature complete. We now track and show the current fungible token balance in the token relationships API instead of relying upon the 15 minute balance export from consensus nodes. In a future release, the accounts and balances REST APIs will be updated to show the current fungible token balance.
The importer component now supports a local file stream provider. This allows it to read stream files from a local directory instead of just the S3-compatible providers it supported previously. This mode is useful for debugging stream files received out of band or for reducing complexity and latency in a local node setup. To try it out, set
hedera.mirror.importer.downloader.cloudProvider=LOCAL
and populate thehedera.mirror.importer.dataPath
/streams
folder with the same file structure as the cloud buckets.We now show a contract's
CREATE2
EVM address in the contract logs REST APIs. Previously, we would convert the Hederashard.realm.num
to a 20-byte EVM address but this did not always reflect the true EVM address of the contract. Using theCREATE2
form of the EVM address provides increased Ethereum compatibility.We continue to make progress on converting our build process to Gradle. This release adds a Golang Gradle plugin to download the Go SDK and use it to build and test the Rosetta module.
Enhancements
Bug Fixes
Dependency Upgrades
Contributors
We'd like to thank all the contributors who worked on this release!
This discussion was created from the release v0.69.0.
Beta Was this translation helpful? Give feedback.
All reactions