edge-currency-accountbased 2.18.7 → 3.0.0
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 +9 -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/ethereum.chunk.js +4 -4
- package/android/src/main/assets/edge-currency-accountbased/fio.chunk.js +2 -2
- package/lib/ethereum/EthereumEngine.js +4 -17
- package/lib/ethereum/info/optimismInfo.js +8 -0
- package/lib/fio/FioEngine.js +122 -130
- package/lib/fio/fioConst.js +11 -0
- package/lib/fio/fioInfo.js +0 -5
- package/lib/fio/fioSchema.js +16 -2
- package/lib/fio/fioTypes.js +0 -4
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,15 @@
|
|
|
2
2
|
|
|
3
3
|
## Unreleased
|
|
4
4
|
|
|
5
|
+
## 3.0.0 (2024-01-06)
|
|
6
|
+
|
|
7
|
+
- changed: Moved FIO staked balances from the balances object to stakingStatus
|
|
8
|
+
|
|
9
|
+
## 2.18.8 (2024-01-03)
|
|
10
|
+
|
|
11
|
+
- added: (Optimism) Add Tarot token
|
|
12
|
+
- removed: Remove arbitrary limit of 5 unconfirmed transactions for EVM currencies
|
|
13
|
+
|
|
5
14
|
## 2.18.7 (2023-12-29)
|
|
6
15
|
|
|
7
16
|
- fixed: ETC spend error regression caused by EIP-1559 upgrade in EthereumEngine
|