v0.84.0 #6430
steven-sheehy
started this conversation in
Releases
v0.84.0
#6430
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This release contains support for HIP-729 contract nonce externalization. Consensus nodes now track and externalized contract nonce information in the record stream. A contract's nonce increases whenever it creates another contract. Mirror nodes persist this data and expose a contract's nonce on the
/api/v1/contracts
and/api/v1/contracts/{id}
REST APIs.HIP-584 EVM archive node continues to make progress. This release contains full support for contract state reads for both precompiled and non-precompile functions. Support was added for contract state modifications for non-precompile functions with the exception of lazy account creation.
Our goal of capturing all entity changes saw further refinements. Token information saw a history table be added to keep track of any changes to the token metadata over time. Also, we now use the real-time token balance in the token balances REST API.
Enhancements
MintLogic
+BurnLogic
#6239BurnLogic
intohedera-mirror-web3
#6236MintLogic
intohedera-mirror-web3
#6235DissociateLogic
into hedera-mirror-web3 #6156TokenAccessorImpl
,AccountAccessorImpl
andMirrorEntityAccess
to useStackedStateFrames
#5959TransferLogic
intohedera-mirror-web3
#5917Bug Fixes
block.chainid
behaviour #6281block.chainid
is always zero #6279Dependency Upgrades
@aws-sdk
/client-s3 from 3.359.0 to 3.363.0 in /hedera-mirror-rest #6310@aws-sdk
/client-s3 from 3.354.0 to 3.359.0 in /hedera-mirror-rest #6266@godaddy
/terminus from 4.12.0 to 4.12.1 in /hedera-mirror-rest #6263Contributors
We'd like to thank all the contributors who worked on this release!
This discussion was created from the release v0.84.0.
Beta Was this translation helpful? Give feedback.
All reactions