v0.92.0 #7191
steven-sheehy
started this conversation in
Releases
v0.92.0
#7191
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
HIP-584 Mirror EVM Archive node saw further refinements in this release. Memory usage was optimized by making most classes stateless and leveraging
ThreadLocal
where appropriate. Work continues on making/api/v1/contracts/call
support historical blocks with lower level support for historical contract state, account, and contract information added. Additional test coverage for estimate gas was introduced to compare gas estimation is close to the actual gas used via HAPI. Finally, an issue with theblockhash
operation returning0x0
was resolved.We added an option to deduplicate account and token balance data for Citus that can dramatically reduce the size of the balance tables. Balance tables currently consume 50% of the database. In the next release, we will bring this capability to regular PostgreSQL to realize those cost savings there as well. We now no longer update the token history for supply change operations like mint, burn, or wipe thus reducing the amount of data in this table.
Enhancements
Bug Fixes
Documentation
Dependency Upgrades
@aws-sdk
/client-s3 from 3.433.0 to 3.438.0 in /hedera-mirror-rest #7136@testcontainers
/postgresql from 10.2.1 to 10.2.2 in /hedera-mirror-rest #7133@aws-sdk
/client-s3 from 3.428.0 to 3.433.0 in /hedera-mirror-rest #7108Contributors
We'd like to thank all the contributors who worked on this release!
This discussion was created from the release v0.92.0.
Beta Was this translation helpful? Give feedback.
All reactions