edge-currency-accountbased 3.0.0 → 3.0.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 +11 -1
- package/android/src/main/assets/edge-currency-accountbased/5336.chunk.js +2 -2
- package/android/src/main/assets/edge-currency-accountbased/coreum.chunk.js +2 -2
- package/android/src/main/assets/edge-currency-accountbased/edge-currency-accountbased.js +1 -1
- package/android/src/main/assets/edge-currency-accountbased/tron.chunk.js +1 -1
- package/lib/cosmos/CosmosEngine.js +107 -9
- package/lib/cosmos/cosmosTypes.js +19 -0
- package/lib/cosmos/info/thorchainruneInfo.js +3 -4
- package/lib/tron/TronEngine.js +7 -4
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,16 @@
|
|
|
2
2
|
|
|
3
3
|
## Unreleased
|
|
4
4
|
|
|
5
|
+
## 3.0.2 (2024-01-22)
|
|
6
|
+
|
|
7
|
+
- changed: (Thorchain) Use dynamic fees from thornode
|
|
8
|
+
|
|
9
|
+
## 3.0.1 (2024-01-14)
|
|
10
|
+
|
|
11
|
+
- added: (Cosmos) Add signMessage method
|
|
12
|
+
- added: (Cosmos) Add staked balance query
|
|
13
|
+
- fixed: (Tron) Stop saving zero fee EdgeTransactions
|
|
14
|
+
|
|
5
15
|
## 3.0.0 (2024-01-06)
|
|
6
16
|
|
|
7
17
|
- changed: Moved FIO staked balances from the balances object to stakingStatus
|
|
@@ -41,7 +51,7 @@
|
|
|
41
51
|
|
|
42
52
|
## 2.18.1 (2023-12-18)
|
|
43
53
|
|
|
44
|
-
added: (Solana) Add BONK
|
|
54
|
+
- added: (Solana) Add BONK
|
|
45
55
|
|
|
46
56
|
## 2.18.0 (2023-12-15)
|
|
47
57
|
|