@aztec/cli 4.0.0-rc.8 → 4.0.0-rc.9

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.
@@ -78,7 +78,7 @@ export declare const testnetConfig: {
78
78
  readonly AZTEC_EPOCH_DURATION: 32;
79
79
  readonly AZTEC_TARGET_COMMITTEE_SIZE: 48;
80
80
  readonly AZTEC_LAG_IN_EPOCHS_FOR_VALIDATOR_SET: 2;
81
- readonly AZTEC_LAG_IN_EPOCHS_FOR_RANDAO: 2;
81
+ readonly AZTEC_LAG_IN_EPOCHS_FOR_RANDAO: 1;
82
82
  readonly AZTEC_EXIT_DELAY_SECONDS: 172800;
83
83
  readonly AZTEC_INBOX_LAG: 1;
84
84
  readonly AZTEC_PROOF_SUBMISSION_EPOCHS: 1;
@@ -145,7 +145,7 @@ export declare const mainnetConfig: {
145
145
  readonly AZTEC_EPOCH_DURATION: 32;
146
146
  readonly AZTEC_TARGET_COMMITTEE_SIZE: 48;
147
147
  readonly AZTEC_LAG_IN_EPOCHS_FOR_VALIDATOR_SET: 2;
148
- readonly AZTEC_LAG_IN_EPOCHS_FOR_RANDAO: 2;
148
+ readonly AZTEC_LAG_IN_EPOCHS_FOR_RANDAO: 1;
149
149
  readonly AZTEC_INBOX_LAG: 1;
150
150
  readonly AZTEC_PROOF_SUBMISSION_EPOCHS: 1;
151
151
  readonly AZTEC_INITIAL_ETH_PER_FEE_ASSET: 10000000;
@@ -80,7 +80,7 @@ export const testnetConfig = {
80
80
  AZTEC_EPOCH_DURATION: 32,
81
81
  AZTEC_TARGET_COMMITTEE_SIZE: 48,
82
82
  AZTEC_LAG_IN_EPOCHS_FOR_VALIDATOR_SET: 2,
83
- AZTEC_LAG_IN_EPOCHS_FOR_RANDAO: 2,
83
+ AZTEC_LAG_IN_EPOCHS_FOR_RANDAO: 1,
84
84
  AZTEC_EXIT_DELAY_SECONDS: 172800,
85
85
  AZTEC_INBOX_LAG: 1,
86
86
  AZTEC_PROOF_SUBMISSION_EPOCHS: 1,
@@ -147,7 +147,7 @@ export const mainnetConfig = {
147
147
  AZTEC_EPOCH_DURATION: 32,
148
148
  AZTEC_TARGET_COMMITTEE_SIZE: 48,
149
149
  AZTEC_LAG_IN_EPOCHS_FOR_VALIDATOR_SET: 2,
150
- AZTEC_LAG_IN_EPOCHS_FOR_RANDAO: 2,
150
+ AZTEC_LAG_IN_EPOCHS_FOR_RANDAO: 1,
151
151
  AZTEC_INBOX_LAG: 1,
152
152
  AZTEC_PROOF_SUBMISSION_EPOCHS: 1,
153
153
  AZTEC_INITIAL_ETH_PER_FEE_ASSET: 10000000,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aztec/cli",
3
- "version": "4.0.0-rc.8",
3
+ "version": "4.0.0-rc.9",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  "./contracts": "./dest/cmds/contracts/index.js",
@@ -77,23 +77,23 @@
77
77
  ]
78
78
  },
79
79
  "dependencies": {
80
- "@aztec/accounts": "4.0.0-rc.8",
81
- "@aztec/archiver": "4.0.0-rc.8",
82
- "@aztec/aztec.js": "4.0.0-rc.8",
83
- "@aztec/constants": "4.0.0-rc.8",
84
- "@aztec/entrypoints": "4.0.0-rc.8",
85
- "@aztec/ethereum": "4.0.0-rc.8",
86
- "@aztec/foundation": "4.0.0-rc.8",
87
- "@aztec/l1-artifacts": "4.0.0-rc.8",
88
- "@aztec/node-keystore": "4.0.0-rc.8",
89
- "@aztec/node-lib": "4.0.0-rc.8",
90
- "@aztec/p2p": "4.0.0-rc.8",
91
- "@aztec/protocol-contracts": "4.0.0-rc.8",
92
- "@aztec/sequencer-client": "4.0.0-rc.8",
93
- "@aztec/slasher": "4.0.0-rc.8",
94
- "@aztec/stdlib": "4.0.0-rc.8",
95
- "@aztec/wallets": "4.0.0-rc.8",
96
- "@aztec/world-state": "4.0.0-rc.8",
80
+ "@aztec/accounts": "4.0.0-rc.9",
81
+ "@aztec/archiver": "4.0.0-rc.9",
82
+ "@aztec/aztec.js": "4.0.0-rc.9",
83
+ "@aztec/constants": "4.0.0-rc.9",
84
+ "@aztec/entrypoints": "4.0.0-rc.9",
85
+ "@aztec/ethereum": "4.0.0-rc.9",
86
+ "@aztec/foundation": "4.0.0-rc.9",
87
+ "@aztec/l1-artifacts": "4.0.0-rc.9",
88
+ "@aztec/node-keystore": "4.0.0-rc.9",
89
+ "@aztec/node-lib": "4.0.0-rc.9",
90
+ "@aztec/p2p": "4.0.0-rc.9",
91
+ "@aztec/protocol-contracts": "4.0.0-rc.9",
92
+ "@aztec/sequencer-client": "4.0.0-rc.9",
93
+ "@aztec/slasher": "4.0.0-rc.9",
94
+ "@aztec/stdlib": "4.0.0-rc.9",
95
+ "@aztec/wallets": "4.0.0-rc.9",
96
+ "@aztec/world-state": "4.0.0-rc.9",
97
97
  "@ethersproject/wallet": "^5.8.0",
98
98
  "@iarna/toml": "^2.2.5",
99
99
  "@libp2p/peer-id-factory": "^3.0.4",
@@ -107,9 +107,9 @@
107
107
  "viem": "npm:@aztec/viem@2.38.2"
108
108
  },
109
109
  "devDependencies": {
110
- "@aztec/aztec-node": "4.0.0-rc.8",
111
- "@aztec/kv-store": "4.0.0-rc.8",
112
- "@aztec/telemetry-client": "4.0.0-rc.8",
110
+ "@aztec/aztec-node": "4.0.0-rc.9",
111
+ "@aztec/kv-store": "4.0.0-rc.9",
112
+ "@aztec/telemetry-client": "4.0.0-rc.9",
113
113
  "@jest/globals": "^30.0.0",
114
114
  "@types/jest": "^30.0.0",
115
115
  "@types/lodash.chunk": "^4.2.9",
@@ -126,15 +126,15 @@
126
126
  "typescript": "^5.3.3"
127
127
  },
128
128
  "peerDependencies": {
129
- "@aztec/accounts": "4.0.0-rc.8",
130
- "@aztec/bb-prover": "4.0.0-rc.8",
131
- "@aztec/ethereum": "4.0.0-rc.8",
132
- "@aztec/l1-artifacts": "4.0.0-rc.8",
133
- "@aztec/noir-contracts.js": "4.0.0-rc.8",
134
- "@aztec/noir-protocol-circuits-types": "4.0.0-rc.8",
135
- "@aztec/noir-test-contracts.js": "4.0.0-rc.8",
136
- "@aztec/protocol-contracts": "4.0.0-rc.8",
137
- "@aztec/stdlib": "4.0.0-rc.8"
129
+ "@aztec/accounts": "4.0.0-rc.9",
130
+ "@aztec/bb-prover": "4.0.0-rc.9",
131
+ "@aztec/ethereum": "4.0.0-rc.9",
132
+ "@aztec/l1-artifacts": "4.0.0-rc.9",
133
+ "@aztec/noir-contracts.js": "4.0.0-rc.9",
134
+ "@aztec/noir-protocol-circuits-types": "4.0.0-rc.9",
135
+ "@aztec/noir-test-contracts.js": "4.0.0-rc.9",
136
+ "@aztec/protocol-contracts": "4.0.0-rc.9",
137
+ "@aztec/stdlib": "4.0.0-rc.9"
138
138
  },
139
139
  "files": [
140
140
  "dest",
@@ -82,7 +82,7 @@ export const testnetConfig = {
82
82
  AZTEC_EPOCH_DURATION: 32,
83
83
  AZTEC_TARGET_COMMITTEE_SIZE: 48,
84
84
  AZTEC_LAG_IN_EPOCHS_FOR_VALIDATOR_SET: 2,
85
- AZTEC_LAG_IN_EPOCHS_FOR_RANDAO: 2,
85
+ AZTEC_LAG_IN_EPOCHS_FOR_RANDAO: 1,
86
86
  AZTEC_EXIT_DELAY_SECONDS: 172800,
87
87
  AZTEC_INBOX_LAG: 1,
88
88
  AZTEC_PROOF_SUBMISSION_EPOCHS: 1,
@@ -150,7 +150,7 @@ export const mainnetConfig = {
150
150
  AZTEC_EPOCH_DURATION: 32,
151
151
  AZTEC_TARGET_COMMITTEE_SIZE: 48,
152
152
  AZTEC_LAG_IN_EPOCHS_FOR_VALIDATOR_SET: 2,
153
- AZTEC_LAG_IN_EPOCHS_FOR_RANDAO: 2,
153
+ AZTEC_LAG_IN_EPOCHS_FOR_RANDAO: 1,
154
154
  AZTEC_INBOX_LAG: 1,
155
155
  AZTEC_PROOF_SUBMISSION_EPOCHS: 1,
156
156
  AZTEC_INITIAL_ETH_PER_FEE_ASSET: 10000000,