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"topackage.json'sexports#3388 - This moves the
mirrorRestApiBaseUrlconstruction from the client to theMirrorNodeclass 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