edge-currency-accountbased 0.22.8 → 0.22.10
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-currency-accountbased/618.chunk.js +2 -2
- package/android/src/main/assets/edge-currency-accountbased/edge-currency-accountbased.js +2 -2
- package/android/src/main/assets/edge-currency-accountbased/ripple.chunk.js +4 -4
- package/lib/ethereum/info/bscInfo.js +10 -1
- package/lib/ethereum/info/etcInfo.js +10 -1
- package/lib/ethereum/info/ethwInfo.js +10 -1
- package/lib/xrp/xrpEngine.js +22 -3
- package/lib/xrp/xrpInfo.js +2 -1
- package/lib/xrp/xrpTypes.js +1 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# edge-currency-accountbased
|
|
2
2
|
|
|
3
|
+
## 0.22.10 (2023-02-15)
|
|
4
|
+
|
|
5
|
+
- Fix: Include per token reserve in calculation of getMaxSpendable and makeSpend
|
|
6
|
+
- Add: Built in tokens for BSC, ETHW, and ETC to allow for custom tokens
|
|
7
|
+
|
|
8
|
+
## 0.22.9 (2023-02-14)
|
|
9
|
+
|
|
10
|
+
- Fix: Missing XRP token transactions
|
|
11
|
+
|
|
3
12
|
## 0.22.8 (2023-02-10)
|
|
4
13
|
|
|
5
14
|
- Improve `hexToDecimal` safety
|