edge-core-js 2.26.0 → 2.26.2
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 +10 -1
- 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 +9 -5
- package/lib/core/currency/wallet/currency-wallet-callbacks.js +4 -0
- package/lib/core/currency/wallet/currency-wallet-files.js +8 -2
- package/lib/core/currency/wallet/currency-wallet-pixie.js +18 -0
- package/lib/node/index.js +51 -13
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,9 +2,18 @@
|
|
|
2
2
|
|
|
3
3
|
## Unreleased
|
|
4
4
|
|
|
5
|
+
## 2.26.2 (2025-03-24)
|
|
6
|
+
|
|
7
|
+
- fixed: New transaction event should not be emitted when updating transaction metadata.
|
|
8
|
+
|
|
9
|
+
## 2.26.1 (2025-02-26)
|
|
10
|
+
|
|
11
|
+
- added: Log changes to the `enabledTokenId` array.
|
|
12
|
+
- fixed: Create wallets in the correct location when using non-default appId's.
|
|
13
|
+
|
|
5
14
|
## 2.26.0 (2025-02-20)
|
|
6
15
|
|
|
7
|
-
changed: `saveTx` emits `newTransaction` event for unseen transaction.
|
|
16
|
+
- changed: `saveTx` emits `newTransaction` event for unseen transaction.
|
|
8
17
|
|
|
9
18
|
## 2.25.3 (2025-02-17)
|
|
10
19
|
|