@aztec/aztec 3.0.0-devnet.2 → 3.0.0-manual.20251030

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.
@@ -46,7 +46,7 @@ export async function startProverNode(options, signalHandlers, services, userLog
46
46
  const telemetry = initTelemetryClient(extractRelevantOptions(options, telemetryClientConfigMappings, 'tel'));
47
47
  let broker;
48
48
  if (proverConfig.proverBrokerUrl) {
49
- // at 1TPS we'd enqueue ~1k tube proofs and ~1k AVM proofs immediately
49
+ // at 1TPS we'd enqueue ~1k chonk verifier proofs and ~1k AVM proofs immediately
50
50
  // set a lower connection limit such that we don't overload the server
51
51
  // Keep retrying up to 30s
52
52
  const fetch = makeTracedFetch([
@@ -62,7 +62,7 @@ export declare const extractNamespacedOptions: (options: Record<string, any>, na
62
62
  */
63
63
  export declare const extractRelevantOptions: <T>(options: Record<string, any>, mappings: ConfigMappingsType<T>, namespace: string) => T;
64
64
  /**
65
- * Downloads just enough points to be able to verify ClientIVC proofs.
65
+ * Downloads just enough points to be able to verify Chonk proofs.
66
66
  * @param opts - Whether proof are to be verifier
67
67
  * @param log - Logging function
68
68
  */
package/dest/cli/util.js CHANGED
@@ -211,7 +211,7 @@ export const printAztecStartHelpText = ()=>{
211
211
  return relevantOptions;
212
212
  };
213
213
  /**
214
- * Downloads just enough points to be able to verify ClientIVC proofs.
214
+ * Downloads just enough points to be able to verify Chonk proofs.
215
215
  * @param opts - Whether proof are to be verifier
216
216
  * @param log - Logging function
217
217
  */ export async function preloadCrsDataForVerifying({ realProofs }, log) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aztec/aztec",
3
- "version": "3.0.0-devnet.2",
3
+ "version": "3.0.0-manual.20251030",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": "./dest/index.js",
@@ -28,37 +28,37 @@
28
28
  "../package.common.json"
29
29
  ],
30
30
  "dependencies": {
31
- "@aztec/accounts": "3.0.0-devnet.2",
32
- "@aztec/archiver": "3.0.0-devnet.2",
33
- "@aztec/aztec-faucet": "3.0.0-devnet.2",
34
- "@aztec/aztec-node": "3.0.0-devnet.2",
35
- "@aztec/aztec.js": "3.0.0-devnet.2",
36
- "@aztec/bb-prover": "3.0.0-devnet.2",
37
- "@aztec/bb.js": "3.0.0-devnet.2",
38
- "@aztec/blob-sink": "3.0.0-devnet.2",
39
- "@aztec/bot": "3.0.0-devnet.2",
40
- "@aztec/builder": "3.0.0-devnet.2",
41
- "@aztec/cli": "3.0.0-devnet.2",
42
- "@aztec/constants": "3.0.0-devnet.2",
43
- "@aztec/entrypoints": "3.0.0-devnet.2",
44
- "@aztec/ethereum": "3.0.0-devnet.2",
45
- "@aztec/foundation": "3.0.0-devnet.2",
46
- "@aztec/kv-store": "3.0.0-devnet.2",
47
- "@aztec/l1-artifacts": "3.0.0-devnet.2",
48
- "@aztec/node-lib": "3.0.0-devnet.2",
49
- "@aztec/noir-contracts.js": "3.0.0-devnet.2",
50
- "@aztec/noir-protocol-circuits-types": "3.0.0-devnet.2",
51
- "@aztec/p2p": "3.0.0-devnet.2",
52
- "@aztec/p2p-bootstrap": "3.0.0-devnet.2",
53
- "@aztec/protocol-contracts": "3.0.0-devnet.2",
54
- "@aztec/prover-client": "3.0.0-devnet.2",
55
- "@aztec/prover-node": "3.0.0-devnet.2",
56
- "@aztec/pxe": "3.0.0-devnet.2",
57
- "@aztec/stdlib": "3.0.0-devnet.2",
58
- "@aztec/telemetry-client": "3.0.0-devnet.2",
59
- "@aztec/test-wallet": "3.0.0-devnet.2",
60
- "@aztec/txe": "3.0.0-devnet.2",
61
- "@aztec/world-state": "3.0.0-devnet.2",
31
+ "@aztec/accounts": "3.0.0-manual.20251030",
32
+ "@aztec/archiver": "3.0.0-manual.20251030",
33
+ "@aztec/aztec-faucet": "3.0.0-manual.20251030",
34
+ "@aztec/aztec-node": "3.0.0-manual.20251030",
35
+ "@aztec/aztec.js": "3.0.0-manual.20251030",
36
+ "@aztec/bb-prover": "3.0.0-manual.20251030",
37
+ "@aztec/bb.js": "3.0.0-manual.20251030",
38
+ "@aztec/blob-sink": "3.0.0-manual.20251030",
39
+ "@aztec/bot": "3.0.0-manual.20251030",
40
+ "@aztec/builder": "3.0.0-manual.20251030",
41
+ "@aztec/cli": "3.0.0-manual.20251030",
42
+ "@aztec/constants": "3.0.0-manual.20251030",
43
+ "@aztec/entrypoints": "3.0.0-manual.20251030",
44
+ "@aztec/ethereum": "3.0.0-manual.20251030",
45
+ "@aztec/foundation": "3.0.0-manual.20251030",
46
+ "@aztec/kv-store": "3.0.0-manual.20251030",
47
+ "@aztec/l1-artifacts": "3.0.0-manual.20251030",
48
+ "@aztec/node-lib": "3.0.0-manual.20251030",
49
+ "@aztec/noir-contracts.js": "3.0.0-manual.20251030",
50
+ "@aztec/noir-protocol-circuits-types": "3.0.0-manual.20251030",
51
+ "@aztec/p2p": "3.0.0-manual.20251030",
52
+ "@aztec/p2p-bootstrap": "3.0.0-manual.20251030",
53
+ "@aztec/protocol-contracts": "3.0.0-manual.20251030",
54
+ "@aztec/prover-client": "3.0.0-manual.20251030",
55
+ "@aztec/prover-node": "3.0.0-manual.20251030",
56
+ "@aztec/pxe": "3.0.0-manual.20251030",
57
+ "@aztec/stdlib": "3.0.0-manual.20251030",
58
+ "@aztec/telemetry-client": "3.0.0-manual.20251030",
59
+ "@aztec/test-wallet": "3.0.0-manual.20251030",
60
+ "@aztec/txe": "3.0.0-manual.20251030",
61
+ "@aztec/world-state": "3.0.0-manual.20251030",
62
62
  "@types/chalk": "^2.2.0",
63
63
  "abitype": "^0.8.11",
64
64
  "chalk": "^5.3.0",
@@ -71,7 +71,7 @@ export async function startProverNode(
71
71
 
72
72
  let broker: ProvingJobBroker;
73
73
  if (proverConfig.proverBrokerUrl) {
74
- // at 1TPS we'd enqueue ~1k tube proofs and ~1k AVM proofs immediately
74
+ // at 1TPS we'd enqueue ~1k chonk verifier proofs and ~1k AVM proofs immediately
75
75
  // set a lower connection limit such that we don't overload the server
76
76
  // Keep retrying up to 30s
77
77
  const fetch = makeTracedFetch(
package/src/cli/util.ts CHANGED
@@ -273,7 +273,7 @@ export const extractRelevantOptions = <T>(
273
273
  };
274
274
 
275
275
  /**
276
- * Downloads just enough points to be able to verify ClientIVC proofs.
276
+ * Downloads just enough points to be able to verify Chonk proofs.
277
277
  * @param opts - Whether proof are to be verifier
278
278
  * @param log - Logging function
279
279
  */