edge-currency-accountbased 2.2.2 → 2.2.4
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 +13 -0
- 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 +9 -9
- package/android/src/main/assets/edge-currency-accountbased/filecoin.chunk.js +1 -1
- package/android/src/main/assets/edge-currency-accountbased/zcash.chunk.js +2 -2
- package/lib/ethereum/info/avalancheInfo.js +8 -0
- package/lib/ethereum/info/ethereumInfo.js +8 -0
- package/lib/filecoin/FilecoinEngine.js +202 -43
- package/lib/filecoin/Filfox.js +168 -0
- package/lib/filecoin/Filscan.js +8 -12
- package/lib/filecoin/filecoinInfo.js +1 -0
- package/lib/filecoin/filecoinTypes.js +1 -0
- package/lib/zcash/ZcashEngine.js +11 -9
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# edge-currency-accountbased
|
|
2
2
|
|
|
3
|
+
## 2.2.4 (2023-09-08)
|
|
4
|
+
|
|
5
|
+
- fixed: Bug prevent Filecoin spend transactions from being saved in the wallet (by saveTx)
|
|
6
|
+
- fixed: Filecoin network fee query issue
|
|
7
|
+
- changed: Use Filfox exclusively for Filecoin transaction querying
|
|
8
|
+
- fixed: Incorrectly identifying send-to-self transactions as receives from the network
|
|
9
|
+
- added: USDT token to Avalanche
|
|
10
|
+
- added: PYUSD token to Ethereum
|
|
11
|
+
|
|
12
|
+
## 2.2.3 (2023-09-07)
|
|
13
|
+
|
|
14
|
+
- added: Integrate Filfox for Filecoin transaction scanning
|
|
15
|
+
|
|
3
16
|
## 2.2.2 (2023-09-06)
|
|
4
17
|
|
|
5
18
|
- changed: Revert usage of `queryMulti` in Polkadot engine balance query
|