edge-currency-accountbased 2.12.0 → 2.13.1

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,8 +2,33 @@
2
2
 
3
3
  ## Unreleased
4
4
 
5
+ ## 2.13.1 (2023-11-21)
6
+
7
+ - fixed: Incorrect deposit alias for Thorchain RUNE
8
+
9
+ ## 2.13.0 (2023-11-20)
10
+
11
+ - added: Add `MakeTxDeposit` to support THORChain swap transactions
12
+ - added: ENS name resolution support
13
+ - changed: Move `makeTx` params types to common
14
+ - changed: (RUNE) Replace shapeshift api with native rpc tx query
15
+ - fixed: Possible error in ETH transactions when calculated gasPrice is below baseFee
16
+
5
17
  ## 2.12.0 (2023-11-14)
6
18
 
19
+ - added: Filecoin FEVM support
20
+
21
+ ## 2.11.2-tc2 (2023-11-21)
22
+
23
+ - fixed: Incorrect deposit alias for Thorchain RUNE
24
+
25
+ ## 2.11.2-tc (2023-11-20)
26
+
27
+ - added: Add `MakeTxDeposit` to support THORChain swap transactions
28
+ - changed: Move `makeTx` params types to common
29
+ - changed: (RUNE) Replace shapeshift api with native rpc tx query
30
+ - fixed: Possible error in ETH transactions when calculated gasPrice is below baseFee
31
+
7
32
  ## 2.11.2 (2023-11-13)
8
33
 
9
34
  - fixed: EVM balance sync failure if missing API key for one node type