v0.160.0 #14021
steven-sheehy
started this conversation in
Releases
v0.160.0
#14021
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.
This release is mainly a bug fix release. One notable changes is we corrected the EVM transaction index ordering to only include top-level EVM transactions. Child transactions now inherit the index of the user submitted parent transaction. Previously it was tracking all transactions within a given block. This could be considered a breaking change in behavior if a client application was relying upon the old approach. This migration is expected to run for many hours against mainnet data, but it is asynchronous and should not impact node availability. If operators run multiple nodes for availability or temporarily during staging, it is recommend to wait for all asynchronous migrations to complete before proceeding to the next deployment.
Enhancements
AccountBalanceQueryfrom acceptance tests #13954Bug Fixes
Dependency Upgrades
@google-cloud/logging from 11.2.3 to 11.3.0 in /tools/log-downloader in the dependencies group #13926Deployments
Contributors
Thank you to all the contributors who worked on this release:
@bilyana-gospodinova
@IvanKavaldzhiev
@martingeorgiev1
@sdimitrov9
@steven-sheehy
@xin-hedera
This discussion was created from the release v0.160.0.
All reactions