edge-currency-accountbased 4.24.0 → 4.24.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/6845.chunk.js +2 -2
- package/android/src/main/assets/edge-currency-accountbased/cardano.chunk.js +2 -2
- package/android/src/main/assets/edge-currency-accountbased/ethereum.chunk.js +5 -5
- package/android/src/main/assets/edge-currency-accountbased/fio.chunk.js +2 -2
- package/lib/cardano/CardanoEngine.js +26 -7
- package/lib/ethereum/networkAdapters/EvmScanAdapter.js +21 -5
- package/lib/fio/FioEngine.js +17 -27
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,15 @@
|
|
|
2
2
|
|
|
3
3
|
## Unreleased
|
|
4
4
|
|
|
5
|
+
## 4.24.2 (2024-09-12)
|
|
6
|
+
|
|
7
|
+
- fixed: (EVM) Merge duplicate token transaction data from evmscan fixing incorrect transaction native amounts
|
|
8
|
+
|
|
9
|
+
## 4.24.1 (2024-09-10)
|
|
10
|
+
|
|
11
|
+
- fixed: (ADA) Correctly parse txid after broadcasting a transaction
|
|
12
|
+
- fixed: (ADA) Fixed metadata for staking transactions
|
|
13
|
+
|
|
5
14
|
## 4.24.0 (2024-09-05)
|
|
6
15
|
|
|
7
16
|
- added: (Ethereum/Solana) Support additional tokens provided by info server
|