v0.108.0 #8689
steven-sheehy
started this conversation in
Releases
v0.108.0
#8689
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
HIP-801 Add support for
debug_traceTransaction
RPC API saw its implementation completed this release. The new/api/v1/contracts/results/{id}/opcodes
is now fully implemented and will re-execute the given contract transaction and return the executed opcodes. As noted in the last release, this API is not enabled on Hedera managed mirror nodes and is intended for local execution. The next release will add additional testing and refinements, but for the most part the HIP is complete.HIP-869 Dynamic address book work was started this sprint with a design document added that lays out its impact on the mirror node.
There was a lot of effort put into automating the mirror node deployment process. A GitOps model is already utilized to help automate a lot of the rollout process, but in the case of multi-cluster environments each cluster would have to be manually updated. We know leverage GitHub repository dispatch to automate the PR creation to update the secondary cluster whenever the first cluster completes and its automated testing completes.
Citus saw further refinements in this release including work to optimize the topic message lookup migration to improve its runtime from weeks down to below an hour. The contract logs and contract result APIs were optimized to improve their performance on Citus. As a result, we felt comfortable enough to re-enable Citus in testnet and beginning work on the mainnet migration.
Enhancements
SelfDestructOperationTest
#8457Bug Fixes
Dependency Upgrades
@testcontainers
/redis from 10.9.0 to 10.10.0 in /hedera-mirror-rest #8622@aws-sdk
/client-s3 from 3.598.0 to 3.600.0 in /hedera-mirror-rest #8621@testcontainers
/postgresql from 10.9.0 to 10.10.0 in /hedera-mirror-rest #8619@aws-sdk
/client-s3 from 3.592.0 to 3.598.0 in /hedera-mirror-rest #8557Contributors
We'd like to thank all the contributors who worked on this release!
This discussion was created from the release v0.108.0.
Beta Was this translation helpful? Give feedback.
All reactions