edge-currency-accountbased 3.2.3 → 3.2.5
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/2784.chunk.js +2 -2
- package/android/src/main/assets/edge-currency-accountbased/533.chunk.js +1 -0
- package/android/src/main/assets/edge-currency-accountbased/5336.chunk.js +8 -8
- package/android/src/main/assets/edge-currency-accountbased/8193.chunk.js +3 -3
- 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 +6 -6
- package/android/src/main/assets/edge-currency-accountbased/solana.chunk.js +1 -1
- package/lib/ethereum/EthereumEngine.js +96 -101
- package/lib/ethereum/ethereumTypes.js +0 -6
- package/lib/ethereum/networkAdapters/RpcAdapter.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,15 @@
|
|
|
2
2
|
|
|
3
3
|
## Unreleased
|
|
4
4
|
|
|
5
|
+
## 3.2.5 (2024-03-11)
|
|
6
|
+
|
|
7
|
+
- fixed: Performance issue with getMaxSpendable caused by recursive calls
|
|
8
|
+
- fixed: (zkSync) fixed getMaxSpendable insufficient funds error caused by misusing gas estimation parameters
|
|
9
|
+
|
|
10
|
+
## 3.2.4 (2024-03-06)
|
|
11
|
+
|
|
12
|
+
- fixed: (zkSync) fixed gas limit estimation failures due to caching last estimations
|
|
13
|
+
|
|
5
14
|
## 3.2.3 (2024-03-06)
|
|
6
15
|
|
|
7
16
|
- added: Unique ss58 encoding for Polkadot currencies
|