edge-core-js 2.43.4 → 2.43.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 CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  ## Unreleased
4
4
 
5
+ ## 2.43.5 (2026-03-20)
6
+
7
+ - fixed: Pass flat private keys to `syncNetwork` in memory wallets, fixing sweep for `unsafeSyncNetwork` currencies.
8
+
5
9
  ## 2.43.4 (2026-03-17)
6
10
 
7
11
  - changed: Upgrade mixFetch library and remove per-host request queue from mixFetch for performance improvements.