edge-core-js 2.25.3 → 2.26.1
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 +9 -0
- package/android/src/main/assets/edge-core-js/edge-core.js +1 -1
- package/lib/core/account/account-api.js +10 -7
- package/lib/core/account/plugin-api.js +4 -0
- package/lib/core/currency/wallet/currency-wallet-api.js +21 -5
- package/lib/core/currency/wallet/currency-wallet-callbacks.js +4 -0
- package/lib/core/currency/wallet/currency-wallet-files.js +7 -1
- package/lib/core/currency/wallet/currency-wallet-pixie.js +18 -0
- package/lib/node/index.js +61 -16
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,15 @@
|
|
|
2
2
|
|
|
3
3
|
## Unreleased
|
|
4
4
|
|
|
5
|
+
## 2.26.1 (2025-02-26)
|
|
6
|
+
|
|
7
|
+
- added: Log changes to the `enabledTokenId` array.
|
|
8
|
+
- fixed: Create wallets in the correct location when using non-default appId's.
|
|
9
|
+
|
|
10
|
+
## 2.26.0 (2025-02-20)
|
|
11
|
+
|
|
12
|
+
- changed: `saveTx` emits `newTransaction` event for unseen transaction.
|
|
13
|
+
|
|
5
14
|
## 2.25.3 (2025-02-17)
|
|
6
15
|
|
|
7
16
|
- fixed: Only write the enabled tokens file when actually necessary.
|