@aztec/bb.js 0.85.0-alpha-testnet.5 → 0.85.0-alpha-testnet.8
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/dest/browser/index.js
CHANGED
|
@@ -2081,6 +2081,7 @@ var __webpack_modules__ = {
|
|
|
2081
2081
|
return Math.round(ms / n) + " " + name + (isPlural ? "s" : "");
|
|
2082
2082
|
}
|
|
2083
2083
|
},
|
|
2084
|
+
733: () => {},
|
|
2084
2085
|
736: (module, __unused_webpack_exports, __webpack_require__) => {
|
|
2085
2086
|
function setup(env) {
|
|
2086
2087
|
createDebug.debug = createDebug;
|
|
@@ -2334,8 +2335,6 @@ function __webpack_require__(moduleId) {
|
|
|
2334
2335
|
return module.exports;
|
|
2335
2336
|
}
|
|
2336
2337
|
|
|
2337
|
-
__webpack_require__.m = __webpack_modules__;
|
|
2338
|
-
|
|
2339
2338
|
(() => {
|
|
2340
2339
|
__webpack_require__.n = module => {
|
|
2341
2340
|
var getter = module && module.__esModule ? () => module["default"] : () => module;
|
|
@@ -2382,18 +2381,6 @@ __webpack_require__.m = __webpack_modules__;
|
|
|
2382
2381
|
};
|
|
2383
2382
|
})();
|
|
2384
2383
|
|
|
2385
|
-
(() => {
|
|
2386
|
-
__webpack_require__.f = {};
|
|
2387
|
-
__webpack_require__.e = chunkId => Promise.all(Object.keys(__webpack_require__.f).reduce(((promises, key) => {
|
|
2388
|
-
__webpack_require__.f[key](chunkId, promises);
|
|
2389
|
-
return promises;
|
|
2390
|
-
}), []));
|
|
2391
|
-
})();
|
|
2392
|
-
|
|
2393
|
-
(() => {
|
|
2394
|
-
__webpack_require__.u = chunkId => "" + chunkId + "." + "655674bbbb79bdf168c4" + ".js";
|
|
2395
|
-
})();
|
|
2396
|
-
|
|
2397
2384
|
(() => {
|
|
2398
2385
|
__webpack_require__.o = (obj, prop) => Object.prototype.hasOwnProperty.call(obj, prop);
|
|
2399
2386
|
})();
|
|
@@ -2411,46 +2398,6 @@ __webpack_require__.m = __webpack_modules__;
|
|
|
2411
2398
|
};
|
|
2412
2399
|
})();
|
|
2413
2400
|
|
|
2414
|
-
(() => {
|
|
2415
|
-
var installedChunks = {
|
|
2416
|
-
57: 0
|
|
2417
|
-
};
|
|
2418
|
-
var installChunk = data => {
|
|
2419
|
-
var {__webpack_ids__, __webpack_modules__, __webpack_runtime__} = data;
|
|
2420
|
-
var moduleId, chunkId, i = 0;
|
|
2421
|
-
for (moduleId in __webpack_modules__) {
|
|
2422
|
-
if (__webpack_require__.o(__webpack_modules__, moduleId)) {
|
|
2423
|
-
__webpack_require__.m[moduleId] = __webpack_modules__[moduleId];
|
|
2424
|
-
}
|
|
2425
|
-
}
|
|
2426
|
-
if (__webpack_runtime__) __webpack_runtime__(__webpack_require__);
|
|
2427
|
-
for (;i < __webpack_ids__.length; i++) {
|
|
2428
|
-
chunkId = __webpack_ids__[i];
|
|
2429
|
-
if (__webpack_require__.o(installedChunks, chunkId) && installedChunks[chunkId]) {
|
|
2430
|
-
installedChunks[chunkId][0]();
|
|
2431
|
-
}
|
|
2432
|
-
installedChunks[__webpack_ids__[i]] = 0;
|
|
2433
|
-
}
|
|
2434
|
-
};
|
|
2435
|
-
__webpack_require__.f.j = (chunkId, promises) => {
|
|
2436
|
-
var installedChunkData = __webpack_require__.o(installedChunks, chunkId) ? installedChunks[chunkId] : undefined;
|
|
2437
|
-
if (installedChunkData !== 0) {
|
|
2438
|
-
if (installedChunkData) {
|
|
2439
|
-
promises.push(installedChunkData[1]);
|
|
2440
|
-
} else {
|
|
2441
|
-
if (true) {
|
|
2442
|
-
var promise = import("./" + __webpack_require__.u(chunkId)).then(installChunk, (e => {
|
|
2443
|
-
if (installedChunks[chunkId] !== 0) installedChunks[chunkId] = undefined;
|
|
2444
|
-
throw e;
|
|
2445
|
-
}));
|
|
2446
|
-
var promise = Promise.race([ promise, new Promise((resolve => installedChunkData = installedChunks[chunkId] = [ resolve ])) ]);
|
|
2447
|
-
promises.push(installedChunkData[1] = promise);
|
|
2448
|
-
}
|
|
2449
|
-
}
|
|
2450
|
-
}
|
|
2451
|
-
};
|
|
2452
|
-
})();
|
|
2453
|
-
|
|
2454
2401
|
var __webpack_exports__ = {};
|
|
2455
2402
|
|
|
2456
2403
|
function* backoffGenerator() {
|
|
@@ -8782,7 +8729,7 @@ async function getAvailableThreads(logger) {
|
|
|
8782
8729
|
return navigator.hardwareConcurrency;
|
|
8783
8730
|
} else {
|
|
8784
8731
|
try {
|
|
8785
|
-
const os = await
|
|
8732
|
+
const os = await Promise.resolve().then(__webpack_require__.t.bind(__webpack_require__, 733, 23));
|
|
8786
8733
|
return os.cpus().length;
|
|
8787
8734
|
} catch (e) {
|
|
8788
8735
|
logger(`Could not detect environment to query number of threads. Falling back to one thread. Error: ${e.message ?? e}`);
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aztec/bb.js",
|
|
3
3
|
"packageManager": "yarn@4.5.2",
|
|
4
|
-
"version": "0.85.0-alpha-testnet.
|
|
4
|
+
"version": "0.85.0-alpha-testnet.8",
|
|
5
5
|
"homepage": "https://github.com/AztecProtocol/aztec-packages/tree/master/barretenberg/ts",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"type": "module",
|