edge-currency-accountbased 2.2.1 → 2.2.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 +14 -6
- package/android/src/main/assets/edge-currency-accountbased/223.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/filecoin.chunk.js +1 -1
- package/android/src/main/assets/edge-currency-accountbased/polkadot.chunk.js +2 -2
- package/lib/filecoin/FilecoinEngine.js +146 -19
- package/lib/filecoin/Filfox.js +101 -0
- package/lib/filecoin/Filscan.js +8 -12
- package/lib/filecoin/filecoinInfo.js +1 -0
- package/lib/filecoin/filecoinTypes.js +1 -0
- package/lib/polkadot/PolkadotEngine.js +21 -44
- package/lib/polkadot/polkadotTypes.js +0 -9
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,13 +1,21 @@
|
|
|
1
1
|
# edge-currency-accountbased
|
|
2
2
|
|
|
3
|
+
## 2.2.3 (2023-09-07)
|
|
4
|
+
|
|
5
|
+
- added: Integrate Filfox for Filecoin transaction scanning
|
|
6
|
+
|
|
7
|
+
## 2.2.2 (2023-09-06)
|
|
8
|
+
|
|
9
|
+
- changed: Revert usage of `queryMulti` in Polkadot engine balance query
|
|
10
|
+
|
|
3
11
|
## 2.2.1 (2023-09-04)
|
|
4
12
|
|
|
5
|
-
changed: Use separate code path for calculating token max spendable (Polkadot)
|
|
6
|
-
changed: Allow user to spend entire token balance (Polkadot)
|
|
7
|
-
changed: Add early exit to transaction query (Polkadot)
|
|
8
|
-
fixed: Use Filscan as the block explorer for Filecoin
|
|
9
|
-
fixed: Used correct balance in when sending tokens (Polkadot)
|
|
10
|
-
fixed: Update Liberland length fee cost
|
|
13
|
+
- changed: Use separate code path for calculating token max spendable (Polkadot)
|
|
14
|
+
- changed: Allow user to spend entire token balance (Polkadot)
|
|
15
|
+
- changed: Add early exit to transaction query (Polkadot)
|
|
16
|
+
- fixed: Use Filscan as the block explorer for Filecoin
|
|
17
|
+
- fixed: Used correct balance in when sending tokens (Polkadot)
|
|
18
|
+
- fixed: Update Liberland length fee cost
|
|
11
19
|
|
|
12
20
|
## 2.2.0 (2023-09-04)
|
|
13
21
|
|