edge-core-js 2.16.0 → 2.18.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 +8 -0
- package/android/src/main/assets/edge-core-js/edge-core.js +1 -1
- package/android/src/main/assets/edge-core-js/edge-core.js.map +1 -1
- package/lib/core/currency/wallet/currency-wallet-api.js +10 -8
- package/lib/core/swap/swap-api.js +1 -0
- package/lib/flow/types.js +4 -0
- package/lib/node/index.js +5 -3
- package/lib/types/types.js +4 -0
- package/package.json +1 -1
- package/src/types/types.ts +4 -0
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,14 @@
|
|
|
2
2
|
|
|
3
3
|
## Unreleased
|
|
4
4
|
|
|
5
|
+
## 2.18.0 (2024-09-16)
|
|
6
|
+
|
|
7
|
+
- changed: Allow transactions tagged with actions through spam filter
|
|
8
|
+
|
|
9
|
+
## 2.17.0 (2024-09-11)
|
|
10
|
+
|
|
11
|
+
- added: `minReceiveAmount` to `EdgeSwapQuote` - the minimum amount that can be received from the swap
|
|
12
|
+
|
|
5
13
|
## 2.16.0 (2024-09-11)
|
|
6
14
|
|
|
7
15
|
- added: Report key wallet creation dates.
|