edge-currency-accountbased 1.5.0 → 1.5.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 +9 -0
- package/android/src/main/assets/edge-currency-accountbased/223.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/ripple.chunk.js +5 -5
- package/lib/ethereum/info/ethereumclassicInfo.js +1 -1
- package/lib/ripple/RippleEngine.js +107 -99
- package/lib/ripple/rippleTypes.js +1 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,10 +1,19 @@
|
|
|
1
1
|
# edge-currency-accountbased
|
|
2
2
|
|
|
3
|
+
## 1.5.2 (2023-08-24)
|
|
4
|
+
|
|
5
|
+
- fixed: Correctly parse more types of Ripple transactions, including DEX transactions.
|
|
6
|
+
|
|
7
|
+
## 1.5.1 (2023-08-23)
|
|
8
|
+
|
|
9
|
+
- changed: Removed blockscout API server from ETC info (disabling transaction list retrieval)
|
|
10
|
+
|
|
3
11
|
## 1.5.0 (2023-08-14)
|
|
4
12
|
|
|
5
13
|
- added: Support for XRP OfferCreate txs
|
|
6
14
|
- added: Fantom tokens listed on Axelarscan (AXLUSDC, AXLUSDT, AXLETH, AXLWBTC)
|
|
7
15
|
-
|
|
16
|
+
|
|
8
17
|
## 1.4.12 (2023-08-11)
|
|
9
18
|
|
|
10
19
|
- Fixed: Bug in FIO causing missing historical transactions (first page of transactions).
|