v0.63.0 #4355
steven-sheehy
started this conversation in
Releases
v0.63.0
#4355
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 adds a highly requested feature: the mirror node now tracks the current account balance. Previously, the mirror node would store and serve balance information whose source was a balance file that consensus nodes write every 15 minutes. We were able to figure out a way to track this information at scale with SQL and now when you query either
/api/v1/accounts
or/api/v1/accounts/{id}
the balance information will be up to date. A future release will add live balances to/api/v1/balances
when no timestamp parameter is provided and track up to date token balances.Work continues on HIP-513 Contract Traceability, with this release adding a few important items. Consensus nodes will, when first activating the sidecar mechanism, send migration records that includes all smart contract runtime bytecode and current storage values. The mirror node now supports receiving these special migration sidecars and updating its database with the migrated data. This paves the way for the mirror node to have the necessary information to execute smart contracts without modifying state in a future release. Also in this release we now show the contract initcode that was used to unsuccessfully create a smart contract in a new
failed_initcode
field in the contract result REST API.The network supply REST API saw an update to adjust the unreleased supply accounts used to calculate the unreleased supply. This change was necessary as Hedera adjusts the treasury accounts for use with staking.
Enhancements
Bug Fixes
Dependency Upgrades
@hashgraph
/proto from 2.8.0 to 2.9.0 in /hedera-mirror-rest/check-state-proof #4247@hashgraph
/proto from 2.8.0 to 2.9.0 in /hedera-mirror-rest #4245Contributors
We'd like to thank all the contributors who worked on this release!
This discussion was created from the release v0.63.0.
Beta Was this translation helpful? Give feedback.
All reactions