This release centers on aligning the examples set with the Java SDK and adding HIP-1313 TCK support, alongside several bug fixes. The remaining merged PRs are internal — a large round of
unit/integration test-coverage additions and dependency updates — with no user-facing impact.
Enhancements
-
Examples aligned with the Java SDK — added 13 new examples and aligned an existing one so the example set stays consistent across SDKs (#621).
#4047New examples:
construct-client,generate-key-with-mnemonic,transfer-crypto,create-file,delete-file,update-account-public-key,consensus-pub-sub-with-submit-key,
topic-with-admin-key,multi-app-transfer,consensus-pub-sub-chunked,schedule-multi-sig-transaction,scheduled-transfer,schedule-identical-transaction.
Bug Fixes
- Mnemonic: throw on invalid BIP-44 derivation paths instead of deriving silently. #3992
- FreezeTransaction: stop emitting a spurious
endTime is deprecatedwarning when deserializing a transaction, and clarify the deprecation message with a migration path.
#4095
Full Changelog: v2.84.0...v2.85.0