@aztec/aztec 0.0.1-commit.8227e42 → 0.0.1-commit.85d7d01
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/cli/util.js +3 -3
- package/package.json +34 -34
- package/scripts/aztec.sh +1 -1
- package/src/cli/util.ts +2 -2
package/dest/cli/util.js
CHANGED
|
@@ -220,7 +220,7 @@ export const printAztecStartHelpText = ()=>{
|
|
|
220
220
|
const { Crs, GrumpkinCrs } = await import('@aztec/bb.js');
|
|
221
221
|
await Promise.all([
|
|
222
222
|
Crs.new(2 ** 1, undefined, log),
|
|
223
|
-
GrumpkinCrs.new(2 ** 16
|
|
223
|
+
GrumpkinCrs.new(2 ** 16, undefined, log)
|
|
224
224
|
]);
|
|
225
225
|
}
|
|
226
226
|
}
|
|
@@ -232,8 +232,8 @@ export const printAztecStartHelpText = ()=>{
|
|
|
232
232
|
if (realProofs) {
|
|
233
233
|
const { Crs, GrumpkinCrs } = await import('@aztec/bb.js');
|
|
234
234
|
await Promise.all([
|
|
235
|
-
Crs.new(2 ** 25
|
|
236
|
-
GrumpkinCrs.new(2 ** 18
|
|
235
|
+
Crs.new(2 ** 25, undefined, log),
|
|
236
|
+
GrumpkinCrs.new(2 ** 18, undefined, log)
|
|
237
237
|
]);
|
|
238
238
|
}
|
|
239
239
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aztec/aztec",
|
|
3
|
-
"version": "0.0.1-commit.
|
|
3
|
+
"version": "0.0.1-commit.85d7d01",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"exports": {
|
|
6
6
|
".": "./dest/index.js",
|
|
@@ -28,39 +28,39 @@
|
|
|
28
28
|
"../package.common.json"
|
|
29
29
|
],
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@aztec/accounts": "0.0.1-commit.
|
|
32
|
-
"@aztec/archiver": "0.0.1-commit.
|
|
33
|
-
"@aztec/aztec-faucet": "0.0.1-commit.
|
|
34
|
-
"@aztec/aztec-node": "0.0.1-commit.
|
|
35
|
-
"@aztec/aztec.js": "0.0.1-commit.
|
|
36
|
-
"@aztec/bb-prover": "0.0.1-commit.
|
|
37
|
-
"@aztec/bb.js": "0.0.1-commit.
|
|
38
|
-
"@aztec/blob-client": "0.0.1-commit.
|
|
39
|
-
"@aztec/bot": "0.0.1-commit.
|
|
40
|
-
"@aztec/builder": "0.0.1-commit.
|
|
41
|
-
"@aztec/cli": "0.0.1-commit.
|
|
42
|
-
"@aztec/constants": "0.0.1-commit.
|
|
43
|
-
"@aztec/entrypoints": "0.0.1-commit.
|
|
44
|
-
"@aztec/ethereum": "0.0.1-commit.
|
|
45
|
-
"@aztec/foundation": "0.0.1-commit.
|
|
46
|
-
"@aztec/kv-store": "0.0.1-commit.
|
|
47
|
-
"@aztec/l1-artifacts": "0.0.1-commit.
|
|
48
|
-
"@aztec/node-lib": "0.0.1-commit.
|
|
49
|
-
"@aztec/noir-contracts.js": "0.0.1-commit.
|
|
50
|
-
"@aztec/noir-protocol-circuits-types": "0.0.1-commit.
|
|
51
|
-
"@aztec/p2p": "0.0.1-commit.
|
|
52
|
-
"@aztec/p2p-bootstrap": "0.0.1-commit.
|
|
53
|
-
"@aztec/protocol-contracts": "0.0.1-commit.
|
|
54
|
-
"@aztec/prover-client": "0.0.1-commit.
|
|
55
|
-
"@aztec/prover-node": "0.0.1-commit.
|
|
56
|
-
"@aztec/pxe": "0.0.1-commit.
|
|
57
|
-
"@aztec/sequencer-client": "0.0.1-commit.
|
|
58
|
-
"@aztec/stdlib": "0.0.1-commit.
|
|
59
|
-
"@aztec/telemetry-client": "0.0.1-commit.
|
|
60
|
-
"@aztec/txe": "0.0.1-commit.
|
|
61
|
-
"@aztec/validator-ha-signer": "0.0.1-commit.
|
|
62
|
-
"@aztec/wallets": "0.0.1-commit.
|
|
63
|
-
"@aztec/world-state": "0.0.1-commit.
|
|
31
|
+
"@aztec/accounts": "0.0.1-commit.85d7d01",
|
|
32
|
+
"@aztec/archiver": "0.0.1-commit.85d7d01",
|
|
33
|
+
"@aztec/aztec-faucet": "0.0.1-commit.85d7d01",
|
|
34
|
+
"@aztec/aztec-node": "0.0.1-commit.85d7d01",
|
|
35
|
+
"@aztec/aztec.js": "0.0.1-commit.85d7d01",
|
|
36
|
+
"@aztec/bb-prover": "0.0.1-commit.85d7d01",
|
|
37
|
+
"@aztec/bb.js": "0.0.1-commit.85d7d01",
|
|
38
|
+
"@aztec/blob-client": "0.0.1-commit.85d7d01",
|
|
39
|
+
"@aztec/bot": "0.0.1-commit.85d7d01",
|
|
40
|
+
"@aztec/builder": "0.0.1-commit.85d7d01",
|
|
41
|
+
"@aztec/cli": "0.0.1-commit.85d7d01",
|
|
42
|
+
"@aztec/constants": "0.0.1-commit.85d7d01",
|
|
43
|
+
"@aztec/entrypoints": "0.0.1-commit.85d7d01",
|
|
44
|
+
"@aztec/ethereum": "0.0.1-commit.85d7d01",
|
|
45
|
+
"@aztec/foundation": "0.0.1-commit.85d7d01",
|
|
46
|
+
"@aztec/kv-store": "0.0.1-commit.85d7d01",
|
|
47
|
+
"@aztec/l1-artifacts": "0.0.1-commit.85d7d01",
|
|
48
|
+
"@aztec/node-lib": "0.0.1-commit.85d7d01",
|
|
49
|
+
"@aztec/noir-contracts.js": "0.0.1-commit.85d7d01",
|
|
50
|
+
"@aztec/noir-protocol-circuits-types": "0.0.1-commit.85d7d01",
|
|
51
|
+
"@aztec/p2p": "0.0.1-commit.85d7d01",
|
|
52
|
+
"@aztec/p2p-bootstrap": "0.0.1-commit.85d7d01",
|
|
53
|
+
"@aztec/protocol-contracts": "0.0.1-commit.85d7d01",
|
|
54
|
+
"@aztec/prover-client": "0.0.1-commit.85d7d01",
|
|
55
|
+
"@aztec/prover-node": "0.0.1-commit.85d7d01",
|
|
56
|
+
"@aztec/pxe": "0.0.1-commit.85d7d01",
|
|
57
|
+
"@aztec/sequencer-client": "0.0.1-commit.85d7d01",
|
|
58
|
+
"@aztec/stdlib": "0.0.1-commit.85d7d01",
|
|
59
|
+
"@aztec/telemetry-client": "0.0.1-commit.85d7d01",
|
|
60
|
+
"@aztec/txe": "0.0.1-commit.85d7d01",
|
|
61
|
+
"@aztec/validator-ha-signer": "0.0.1-commit.85d7d01",
|
|
62
|
+
"@aztec/wallets": "0.0.1-commit.85d7d01",
|
|
63
|
+
"@aztec/world-state": "0.0.1-commit.85d7d01",
|
|
64
64
|
"@types/chalk": "^2.2.0",
|
|
65
65
|
"abitype": "^0.8.11",
|
|
66
66
|
"chalk": "^5.3.0",
|
package/scripts/aztec.sh
CHANGED
package/src/cli/util.ts
CHANGED
|
@@ -271,7 +271,7 @@ export async function preloadCrsDataForVerifying(
|
|
|
271
271
|
): Promise<void> {
|
|
272
272
|
if (realProofs) {
|
|
273
273
|
const { Crs, GrumpkinCrs } = await import('@aztec/bb.js');
|
|
274
|
-
await Promise.all([Crs.new(2 ** 1, undefined, log), GrumpkinCrs.new(2 ** 16
|
|
274
|
+
await Promise.all([Crs.new(2 ** 1, undefined, log), GrumpkinCrs.new(2 ** 16, undefined, log)]);
|
|
275
275
|
}
|
|
276
276
|
}
|
|
277
277
|
|
|
@@ -286,7 +286,7 @@ export async function preloadCrsDataForServerSideProving(
|
|
|
286
286
|
): Promise<void> {
|
|
287
287
|
if (realProofs) {
|
|
288
288
|
const { Crs, GrumpkinCrs } = await import('@aztec/bb.js');
|
|
289
|
-
await Promise.all([Crs.new(2 ** 25
|
|
289
|
+
await Promise.all([Crs.new(2 ** 25, undefined, log), GrumpkinCrs.new(2 ** 18, undefined, log)]);
|
|
290
290
|
}
|
|
291
291
|
}
|
|
292
292
|
|