@provablehq/wasm 0.9.11 → 0.9.12
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/dist/mainnet/aleo_wasm.d.ts +1 -1
- package/dist/mainnet/aleo_wasm.wasm +0 -0
- package/dist/mainnet/index.js +5 -5
- package/dist/mainnet/index.js.map +1 -1
- package/dist/mainnet/worker.js +5 -5
- package/dist/mainnet/worker.js.map +1 -1
- package/dist/testnet/aleo_wasm.d.ts +1 -1
- package/dist/testnet/aleo_wasm.wasm +0 -0
- package/dist/testnet/index.js +5 -5
- package/dist/testnet/index.js.map +1 -1
- package/dist/testnet/worker.js +5 -5
- package/dist/testnet/worker.js.map +1 -1
- package/package.json +2 -2
|
@@ -25,7 +25,7 @@ export function verifyFunctionExecution(execution: Execution, verifying_key: Ver
|
|
|
25
25
|
* import { getOrInitConsensusVersionHeights } from @provablehq/sdk;
|
|
26
26
|
*
|
|
27
27
|
* Set the consensus version heights.
|
|
28
|
-
* getOrInitConsensusVersionTestHeights("0,1,2,3,4,5,6,7,8,9");
|
|
28
|
+
* getOrInitConsensusVersionTestHeights("0,1,2,3,4,5,6,7,8,9,10");
|
|
29
29
|
*/
|
|
30
30
|
export function getOrInitConsensusVersionTestHeights(heights?: string | null): Array<any>;
|
|
31
31
|
/**
|
|
Binary file
|
package/dist/testnet/index.js
CHANGED
|
@@ -273,7 +273,7 @@ function verifyFunctionExecution(execution, verifying_key, program, function_id,
|
|
|
273
273
|
* import { getOrInitConsensusVersionHeights } from @provablehq/sdk;
|
|
274
274
|
*
|
|
275
275
|
* Set the consensus version heights.
|
|
276
|
-
* getOrInitConsensusVersionTestHeights("0,1,2,3,4,5,6,7,8,9");
|
|
276
|
+
* getOrInitConsensusVersionTestHeights("0,1,2,3,4,5,6,7,8,9,10");
|
|
277
277
|
* @param {string | null} [heights]
|
|
278
278
|
* @returns {Array<any>}
|
|
279
279
|
*/
|
|
@@ -13252,7 +13252,7 @@ function __wbg_get_imports() {
|
|
|
13252
13252
|
const ret = getObject(arg0).length;
|
|
13253
13253
|
return ret;
|
|
13254
13254
|
};
|
|
13255
|
-
imports.wbg.
|
|
13255
|
+
imports.wbg.__wbg_log_56fc8378195f90bc = function(arg0, arg1) {
|
|
13256
13256
|
console.log(getStringFromWasm0(arg0, arg1));
|
|
13257
13257
|
};
|
|
13258
13258
|
imports.wbg.__wbg_msCrypto_0a36e2ec3a343d26 = function(arg0) {
|
|
@@ -13457,7 +13457,7 @@ function __wbg_get_imports() {
|
|
|
13457
13457
|
const ret = Signature.__wrap(arg0);
|
|
13458
13458
|
return addHeapObject(ret);
|
|
13459
13459
|
};
|
|
13460
|
-
imports.wbg.
|
|
13460
|
+
imports.wbg.__wbg_spawnWorker_b3b660eb297d8ef0 = function(arg0, arg1, arg2, arg3) {
|
|
13461
13461
|
const ret = spawnWorker(getObject(arg0), getObject(arg1), getObject(arg2), arg3 >>> 0);
|
|
13462
13462
|
return addHeapObject(ret);
|
|
13463
13463
|
};
|
|
@@ -13577,11 +13577,11 @@ function __wbg_get_imports() {
|
|
|
13577
13577
|
const ret = false;
|
|
13578
13578
|
return ret;
|
|
13579
13579
|
};
|
|
13580
|
-
imports.wbg.
|
|
13580
|
+
imports.wbg.__wbindgen_closure_wrapper7388 = function(arg0, arg1, arg2) {
|
|
13581
13581
|
const ret = makeMutClosure(arg0, arg1, 548, __wbg_adapter_40);
|
|
13582
13582
|
return addHeapObject(ret);
|
|
13583
13583
|
};
|
|
13584
|
-
imports.wbg.
|
|
13584
|
+
imports.wbg.__wbindgen_closure_wrapper7393 = function(arg0, arg1, arg2) {
|
|
13585
13585
|
const ret = makeMutClosure(arg0, arg1, 548, __wbg_adapter_40);
|
|
13586
13586
|
return addHeapObject(ret);
|
|
13587
13587
|
};
|