@aztec/aztec 5.0.0-nightly.20260421 → 5.0.0-nightly.20260422

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.
Files changed (2) hide show
  1. package/package.json +33 -33
  2. package/scripts/aztec.sh +4 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aztec/aztec",
3
- "version": "5.0.0-nightly.20260421",
3
+ "version": "5.0.0-nightly.20260422",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": "./dest/index.js",
@@ -28,38 +28,38 @@
28
28
  "../package.common.json"
29
29
  ],
30
30
  "dependencies": {
31
- "@aztec/accounts": "5.0.0-nightly.20260421",
32
- "@aztec/archiver": "5.0.0-nightly.20260421",
33
- "@aztec/aztec-node": "5.0.0-nightly.20260421",
34
- "@aztec/aztec.js": "5.0.0-nightly.20260421",
35
- "@aztec/bb-prover": "5.0.0-nightly.20260421",
36
- "@aztec/bb.js": "5.0.0-nightly.20260421",
37
- "@aztec/blob-client": "5.0.0-nightly.20260421",
38
- "@aztec/bot": "5.0.0-nightly.20260421",
39
- "@aztec/builder": "5.0.0-nightly.20260421",
40
- "@aztec/cli": "5.0.0-nightly.20260421",
41
- "@aztec/constants": "5.0.0-nightly.20260421",
42
- "@aztec/entrypoints": "5.0.0-nightly.20260421",
43
- "@aztec/ethereum": "5.0.0-nightly.20260421",
44
- "@aztec/foundation": "5.0.0-nightly.20260421",
45
- "@aztec/kv-store": "5.0.0-nightly.20260421",
46
- "@aztec/l1-artifacts": "5.0.0-nightly.20260421",
47
- "@aztec/node-lib": "5.0.0-nightly.20260421",
48
- "@aztec/noir-contracts.js": "5.0.0-nightly.20260421",
49
- "@aztec/noir-protocol-circuits-types": "5.0.0-nightly.20260421",
50
- "@aztec/p2p": "5.0.0-nightly.20260421",
51
- "@aztec/p2p-bootstrap": "5.0.0-nightly.20260421",
52
- "@aztec/protocol-contracts": "5.0.0-nightly.20260421",
53
- "@aztec/prover-client": "5.0.0-nightly.20260421",
54
- "@aztec/prover-node": "5.0.0-nightly.20260421",
55
- "@aztec/pxe": "5.0.0-nightly.20260421",
56
- "@aztec/sequencer-client": "5.0.0-nightly.20260421",
57
- "@aztec/stdlib": "5.0.0-nightly.20260421",
58
- "@aztec/telemetry-client": "5.0.0-nightly.20260421",
59
- "@aztec/txe": "5.0.0-nightly.20260421",
60
- "@aztec/validator-ha-signer": "5.0.0-nightly.20260421",
61
- "@aztec/wallets": "5.0.0-nightly.20260421",
62
- "@aztec/world-state": "5.0.0-nightly.20260421",
31
+ "@aztec/accounts": "5.0.0-nightly.20260422",
32
+ "@aztec/archiver": "5.0.0-nightly.20260422",
33
+ "@aztec/aztec-node": "5.0.0-nightly.20260422",
34
+ "@aztec/aztec.js": "5.0.0-nightly.20260422",
35
+ "@aztec/bb-prover": "5.0.0-nightly.20260422",
36
+ "@aztec/bb.js": "5.0.0-nightly.20260422",
37
+ "@aztec/blob-client": "5.0.0-nightly.20260422",
38
+ "@aztec/bot": "5.0.0-nightly.20260422",
39
+ "@aztec/builder": "5.0.0-nightly.20260422",
40
+ "@aztec/cli": "5.0.0-nightly.20260422",
41
+ "@aztec/constants": "5.0.0-nightly.20260422",
42
+ "@aztec/entrypoints": "5.0.0-nightly.20260422",
43
+ "@aztec/ethereum": "5.0.0-nightly.20260422",
44
+ "@aztec/foundation": "5.0.0-nightly.20260422",
45
+ "@aztec/kv-store": "5.0.0-nightly.20260422",
46
+ "@aztec/l1-artifacts": "5.0.0-nightly.20260422",
47
+ "@aztec/node-lib": "5.0.0-nightly.20260422",
48
+ "@aztec/noir-contracts.js": "5.0.0-nightly.20260422",
49
+ "@aztec/noir-protocol-circuits-types": "5.0.0-nightly.20260422",
50
+ "@aztec/p2p": "5.0.0-nightly.20260422",
51
+ "@aztec/p2p-bootstrap": "5.0.0-nightly.20260422",
52
+ "@aztec/protocol-contracts": "5.0.0-nightly.20260422",
53
+ "@aztec/prover-client": "5.0.0-nightly.20260422",
54
+ "@aztec/prover-node": "5.0.0-nightly.20260422",
55
+ "@aztec/pxe": "5.0.0-nightly.20260422",
56
+ "@aztec/sequencer-client": "5.0.0-nightly.20260422",
57
+ "@aztec/stdlib": "5.0.0-nightly.20260422",
58
+ "@aztec/telemetry-client": "5.0.0-nightly.20260422",
59
+ "@aztec/txe": "5.0.0-nightly.20260422",
60
+ "@aztec/validator-ha-signer": "5.0.0-nightly.20260422",
61
+ "@aztec/wallets": "5.0.0-nightly.20260422",
62
+ "@aztec/world-state": "5.0.0-nightly.20260422",
63
63
  "@iarna/toml": "^2.2.5",
64
64
  "@types/chalk": "^2.2.0",
65
65
  "abitype": "^0.8.11",
package/scripts/aztec.sh CHANGED
@@ -27,6 +27,10 @@ case $cmd in
27
27
  aztec start --txe --port 8081 &
28
28
  server_pid=$!
29
29
  trap 'kill $server_pid &>/dev/null || true' EXIT
30
+ if ! command -v nc &>/dev/null; then
31
+ echo "Error: 'nc' (netcat) is required but not installed." >&2
32
+ exit 1
33
+ fi
30
34
  while ! nc -z 127.0.0.1 8081 &>/dev/null; do sleep 0.2; done
31
35
  export NARGO_FOREIGN_CALL_TIMEOUT=300000
32
36
  nargo test --silence-warnings --oracle-resolver http://127.0.0.1:8081 --test-threads 16 "$@"