v2.73.2
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.mirrorRestApiBaseUrlgetter that exposes the full Mirror Node REST API base URL, including scheme and port. - Updated
AccountId.populateAccountEvmAddressandAccountId.populateAccountNumto usemirrorRestApiBaseUrlfor constructing request URLs, removing string slicing logic.
Bug Fixes
- Fixed an issue in
MirrorNodeContractQuerywhere the port was incorrectly overridden to8545when connecting to custom networks.
Full Changelog: v2.73.1...v2.73.2