edge-currency-accountbased 2.7.0 → 2.7.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 +13 -0
- package/android/src/main/assets/edge-currency-accountbased/5336.chunk.js +2 -2
- package/android/src/main/assets/edge-currency-accountbased/edge-currency-accountbased.js +2 -2
- package/android/src/main/assets/edge-currency-accountbased/filecoin.chunk.js +1 -1
- package/android/src/main/assets/edge-currency-accountbased/zcash.chunk.js +3 -3
- package/lib/filecoin/FilecoinEngine.js +33 -9
- package/lib/react-native.js +2 -2
- package/lib/zcash/ZcashEngine.js +45 -29
- package/lib/zcash/zcashInfo.js +2 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,19 @@
|
|
|
2
2
|
|
|
3
3
|
## Unreleased
|
|
4
4
|
|
|
5
|
+
## 2.7.2 (2023-10-20)
|
|
6
|
+
|
|
7
|
+
- added: Add deprecated `memoType` to zcashInfo for backwards compatibility
|
|
8
|
+
- fixed: Account for possible 0-date transaction listerner race-condition
|
|
9
|
+
- fixed: Filecoin returns a more stable spendable balance from `getMaxSpendable`
|
|
10
|
+
- fixed: More accurate Filecoin fee estimation for `makeSpend`
|
|
11
|
+
|
|
12
|
+
## 2.7.1 (2023-10-16)
|
|
13
|
+
|
|
14
|
+
- changed: Upgrade react-native-zcash to v0.6.2
|
|
15
|
+
- changed: Update address explorer url (Zcash)
|
|
16
|
+
- fixed: Set synchronizer to null in `killEngine` so it can be properly restarted (Zcash)
|
|
17
|
+
|
|
5
18
|
## 2.7.0 (2023-10-11)
|
|
6
19
|
|
|
7
20
|
- added: EdgeTxAction tagging to TRX freeze/unfreeze contract call transactions
|