@aztec/aztec 4.0.0-rc.3 → 4.0.0-rc.4

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 +34 -34
  2. package/scripts/aztec.sh +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aztec/aztec",
3
- "version": "4.0.0-rc.3",
3
+ "version": "4.0.0-rc.4",
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": "4.0.0-rc.3",
32
- "@aztec/archiver": "4.0.0-rc.3",
33
- "@aztec/aztec-faucet": "4.0.0-rc.3",
34
- "@aztec/aztec-node": "4.0.0-rc.3",
35
- "@aztec/aztec.js": "4.0.0-rc.3",
36
- "@aztec/bb-prover": "4.0.0-rc.3",
37
- "@aztec/bb.js": "4.0.0-rc.3",
38
- "@aztec/blob-client": "4.0.0-rc.3",
39
- "@aztec/bot": "4.0.0-rc.3",
40
- "@aztec/builder": "4.0.0-rc.3",
41
- "@aztec/cli": "4.0.0-rc.3",
42
- "@aztec/constants": "4.0.0-rc.3",
43
- "@aztec/entrypoints": "4.0.0-rc.3",
44
- "@aztec/ethereum": "4.0.0-rc.3",
45
- "@aztec/foundation": "4.0.0-rc.3",
46
- "@aztec/kv-store": "4.0.0-rc.3",
47
- "@aztec/l1-artifacts": "4.0.0-rc.3",
48
- "@aztec/node-lib": "4.0.0-rc.3",
49
- "@aztec/noir-contracts.js": "4.0.0-rc.3",
50
- "@aztec/noir-protocol-circuits-types": "4.0.0-rc.3",
51
- "@aztec/p2p": "4.0.0-rc.3",
52
- "@aztec/p2p-bootstrap": "4.0.0-rc.3",
53
- "@aztec/protocol-contracts": "4.0.0-rc.3",
54
- "@aztec/prover-client": "4.0.0-rc.3",
55
- "@aztec/prover-node": "4.0.0-rc.3",
56
- "@aztec/pxe": "4.0.0-rc.3",
57
- "@aztec/sequencer-client": "4.0.0-rc.3",
58
- "@aztec/stdlib": "4.0.0-rc.3",
59
- "@aztec/telemetry-client": "4.0.0-rc.3",
60
- "@aztec/txe": "4.0.0-rc.3",
61
- "@aztec/validator-ha-signer": "4.0.0-rc.3",
62
- "@aztec/wallets": "4.0.0-rc.3",
63
- "@aztec/world-state": "4.0.0-rc.3",
31
+ "@aztec/accounts": "4.0.0-rc.4",
32
+ "@aztec/archiver": "4.0.0-rc.4",
33
+ "@aztec/aztec-faucet": "4.0.0-rc.4",
34
+ "@aztec/aztec-node": "4.0.0-rc.4",
35
+ "@aztec/aztec.js": "4.0.0-rc.4",
36
+ "@aztec/bb-prover": "4.0.0-rc.4",
37
+ "@aztec/bb.js": "4.0.0-rc.4",
38
+ "@aztec/blob-client": "4.0.0-rc.4",
39
+ "@aztec/bot": "4.0.0-rc.4",
40
+ "@aztec/builder": "4.0.0-rc.4",
41
+ "@aztec/cli": "4.0.0-rc.4",
42
+ "@aztec/constants": "4.0.0-rc.4",
43
+ "@aztec/entrypoints": "4.0.0-rc.4",
44
+ "@aztec/ethereum": "4.0.0-rc.4",
45
+ "@aztec/foundation": "4.0.0-rc.4",
46
+ "@aztec/kv-store": "4.0.0-rc.4",
47
+ "@aztec/l1-artifacts": "4.0.0-rc.4",
48
+ "@aztec/node-lib": "4.0.0-rc.4",
49
+ "@aztec/noir-contracts.js": "4.0.0-rc.4",
50
+ "@aztec/noir-protocol-circuits-types": "4.0.0-rc.4",
51
+ "@aztec/p2p": "4.0.0-rc.4",
52
+ "@aztec/p2p-bootstrap": "4.0.0-rc.4",
53
+ "@aztec/protocol-contracts": "4.0.0-rc.4",
54
+ "@aztec/prover-client": "4.0.0-rc.4",
55
+ "@aztec/prover-node": "4.0.0-rc.4",
56
+ "@aztec/pxe": "4.0.0-rc.4",
57
+ "@aztec/sequencer-client": "4.0.0-rc.4",
58
+ "@aztec/stdlib": "4.0.0-rc.4",
59
+ "@aztec/telemetry-client": "4.0.0-rc.4",
60
+ "@aztec/txe": "4.0.0-rc.4",
61
+ "@aztec/validator-ha-signer": "4.0.0-rc.4",
62
+ "@aztec/wallets": "4.0.0-rc.4",
63
+ "@aztec/world-state": "4.0.0-rc.4",
64
64
  "@types/chalk": "^2.2.0",
65
65
  "abitype": "^0.8.11",
66
66
  "chalk": "^5.3.0",
package/scripts/aztec.sh CHANGED
@@ -27,7 +27,7 @@ case $cmd in
27
27
  trap 'kill $server_pid &>/dev/null || true' EXIT
28
28
  while ! nc -z 127.0.0.1 8081 &>/dev/null; do sleep 0.2; done
29
29
  export NARGO_FOREIGN_CALL_TIMEOUT=300000
30
- nargo test --silence-warnings --oracle-resolver http://127.0.0.1:8081 "$@"
30
+ nargo test --silence-warnings --oracle-resolver http://127.0.0.1:8081 --test-threads 16 "$@"
31
31
  ;;
32
32
  start)
33
33
  if [ "${1:-}" == "--local-network" ]; then