edge-currency-accountbased 2.5.0 → 2.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 CHANGED
@@ -2,6 +2,15 @@
2
2
 
3
3
  ## Unreleased
4
4
 
5
+ ## 2.5.2 (2023-09-22)
6
+
7
+ - removed: Temporarily disable non-functionaly zcash memos, pending an updated SDK with correct fee math.
8
+
9
+ ## 2.5.1 (2023-09-21)
10
+
11
+ - changed: Update Zcash address explorer
12
+ - fixed: Rename Tron memos to "note".
13
+
5
14
  ## 2.5.0 (2023-09-20)
6
15
 
7
16
  - changed: Remove the maximum memo length on Tron
@@ -29,6 +38,11 @@ removed: Disabled all Piratechain synchronizer functionality. This is a temporar
29
38
 
30
39
  - added: Support the latest core memo API's.
31
40
 
41
+ ## 2.2.5 (2023-09-21)
42
+
43
+ - fixed: Do not crash if BigInt is not present.
44
+ - fixed: Block Filecoin when BigInt is not present.
45
+
32
46
  ## 2.2.4 (2023-09-08)
33
47
 
34
48
  - fixed: Bug prevent Filecoin spend transactions from being saved in the wallet (by saveTx)