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 +12 -0
- package/android/src/main/assets/edge-currency-accountbased/6845.chunk.js +2 -2
- package/android/src/main/assets/edge-currency-accountbased/edge-currency-accountbased.js +1 -1
- package/android/src/main/assets/edge-currency-accountbased/polkadot.chunk.js +4 -4
- package/android/src/main/assets/edge-currency-accountbased/zano.chunk.js +4 -4
- package/lib/common/lifecycleManager.js +129 -0
- package/lib/polkadot/PolkadotEngine.js +20 -12
- package/lib/zano/ZanoEngine.js +117 -38
- package/lib/zano/ZanoTools.js +4 -10
- package/package.json +2 -1
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.
|