edge-currency-accountbased 3.2.2 → 3.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 +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 +4 -4
- package/android/src/main/assets/edge-currency-accountbased/fio.chunk.js +2 -2
- package/android/src/main/assets/edge-currency-accountbased/polkadot.chunk.js +2 -2
- package/android/src/main/assets/edge-currency-accountbased/solana.chunk.js +1 -1
- package/lib/ethereum/EthereumEngine.js +1 -26
- package/lib/ethereum/ethereumTypes.js +0 -6
- package/lib/fio/FioEngine.js +6 -2
- package/lib/fio/fioSchema.js +1 -1
- package/lib/polkadot/PolkadotEngine.js +16 -1
- package/lib/polkadot/PolkadotTools.js +1 -1
- package/lib/polkadot/info/liberlandInfo.js +1 -0
- package/lib/polkadot/info/liberlandTestnetInfo.js +1 -0
- package/lib/polkadot/info/polkadotInfo.js +1 -0
- package/lib/polkadot/polkadotTypes.js +1 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,15 @@
|
|
|
2
2
|
|
|
3
3
|
## Unreleased
|
|
4
4
|
|
|
5
|
+
## 3.2.4 (2024-03-06)
|
|
6
|
+
|
|
7
|
+
- fixed: (zkSync) fixed gas limit estimation failures due to caching last estimations
|
|
8
|
+
|
|
9
|
+
## 3.2.3 (2024-03-06)
|
|
10
|
+
|
|
11
|
+
- added: Unique ss58 encoding for Polkadot currencies
|
|
12
|
+
- fixed: Missing FIO transactions due to missing 'trnsfiopubky' tx type
|
|
13
|
+
|
|
5
14
|
## 3.2.2 (2024-03-05)
|
|
6
15
|
|
|
7
16
|
- added: (Solana) Priority fee settings
|