edge-currency-accountbased 4.24.3 → 4.24.5

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 CHANGED
@@ -2,15 +2,32 @@
2
2
 
3
3
  ## Unreleased
4
4
 
5
+ ## 4.24.5 (2024-09-17)
6
+
7
+ - removed: Ethereum WebSocket server connections, which were preventing incoming transactions appearing.
8
+
9
+ ## 4.24.4 (2024-09-16)
10
+
11
+ - changed: Upgrade chain-registry package.
12
+
5
13
  ## 4.24.3 (2024-09-16)
6
14
 
7
15
  - fixed: (EVM) Fixed ETH requires a resync or log back in to see new transaction
8
16
  - fixed: (FIO) Fix amount handling in parseActions
9
-
17
+
10
18
  ## 4.24.2 (2024-09-12)
11
19
 
12
20
  - fixed: (EVM) Merge duplicate token transaction data from evmscan fixing incorrect transaction native amounts
13
21
 
22
+ ## 4.24.1-2 (2024-09-17)
23
+
24
+ - removed: Ethereum WebSocket server connections, which were preventing incoming transactions appearing.
25
+
26
+ ## 4.24.1-1 (2024-09-16)
27
+
28
+ - fixed: (EVM) Fixed ETH requires a resync or log back in to see new transaction
29
+ - fixed: (FIO) Fix amount handling in parseActions
30
+
14
31
  ## 4.24.1 (2024-09-10)
15
32
 
16
33
  - fixed: (ADA) Correctly parse txid after broadcasting a transaction