@aztec/aztec 0.0.1-commit.733c4a3 → 0.0.1-commit.7b86788

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 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 + 1, undefined, log)
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 + 1, undefined, log),
236
- GrumpkinCrs.new(2 ** 18 + 1, undefined, log)
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.733c4a3",
3
+ "version": "0.0.1-commit.7b86788",
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.733c4a3",
32
- "@aztec/archiver": "0.0.1-commit.733c4a3",
33
- "@aztec/aztec-faucet": "0.0.1-commit.733c4a3",
34
- "@aztec/aztec-node": "0.0.1-commit.733c4a3",
35
- "@aztec/aztec.js": "0.0.1-commit.733c4a3",
36
- "@aztec/bb-prover": "0.0.1-commit.733c4a3",
37
- "@aztec/bb.js": "0.0.1-commit.733c4a3",
38
- "@aztec/blob-client": "0.0.1-commit.733c4a3",
39
- "@aztec/bot": "0.0.1-commit.733c4a3",
40
- "@aztec/builder": "0.0.1-commit.733c4a3",
41
- "@aztec/cli": "0.0.1-commit.733c4a3",
42
- "@aztec/constants": "0.0.1-commit.733c4a3",
43
- "@aztec/entrypoints": "0.0.1-commit.733c4a3",
44
- "@aztec/ethereum": "0.0.1-commit.733c4a3",
45
- "@aztec/foundation": "0.0.1-commit.733c4a3",
46
- "@aztec/kv-store": "0.0.1-commit.733c4a3",
47
- "@aztec/l1-artifacts": "0.0.1-commit.733c4a3",
48
- "@aztec/node-lib": "0.0.1-commit.733c4a3",
49
- "@aztec/noir-contracts.js": "0.0.1-commit.733c4a3",
50
- "@aztec/noir-protocol-circuits-types": "0.0.1-commit.733c4a3",
51
- "@aztec/p2p": "0.0.1-commit.733c4a3",
52
- "@aztec/p2p-bootstrap": "0.0.1-commit.733c4a3",
53
- "@aztec/protocol-contracts": "0.0.1-commit.733c4a3",
54
- "@aztec/prover-client": "0.0.1-commit.733c4a3",
55
- "@aztec/prover-node": "0.0.1-commit.733c4a3",
56
- "@aztec/pxe": "0.0.1-commit.733c4a3",
57
- "@aztec/sequencer-client": "0.0.1-commit.733c4a3",
58
- "@aztec/stdlib": "0.0.1-commit.733c4a3",
59
- "@aztec/telemetry-client": "0.0.1-commit.733c4a3",
60
- "@aztec/txe": "0.0.1-commit.733c4a3",
61
- "@aztec/validator-ha-signer": "0.0.1-commit.733c4a3",
62
- "@aztec/wallets": "0.0.1-commit.733c4a3",
63
- "@aztec/world-state": "0.0.1-commit.733c4a3",
31
+ "@aztec/accounts": "0.0.1-commit.7b86788",
32
+ "@aztec/archiver": "0.0.1-commit.7b86788",
33
+ "@aztec/aztec-faucet": "0.0.1-commit.7b86788",
34
+ "@aztec/aztec-node": "0.0.1-commit.7b86788",
35
+ "@aztec/aztec.js": "0.0.1-commit.7b86788",
36
+ "@aztec/bb-prover": "0.0.1-commit.7b86788",
37
+ "@aztec/bb.js": "0.0.1-commit.7b86788",
38
+ "@aztec/blob-client": "0.0.1-commit.7b86788",
39
+ "@aztec/bot": "0.0.1-commit.7b86788",
40
+ "@aztec/builder": "0.0.1-commit.7b86788",
41
+ "@aztec/cli": "0.0.1-commit.7b86788",
42
+ "@aztec/constants": "0.0.1-commit.7b86788",
43
+ "@aztec/entrypoints": "0.0.1-commit.7b86788",
44
+ "@aztec/ethereum": "0.0.1-commit.7b86788",
45
+ "@aztec/foundation": "0.0.1-commit.7b86788",
46
+ "@aztec/kv-store": "0.0.1-commit.7b86788",
47
+ "@aztec/l1-artifacts": "0.0.1-commit.7b86788",
48
+ "@aztec/node-lib": "0.0.1-commit.7b86788",
49
+ "@aztec/noir-contracts.js": "0.0.1-commit.7b86788",
50
+ "@aztec/noir-protocol-circuits-types": "0.0.1-commit.7b86788",
51
+ "@aztec/p2p": "0.0.1-commit.7b86788",
52
+ "@aztec/p2p-bootstrap": "0.0.1-commit.7b86788",
53
+ "@aztec/protocol-contracts": "0.0.1-commit.7b86788",
54
+ "@aztec/prover-client": "0.0.1-commit.7b86788",
55
+ "@aztec/prover-node": "0.0.1-commit.7b86788",
56
+ "@aztec/pxe": "0.0.1-commit.7b86788",
57
+ "@aztec/sequencer-client": "0.0.1-commit.7b86788",
58
+ "@aztec/stdlib": "0.0.1-commit.7b86788",
59
+ "@aztec/telemetry-client": "0.0.1-commit.7b86788",
60
+ "@aztec/txe": "0.0.1-commit.7b86788",
61
+ "@aztec/validator-ha-signer": "0.0.1-commit.7b86788",
62
+ "@aztec/wallets": "0.0.1-commit.7b86788",
63
+ "@aztec/world-state": "0.0.1-commit.7b86788",
64
64
  "@types/chalk": "^2.2.0",
65
65
  "abitype": "^0.8.11",
66
66
  "chalk": "^5.3.0",
package/scripts/aztec.sh CHANGED
@@ -46,7 +46,7 @@ case $cmd in
46
46
  export ETHEREUM_HOSTS=${ETHEREUM_HOSTS:-"http://127.0.0.1:${ANVIL_PORT}"}
47
47
 
48
48
  anvil --version
49
- anvil --silent &
49
+ anvil --silent --port "$ANVIL_PORT" &
50
50
  anvil_pid=$!
51
51
  trap 'kill $anvil_pid &>/dev/null' EXIT
52
52
  fi
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 + 1, undefined, log)]);
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 + 1, undefined, log), GrumpkinCrs.new(2 ** 18 + 1, undefined, log)]);
289
+ await Promise.all([Crs.new(2 ** 25, undefined, log), GrumpkinCrs.new(2 ** 18, undefined, log)]);
290
290
  }
291
291
  }
292
292