edge-core-js 2.46.0 → 2.47.0
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-core-js/edge-core.js +1 -1
- package/lib/io/browser/browser-io.js +2 -9
- package/lib/io/react-native/react-native-worker.js +2 -10
- package/lib/util/nym.js +15 -18
- package/package.json +3 -3
- package/android/src/main/assets/edge-core-js/fbcba1e9b05cb4dd9870.js +0 -2
- package/android/src/main/assets/edge-core-js/fbcba1e9b05cb4dd9870.js.LICENSE.txt +0 -5
- package/android/src/main/assets/edge-core-js/go_conn.wasm +0 -0
- package/android/src/main/assets/edge-core-js/mix_fetch_wasm_bg.wasm +0 -0
- package/android/src/main/assets/edge-core-js/web-worker-0.js +0 -2
- package/android/src/main/assets/edge-core-js/web-worker-0.js.LICENSE.txt +0 -5
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,14 @@
|
|
|
2
2
|
|
|
3
3
|
## Unreleased
|
|
4
4
|
|
|
5
|
+
## 2.47.0 (2026-07-11)
|
|
6
|
+
|
|
7
|
+
- changed: Upgrade `@nymproject/mix-fetch` to v2, which routes NYM mixnet traffic through the new smolmix-wasm tunnel (`@nymproject/mix-tunnel`). The v2 wasm + worker are inlined into the bundle, so the build no longer copies sibling `.wasm`/`web-worker-*.js` assets.
|
|
8
|
+
|
|
9
|
+
## 2.46.1 (2026-06-29)
|
|
10
|
+
|
|
11
|
+
- changed: Upgrade yaob to v0.4.0 to share a single bridge instance with currency plugins (mismatched yaob copies give the bridge separate object-id counters that cross-wire bridged nativeIo objects).
|
|
12
|
+
|
|
5
13
|
## 2.46.0 (2026-06-18)
|
|
6
14
|
|
|
7
15
|
- added: `EdgeCurrencyWallet.walletSettings` and `EdgeCurrencyWallet.changeWalletSettings`, plus matching engine plumbing.
|