Skip to content

v0.51.2

Compare
Choose a tag to compare
@swirlds-automation swirlds-automation released this 18 Jul 03:45
· 2 commits to release/0.51 since this release
v0.51.2
6c1418d

Overview

This new release, v0.51.2, introduces a hotfix to improve the HBAR leakage issue in FILE_APPEND transactions. The fix replaces the current .execute() method with .executeAll() for fileAppendTransaction, ensuring that all transactions are captured in the result. This update allows for secure and accurate monitoring of the total HBAR spent in FILE_APPEND transactions within the metrics and HBAR rate limiter class. Consequently, it improves the tracking of the HBAR burned rate in metrics, ensuring that the Relay operator account's balance is managed effectively.

Bug Fixes

fix: Hbar usage tracking when transaction is larger than FILE_APPEND_CHUNK_SIZE #2698

Contributors

Thank you to all the contributors who worked on this release:

@Ivo-Yankov

Full Changelog: v0.51.1...v0.51.2