v0.51.2
·
2 commits
to release/0.51
since this release
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:
Full Changelog: v0.51.1...v0.51.2