Skip to content

v2.63.0

Latest
Compare
Choose a tag to compare
@0xivanov 0xivanov released this 27 May 11:13
v2.63.0
df97e06

What's Changed

Summary

The latest release of the Hedera Go SDK, version v2.63.0, brings several functional enhancements, new features, and critical fixes aimed at improving multi-node signing workflows, developer control over token creation, and support for new HIP proposals.

Key updates include improved support for offline multi-node, multi-signature transactions via the introduction of GetSignableBodyBytes and AddSignatureV2. This significantly enhances offline signing workflows, especially for chunked transactions like FileAppendTransaction.

The SDK now aligns with HIP-1064, allowing node operators to opt out of daily rewards via SetDeclineReward, and supports HIP-1046 by introducing gRPC-Web proxy endpoints for nodes, facilitating web-based interactions without requiring native gRPC support.

A regression related to TokenCreateTransaction has also been addressed, ensuring autoRenewAccount is only auto-set when an auto-renew period is specified, giving developers more predictable transaction behavior.

Enhancements

Bug Fixes

  • Fixed regression in TokenCreateTransaction: now autoRenewAccount is only set automatically when an auto-renew period is provided. (#1386)

  • Fixed issue with FileAppendTransaction where receipt validation was incomplete for multi-chunk transactions. This ensures more accurate feedback during chunked uploads. (#1379)

Full Changelog: v2.62.0...v2.63.0