@aztec/end-to-end 3.0.0-nightly.20260105 → 3.0.0-nightly.20260106
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.
|
@@ -17,7 +17,9 @@ async function main() {
|
|
|
17
17
|
logger.info(`Flows in ${ivcFolder}: \n${flows.map((flowName)=>`\t- ${flowName}`).join('\n')}`);
|
|
18
18
|
const simulator = new WASMSimulator();
|
|
19
19
|
const log = proxyLogger.createLogger('bb:prover');
|
|
20
|
-
const prover = new BBBundlePrivateKernelProver(simulator,
|
|
20
|
+
const prover = new BBBundlePrivateKernelProver(simulator, {
|
|
21
|
+
logger: log
|
|
22
|
+
});
|
|
21
23
|
const userLog = createLogger('chonk_flows:data_processor');
|
|
22
24
|
for (const flow of flows){
|
|
23
25
|
userLog.info(`Processing flow ${flow}`);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aztec/end-to-end",
|
|
3
|
-
"version": "3.0.0-nightly.
|
|
3
|
+
"version": "3.0.0-nightly.20260106",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"exports": "./dest/index.js",
|
|
6
6
|
"inherits": [
|
|
@@ -25,43 +25,43 @@
|
|
|
25
25
|
"formatting": "run -T prettier --check ./src && run -T eslint ./src"
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@aztec/accounts": "3.0.0-nightly.
|
|
29
|
-
"@aztec/archiver": "3.0.0-nightly.
|
|
30
|
-
"@aztec/aztec": "3.0.0-nightly.
|
|
31
|
-
"@aztec/aztec-node": "3.0.0-nightly.
|
|
32
|
-
"@aztec/aztec.js": "3.0.0-nightly.
|
|
33
|
-
"@aztec/bb-prover": "3.0.0-nightly.
|
|
34
|
-
"@aztec/bb.js": "3.0.0-nightly.
|
|
35
|
-
"@aztec/blob-client": "3.0.0-nightly.
|
|
36
|
-
"@aztec/blob-lib": "3.0.0-nightly.
|
|
37
|
-
"@aztec/bot": "3.0.0-nightly.
|
|
38
|
-
"@aztec/cli": "3.0.0-nightly.
|
|
39
|
-
"@aztec/constants": "3.0.0-nightly.
|
|
40
|
-
"@aztec/entrypoints": "3.0.0-nightly.
|
|
41
|
-
"@aztec/epoch-cache": "3.0.0-nightly.
|
|
42
|
-
"@aztec/ethereum": "3.0.0-nightly.
|
|
43
|
-
"@aztec/foundation": "3.0.0-nightly.
|
|
44
|
-
"@aztec/kv-store": "3.0.0-nightly.
|
|
45
|
-
"@aztec/l1-artifacts": "3.0.0-nightly.
|
|
46
|
-
"@aztec/merkle-tree": "3.0.0-nightly.
|
|
47
|
-
"@aztec/node-keystore": "3.0.0-nightly.
|
|
48
|
-
"@aztec/noir-contracts.js": "3.0.0-nightly.
|
|
49
|
-
"@aztec/noir-noirc_abi": "3.0.0-nightly.
|
|
50
|
-
"@aztec/noir-protocol-circuits-types": "3.0.0-nightly.
|
|
51
|
-
"@aztec/noir-test-contracts.js": "3.0.0-nightly.
|
|
52
|
-
"@aztec/p2p": "3.0.0-nightly.
|
|
53
|
-
"@aztec/protocol-contracts": "3.0.0-nightly.
|
|
54
|
-
"@aztec/prover-client": "3.0.0-nightly.
|
|
55
|
-
"@aztec/prover-node": "3.0.0-nightly.
|
|
56
|
-
"@aztec/pxe": "3.0.0-nightly.
|
|
57
|
-
"@aztec/sequencer-client": "3.0.0-nightly.
|
|
58
|
-
"@aztec/simulator": "3.0.0-nightly.
|
|
59
|
-
"@aztec/slasher": "3.0.0-nightly.
|
|
60
|
-
"@aztec/stdlib": "3.0.0-nightly.
|
|
61
|
-
"@aztec/telemetry-client": "3.0.0-nightly.
|
|
62
|
-
"@aztec/test-wallet": "3.0.0-nightly.
|
|
63
|
-
"@aztec/validator-client": "3.0.0-nightly.
|
|
64
|
-
"@aztec/world-state": "3.0.0-nightly.
|
|
28
|
+
"@aztec/accounts": "3.0.0-nightly.20260106",
|
|
29
|
+
"@aztec/archiver": "3.0.0-nightly.20260106",
|
|
30
|
+
"@aztec/aztec": "3.0.0-nightly.20260106",
|
|
31
|
+
"@aztec/aztec-node": "3.0.0-nightly.20260106",
|
|
32
|
+
"@aztec/aztec.js": "3.0.0-nightly.20260106",
|
|
33
|
+
"@aztec/bb-prover": "3.0.0-nightly.20260106",
|
|
34
|
+
"@aztec/bb.js": "3.0.0-nightly.20260106",
|
|
35
|
+
"@aztec/blob-client": "3.0.0-nightly.20260106",
|
|
36
|
+
"@aztec/blob-lib": "3.0.0-nightly.20260106",
|
|
37
|
+
"@aztec/bot": "3.0.0-nightly.20260106",
|
|
38
|
+
"@aztec/cli": "3.0.0-nightly.20260106",
|
|
39
|
+
"@aztec/constants": "3.0.0-nightly.20260106",
|
|
40
|
+
"@aztec/entrypoints": "3.0.0-nightly.20260106",
|
|
41
|
+
"@aztec/epoch-cache": "3.0.0-nightly.20260106",
|
|
42
|
+
"@aztec/ethereum": "3.0.0-nightly.20260106",
|
|
43
|
+
"@aztec/foundation": "3.0.0-nightly.20260106",
|
|
44
|
+
"@aztec/kv-store": "3.0.0-nightly.20260106",
|
|
45
|
+
"@aztec/l1-artifacts": "3.0.0-nightly.20260106",
|
|
46
|
+
"@aztec/merkle-tree": "3.0.0-nightly.20260106",
|
|
47
|
+
"@aztec/node-keystore": "3.0.0-nightly.20260106",
|
|
48
|
+
"@aztec/noir-contracts.js": "3.0.0-nightly.20260106",
|
|
49
|
+
"@aztec/noir-noirc_abi": "3.0.0-nightly.20260106",
|
|
50
|
+
"@aztec/noir-protocol-circuits-types": "3.0.0-nightly.20260106",
|
|
51
|
+
"@aztec/noir-test-contracts.js": "3.0.0-nightly.20260106",
|
|
52
|
+
"@aztec/p2p": "3.0.0-nightly.20260106",
|
|
53
|
+
"@aztec/protocol-contracts": "3.0.0-nightly.20260106",
|
|
54
|
+
"@aztec/prover-client": "3.0.0-nightly.20260106",
|
|
55
|
+
"@aztec/prover-node": "3.0.0-nightly.20260106",
|
|
56
|
+
"@aztec/pxe": "3.0.0-nightly.20260106",
|
|
57
|
+
"@aztec/sequencer-client": "3.0.0-nightly.20260106",
|
|
58
|
+
"@aztec/simulator": "3.0.0-nightly.20260106",
|
|
59
|
+
"@aztec/slasher": "3.0.0-nightly.20260106",
|
|
60
|
+
"@aztec/stdlib": "3.0.0-nightly.20260106",
|
|
61
|
+
"@aztec/telemetry-client": "3.0.0-nightly.20260106",
|
|
62
|
+
"@aztec/test-wallet": "3.0.0-nightly.20260106",
|
|
63
|
+
"@aztec/validator-client": "3.0.0-nightly.20260106",
|
|
64
|
+
"@aztec/world-state": "3.0.0-nightly.20260106",
|
|
65
65
|
"@iarna/toml": "^2.2.5",
|
|
66
66
|
"@jest/globals": "^30.0.0",
|
|
67
67
|
"@noble/curves": "=1.0.0",
|
|
@@ -22,7 +22,7 @@ async function main() {
|
|
|
22
22
|
logger.info(`Flows in ${ivcFolder}: \n${flows.map(flowName => `\t- ${flowName}`).join('\n')}`);
|
|
23
23
|
const simulator = new WASMSimulator();
|
|
24
24
|
const log = proxyLogger.createLogger('bb:prover');
|
|
25
|
-
const prover = new BBBundlePrivateKernelProver(simulator, log);
|
|
25
|
+
const prover = new BBBundlePrivateKernelProver(simulator, { logger: log });
|
|
26
26
|
|
|
27
27
|
const userLog = createLogger('chonk_flows:data_processor');
|
|
28
28
|
|