edge-currency-accountbased 4.52.2 → 4.54.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,18 @@
2
2
 
3
3
  ## Unreleased
4
4
 
5
+ ## 4.54.0 (2025-07-18)
6
+
7
+ - changed: (Zano) `getDisplayPublicSeed` waits for wallet initialization before returning instead of throwing
8
+ - fixed: (Zano) Deeplink parsing bug when scanning for unknown currency.
9
+ - fixed: (Zano) Wallet initialization failure when the wallet exists in the sdk
10
+
11
+ ## 4.53.0 (2025-07-07)
12
+
13
+ - added: (Zano) `getDisplayPublicSeed` in `ZanoEngine` to return the private view key
14
+ - fixed: (DOT) Mismatching fee calculations between `makeSpend` and `getMaxSpendable`
15
+ - removed: (Zano) `getDisplayPublicKey` which was returning the public address instead of the private view key
16
+
5
17
  ## 4.52.2 (2025-07-03)
6
18
 
7
19
  - fixed: (EVM) Added exponential backoff function to etherscan/evmscan API call retries.