@hinkal/common 0.0.41 → 0.0.43
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/assets/{snarkjsWorkerLogic-DiaByR1H.js → snarkjsWorkerLogic-DDtiumPH.js} +2 -2
- package/assets/{utxoWorkerLogic-DHb7wtxM.js → utxoWorkerLogic-DzUMTGmw.js} +2 -2
- package/assets/{viteWorkerURL.constant-Bx32O0Qa.js → viteWorkerURL.constant-5KVZiNHh.js} +2 -2
- package/assets/{zkProofWorkerLauncher-DvQXC-QM.js → zkProofWorkerLauncher-BFqnIKeC.js} +1 -1
- package/assets/{zkProofWorkerLogic-DIo7waUX.js → zkProofWorkerLogic-DteqUP_R.js} +61795 -58113
- package/data-structures/Hinkal/Hinkal.d.ts +1 -1
- package/data-structures/Hinkal/IHinkal.d.ts +1 -1
- package/data-structures/Hinkal/hinkalPrivateWallet.d.ts +1 -1
- package/externalABIs/index.d.ts +2 -1
- package/functions/private-wallet/index.d.ts +1 -0
- package/functions/private-wallet/opProducer.d.ts +5 -0
- package/{index-DcB79xBs.mjs → index-S7NxYJfW.mjs} +48085 -43152
- package/index.mjs +407 -404
- package/package.json +1 -1
- package/{snarkjsWorkerLogic-BYot7cHK.mjs → snarkjsWorkerLogic-kq6JiXAq.mjs} +2 -2
- package/{utxoWorkerLogic-BOp8Uau0.mjs → utxoWorkerLogic-hCUWRT_z.mjs} +2 -2
- package/{viteWorkerURL.constant-CcHOyB0R.mjs → viteWorkerURL.constant-Dp5yJzo8.mjs} +3 -3
- package/{workerProxy-DYZQ8Vx1.mjs → workerProxy-CZX-DWFv.mjs} +1 -1
- package/{zkProofWorkerLogic-M3vNqxJ5.mjs → zkProofWorkerLogic-C7vo40c0.mjs} +2 -2
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { r as sn, g as ja, p as Se, a as Lo, B as mo, b as bo, c as en, e as $a, d as Ga, u as Un } from "./index-
|
|
2
|
-
import { W as yo } from "./workerProxy-
|
|
1
|
+
import { r as sn, g as ja, p as Se, a as Lo, B as mo, b as bo, c as en, e as $a, d as Ga, u as Un } from "./index-S7NxYJfW.mjs";
|
|
2
|
+
import { W as yo } from "./workerProxy-CZX-DWFv.mjs";
|
|
3
3
|
const Co = [0, 1, 2, 2, 3, 3, 3, 3, 4, 4, 4, 4, 4, 4, 4, 4];
|
|
4
4
|
function rn(c, t) {
|
|
5
5
|
if (!t || t == 10)
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { U as y, k as h, l as f, B as p, m as U, n as g, o as d, q as x, j as T, s as u } from "./index-
|
|
2
|
-
import { W as v } from "./workerProxy-
|
|
1
|
+
import { U as y, k as h, l as f, B as p, m as U, n as g, o as d, q as x, j as T, s as u } from "./index-S7NxYJfW.mjs";
|
|
2
|
+
import { W as v } from "./workerProxy-CZX-DWFv.mjs";
|
|
3
3
|
const i = new v(), k = async ({ data: e }) => {
|
|
4
4
|
const { utxos: t, nullifiers: r } = e, o = t.filter((s) => {
|
|
5
5
|
const c = new y(s);
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { W as r } from "./index-
|
|
2
|
-
const e = "" + new URL("assets/zkProofWorkerLauncher-
|
|
1
|
+
import { W as r } from "./index-S7NxYJfW.mjs";
|
|
2
|
+
const e = "" + new URL("assets/zkProofWorkerLauncher-BFqnIKeC.js", import.meta.url).href, o = "" + new URL("assets/snarkjsWorkerLauncher-CAfPlZZk.js", import.meta.url).href, s = "" + new URL("assets/utxoWorkerLauncher-DnwHvvqe.js", import.meta.url).href, n = {
|
|
3
3
|
[r.ZKProof]: e,
|
|
4
4
|
[r.SnarkJS]: o,
|
|
5
5
|
[r.UTXO]: s
|
|
6
6
|
};
|
|
7
7
|
export {
|
|
8
|
-
|
|
8
|
+
n as workerViteURL
|
|
9
9
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { M as p, f as g, U as T, h as k, i as u, j as I, Z as m, k as C } from "./index-
|
|
2
|
-
import { W as M } from "./workerProxy-
|
|
1
|
+
import { M as p, f as g, U as T, h as k, i as u, j as I, Z as m, k as C } from "./index-S7NxYJfW.mjs";
|
|
2
|
+
import { W as M } from "./workerProxy-CZX-DWFv.mjs";
|
|
3
3
|
const d = new M(), h = (e) => {
|
|
4
4
|
const { inputUtxosSerialized: s, merkleTreeSerialized: n } = e.data, l = n.tree, a = new Map(
|
|
5
5
|
Object.entries(l).map(([r, c]) => [BigInt(r), BigInt(c)])
|