edge-currency-accountbased 4.31.0 → 4.31.2
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/6845.chunk.js +2 -2
- 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 +1 -1
- package/android/src/main/assets/edge-currency-accountbased/solana.chunk.js +3 -3
- package/lib/ethereum/EthereumNetwork.js +1 -1
- package/lib/ethereum/info/binancesmartchainInfo.js +1 -1
- package/lib/solana/SolanaEngine.js +3 -2
- package/lib/solana/SolanaTools.js +8 -2
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,15 @@
|
|
|
2
2
|
|
|
3
3
|
## Unreleased
|
|
4
4
|
|
|
5
|
+
## 4.31.2 (2024-12-11)
|
|
6
|
+
|
|
7
|
+
- fixed: Use `corsBypass: 'always'` for Solana RPC nodes to fix issues with syncing transaction data.
|
|
8
|
+
|
|
9
|
+
## 4.31.1 (2024-12-06)
|
|
10
|
+
|
|
11
|
+
- fixed: Fixed broken balance query method in `aquireTokenBalance` causing stalled syncing.
|
|
12
|
+
- fixed: Fix WBNB denomination name
|
|
13
|
+
|
|
5
14
|
## 4.31.0 (2024-12-04)
|
|
6
15
|
|
|
7
16
|
- added: (Solana) Use stake-weighted RPC for broadcasting transactions
|