edge-currency-accountbased 4.26.3 → 4.27.1
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 -0
- package/android/src/main/assets/edge-currency-accountbased/2851.chunk.js +8 -0
- package/android/src/main/assets/edge-currency-accountbased/edge-currency-accountbased.js +6 -6
- package/android/src/main/assets/edge-currency-accountbased/ethereum.chunk.js +4 -4
- package/android/src/main/assets/edge-currency-accountbased/ton.chunk.js +3 -0
- package/lib/ethereum/EthereumNetwork.js +9 -4
- package/lib/index.js +2 -0
- package/lib/ton/TonEngine.js +474 -0
- package/lib/ton/TonTools.js +232 -0
- package/lib/ton/tonInfo.js +60 -0
- package/lib/ton/tonTypes.js +99 -0
- package/package.json +6 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,14 @@
|
|
|
2
2
|
|
|
3
3
|
## Unreleased
|
|
4
4
|
|
|
5
|
+
## 4.27.1 (2024-11-11)
|
|
6
|
+
|
|
7
|
+
- fixed: (EVM) Fix performance regression caused by thrashing on network queries.
|
|
8
|
+
|
|
9
|
+
## 4.27.0 (2024-10-31)
|
|
10
|
+
|
|
11
|
+
- added: Add Toncoin (TON)
|
|
12
|
+
|
|
5
13
|
## 4.26.3 (2024-10-30)
|
|
6
14
|
|
|
7
15
|
- fixed: (ADA) Improved balance calculation by deriving from UTXO state.
|