edge-currency-accountbased 2.18.2 → 2.18.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 +8 -1
- package/android/src/main/assets/edge-currency-accountbased/edge-currency-accountbased.js +1 -1
- package/android/src/main/assets/edge-currency-accountbased/ethereum.chunk.js +5 -5
- package/lib/ethereum/EthereumEngine.js +10 -4
- package/lib/ethereum/EthereumNetwork.js +23 -14
- package/lib/ethereum/fees/ethMiningFees.js +2 -13
- package/lib/ethereum/info/fantomInfo.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,9 +2,16 @@
|
|
|
2
2
|
|
|
3
3
|
## Unreleased
|
|
4
4
|
|
|
5
|
+
## 2.18.3 (2023-12-20)
|
|
6
|
+
|
|
7
|
+
- added: `minerTip` to `feeRateUsed` for EIP-1559 transaction
|
|
8
|
+
- changed: Added back EIP1559 support to Fantom
|
|
9
|
+
- fixed: Fallback query for baseFee if not cached for EIP-1559 currencies
|
|
10
|
+
- fixed: Incorrect spelling for EIP-1559 parameter (maxPriorityFeePerGas)
|
|
11
|
+
|
|
5
12
|
## 2.18.2 (2023-12-18)
|
|
6
13
|
|
|
7
|
-
-fixed: Various regressions and bugs caused by recent refactors
|
|
14
|
+
- fixed: Various regressions and bugs caused by recent refactors
|
|
8
15
|
|
|
9
16
|
## 2.18.1 (2023-12-18)
|
|
10
17
|
|