github hiero-ledger/hiero-sdk-js v2.74.0

latest releases: v2.84.0-beta.1, v2.83.0, v2.83.0-beta.3...
8 months ago

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

Don't miss a new hiero-sdk-js release

NewReleases is sending notifications on new releases.