v0.64.0 #4426
steven-sheehy
started this conversation in
Releases
v0.64.0
#4426
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In the last release, we began keeping track of the current balance of every account and contract instead of solely relying upon the balance file written every 15 minutes by consensus nodes. In this release, we now show this up-to-date balance on the
/api/v1/accounts
and/api/v1/accounts/{id}
REST APIs in the existingbalance
field. In a future release, we'll consider doing the same for the token balance information.As part of HIP-406, it details a pending reward calculation that can be used to estimate the reward payout between your last payout event and the staking period that just ended. The mirror node now does a similar calculation daily and will in a future release show this pending reward amount on the REST API.
The reconciliation job periodically runs and reconciles the balance files with the crypto transfers that occurred in the record files. This job allowed us to catch an issue with missing transactions for
FAIL_INVALID
crypto transfers that was fixed in hedera-servicesv0.27.7
. This release contains the errata for the missing transactions that allows reconciliation to proceed successfully once again. It also saw performance improvements including adelay
property to throttle its speed and added job status persistence so it doesn't restart from the beginning every time. A newremediationStrategy
property provides a mechanism to continue after failure to aid in debugging multiple reconciliation errors.There were a ton of other functionality and performance fixes that went in this release. See the detailed changelog below:
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.64.0.
Beta Was this translation helpful? Give feedback.
All reactions