Skip to content

v2.74.0

Choose a tag to compare

@github-actions github-actions released this 01 Oct 12:07
· 348 commits to main since this release
6498cee

What's Changed

Enhancements

  • Extended amount field support across the SDK to accept BigNumber and bigint types in addition to existing Long and number types, ensuring consistent handling of large amounts throughout the codebase. #3394
  • Added support for latest Metro bundler by adding "react-native" to package.json's exports #3388
  • This moves the mirrorRestApiBaseUrl construction from the client to the MirrorNode class for better separation of concerns.
    Additional fix - port for the rest api is handled correctly for local dev environments. #3395
  • Added New gRPC web proxies for node 33 and node 34 #3384

Bug fixes

  • Fixed an issue where setMaxNodesPerTransaction() had no effect if called after a transaction was frozen. The setting is now applied correctly, allowing dApps and wallets to reduce redundant signing prompts when executing transactions. #3383

Full Changelog: v2.73.2...v2.74.0