edge-currency-accountbased 4.24.2 → 4.24.3
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 +5 -0
- package/android/src/main/assets/edge-currency-accountbased/6845.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/ethereum/EthereumNetwork.js +6 -2
- package/lib/fio/FioEngine.js +35 -28
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,11 @@
|
|
|
2
2
|
|
|
3
3
|
## Unreleased
|
|
4
4
|
|
|
5
|
+
## 4.24.3 (2024-09-16)
|
|
6
|
+
|
|
7
|
+
- fixed: (EVM) Fixed ETH requires a resync or log back in to see new transaction
|
|
8
|
+
- fixed: (FIO) Fix amount handling in parseActions
|
|
9
|
+
|
|
5
10
|
## 4.24.2 (2024-09-12)
|
|
6
11
|
|
|
7
12
|
- fixed: (EVM) Merge duplicate token transaction data from evmscan fixing incorrect transaction native amounts
|