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

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

What's Changed

This release introduces improvements to how mirror network URLs are handled across the SDK. Specifically, it ensures that custom ports and schemes defined in client.mirrorNetwork are respected, and removes duplication of URL parsing logic. This change enhances compatibility with custom and non-standard network setups.

Enhancements

  • Introduced a new Client.mirrorRestApiBaseUrl getter that exposes the full Mirror Node REST API base URL, including scheme and port.
  • Updated AccountId.populateAccountEvmAddress and AccountId.populateAccountNum to use mirrorRestApiBaseUrl for constructing request URLs, removing string slicing logic.

Bug Fixes

  • Fixed an issue in MirrorNodeContractQuery where the port was incorrectly overridden to 8545 when connecting to custom networks.

Full Changelog: v2.73.1...v2.73.2

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

NewReleases is sending notifications on new releases.