@aztec/cli 0.0.1-commit.e558bd1c → 0.0.1-commit.e5a3663dd

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 (45) hide show
  1. package/dest/cmds/aztec_node/block_number.js +1 -1
  2. package/dest/cmds/aztec_node/get_node_info.d.ts +1 -1
  3. package/dest/cmds/aztec_node/get_node_info.d.ts.map +1 -1
  4. package/dest/cmds/aztec_node/get_node_info.js +0 -2
  5. package/dest/cmds/infrastructure/setup_l2_contract.d.ts +1 -1
  6. package/dest/cmds/infrastructure/setup_l2_contract.d.ts.map +1 -1
  7. package/dest/cmds/infrastructure/setup_l2_contract.js +3 -2
  8. package/dest/cmds/l1/deploy_l1_contracts_cmd.d.ts +1 -1
  9. package/dest/cmds/l1/deploy_l1_contracts_cmd.d.ts.map +1 -1
  10. package/dest/cmds/l1/deploy_l1_contracts_cmd.js +0 -1
  11. package/dest/cmds/l1/deploy_new_rollup.d.ts +1 -1
  12. package/dest/cmds/l1/deploy_new_rollup.d.ts.map +1 -1
  13. package/dest/cmds/l1/deploy_new_rollup.js +2 -4
  14. package/dest/cmds/l1/update_l1_validators.js +5 -5
  15. package/dest/config/cached_fetch.d.ts +19 -10
  16. package/dest/config/cached_fetch.d.ts.map +1 -1
  17. package/dest/config/cached_fetch.js +110 -32
  18. package/dest/config/chain_l2_config.d.ts +1 -1
  19. package/dest/config/chain_l2_config.d.ts.map +1 -1
  20. package/dest/config/chain_l2_config.js +3 -1
  21. package/dest/config/generated/networks.d.ts +46 -39
  22. package/dest/config/generated/networks.d.ts.map +1 -1
  23. package/dest/config/generated/networks.js +47 -40
  24. package/dest/config/network_config.d.ts +1 -1
  25. package/dest/config/network_config.d.ts.map +1 -1
  26. package/dest/config/network_config.js +6 -2
  27. package/dest/utils/aztec.d.ts +1 -2
  28. package/dest/utils/aztec.d.ts.map +1 -1
  29. package/dest/utils/aztec.js +2 -3
  30. package/dest/utils/inspect.d.ts +1 -1
  31. package/dest/utils/inspect.d.ts.map +1 -1
  32. package/dest/utils/inspect.js +6 -5
  33. package/package.json +30 -30
  34. package/src/cmds/aztec_node/block_number.ts +1 -1
  35. package/src/cmds/aztec_node/get_node_info.ts +0 -2
  36. package/src/cmds/infrastructure/setup_l2_contract.ts +4 -3
  37. package/src/cmds/l1/deploy_l1_contracts_cmd.ts +0 -1
  38. package/src/cmds/l1/deploy_new_rollup.ts +1 -3
  39. package/src/cmds/l1/update_l1_validators.ts +5 -5
  40. package/src/config/cached_fetch.ts +119 -31
  41. package/src/config/chain_l2_config.ts +3 -1
  42. package/src/config/generated/networks.ts +45 -38
  43. package/src/config/network_config.ts +6 -2
  44. package/src/utils/aztec.ts +12 -18
  45. package/src/utils/inspect.ts +4 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aztec/cli",
3
- "version": "0.0.1-commit.e558bd1c",
3
+ "version": "0.0.1-commit.e5a3663dd",
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": "0.0.1-commit.e558bd1c",
81
- "@aztec/archiver": "0.0.1-commit.e558bd1c",
82
- "@aztec/aztec.js": "0.0.1-commit.e558bd1c",
83
- "@aztec/constants": "0.0.1-commit.e558bd1c",
84
- "@aztec/entrypoints": "0.0.1-commit.e558bd1c",
85
- "@aztec/ethereum": "0.0.1-commit.e558bd1c",
86
- "@aztec/foundation": "0.0.1-commit.e558bd1c",
87
- "@aztec/l1-artifacts": "0.0.1-commit.e558bd1c",
88
- "@aztec/node-keystore": "0.0.1-commit.e558bd1c",
89
- "@aztec/node-lib": "0.0.1-commit.e558bd1c",
90
- "@aztec/p2p": "0.0.1-commit.e558bd1c",
91
- "@aztec/protocol-contracts": "0.0.1-commit.e558bd1c",
92
- "@aztec/sequencer-client": "0.0.1-commit.e558bd1c",
93
- "@aztec/slasher": "0.0.1-commit.e558bd1c",
94
- "@aztec/stdlib": "0.0.1-commit.e558bd1c",
95
- "@aztec/test-wallet": "0.0.1-commit.e558bd1c",
96
- "@aztec/world-state": "0.0.1-commit.e558bd1c",
80
+ "@aztec/accounts": "0.0.1-commit.e5a3663dd",
81
+ "@aztec/archiver": "0.0.1-commit.e5a3663dd",
82
+ "@aztec/aztec.js": "0.0.1-commit.e5a3663dd",
83
+ "@aztec/constants": "0.0.1-commit.e5a3663dd",
84
+ "@aztec/entrypoints": "0.0.1-commit.e5a3663dd",
85
+ "@aztec/ethereum": "0.0.1-commit.e5a3663dd",
86
+ "@aztec/foundation": "0.0.1-commit.e5a3663dd",
87
+ "@aztec/l1-artifacts": "0.0.1-commit.e5a3663dd",
88
+ "@aztec/node-keystore": "0.0.1-commit.e5a3663dd",
89
+ "@aztec/node-lib": "0.0.1-commit.e5a3663dd",
90
+ "@aztec/p2p": "0.0.1-commit.e5a3663dd",
91
+ "@aztec/protocol-contracts": "0.0.1-commit.e5a3663dd",
92
+ "@aztec/sequencer-client": "0.0.1-commit.e5a3663dd",
93
+ "@aztec/slasher": "0.0.1-commit.e5a3663dd",
94
+ "@aztec/stdlib": "0.0.1-commit.e5a3663dd",
95
+ "@aztec/wallets": "0.0.1-commit.e5a3663dd",
96
+ "@aztec/world-state": "0.0.1-commit.e5a3663dd",
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": "0.0.1-commit.e558bd1c",
111
- "@aztec/kv-store": "0.0.1-commit.e558bd1c",
112
- "@aztec/telemetry-client": "0.0.1-commit.e558bd1c",
110
+ "@aztec/aztec-node": "0.0.1-commit.e5a3663dd",
111
+ "@aztec/kv-store": "0.0.1-commit.e5a3663dd",
112
+ "@aztec/telemetry-client": "0.0.1-commit.e5a3663dd",
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": "0.0.1-commit.e558bd1c",
130
- "@aztec/bb-prover": "0.0.1-commit.e558bd1c",
131
- "@aztec/ethereum": "0.0.1-commit.e558bd1c",
132
- "@aztec/l1-artifacts": "0.0.1-commit.e558bd1c",
133
- "@aztec/noir-contracts.js": "0.0.1-commit.e558bd1c",
134
- "@aztec/noir-protocol-circuits-types": "0.0.1-commit.e558bd1c",
135
- "@aztec/noir-test-contracts.js": "0.0.1-commit.e558bd1c",
136
- "@aztec/protocol-contracts": "0.0.1-commit.e558bd1c",
137
- "@aztec/stdlib": "0.0.1-commit.e558bd1c"
129
+ "@aztec/accounts": "0.0.1-commit.e5a3663dd",
130
+ "@aztec/bb-prover": "0.0.1-commit.e5a3663dd",
131
+ "@aztec/ethereum": "0.0.1-commit.e5a3663dd",
132
+ "@aztec/l1-artifacts": "0.0.1-commit.e5a3663dd",
133
+ "@aztec/noir-contracts.js": "0.0.1-commit.e5a3663dd",
134
+ "@aztec/noir-protocol-circuits-types": "0.0.1-commit.e5a3663dd",
135
+ "@aztec/noir-test-contracts.js": "0.0.1-commit.e5a3663dd",
136
+ "@aztec/protocol-contracts": "0.0.1-commit.e5a3663dd",
137
+ "@aztec/stdlib": "0.0.1-commit.e5a3663dd"
138
138
  },
139
139
  "files": [
140
140
  "dest",
@@ -3,7 +3,7 @@ import type { LogFn } from '@aztec/foundation/log';
3
3
 
4
4
  export async function blockNumber(nodeUrl: string, log: LogFn) {
5
5
  const aztecNode = createAztecNodeClient(nodeUrl);
6
- const [latestNum, provenNum] = await Promise.all([aztecNode.getBlockNumber(), aztecNode.getProvenBlockNumber()]);
6
+ const [latestNum, provenNum] = await Promise.all([aztecNode.getBlockNumber(), aztecNode.getBlockNumber('proven')]);
7
7
  log(`Latest block: ${latestNum}`);
8
8
  log(`Proven block: ${provenNum}`);
9
9
  }
@@ -23,7 +23,6 @@ export async function getNodeInfo(nodeUrl: string, json: boolean, log: LogFn, lo
23
23
  rewardDistributor: info.l1ContractAddresses.rewardDistributorAddress.toString(),
24
24
  governanceProposer: info.l1ContractAddresses.governanceProposerAddress.toString(),
25
25
  governance: info.l1ContractAddresses.governanceAddress.toString(),
26
- slashFactory: info.l1ContractAddresses.slashFactoryAddress?.toString(),
27
26
  feeAssetHandler: info.l1ContractAddresses.feeAssetHandlerAddress?.toString(),
28
27
  stakingAssetHandler: info.l1ContractAddresses.stakingAssetHandlerAddress?.toString(),
29
28
  },
@@ -51,7 +50,6 @@ export async function getNodeInfo(nodeUrl: string, json: boolean, log: LogFn, lo
51
50
  log(` RewardDistributor Address: ${info.l1ContractAddresses.rewardDistributorAddress.toString()}`);
52
51
  log(` GovernanceProposer Address: ${info.l1ContractAddresses.governanceProposerAddress.toString()}`);
53
52
  log(` Governance Address: ${info.l1ContractAddresses.governanceAddress.toString()}`);
54
- log(` SlashFactory Address: ${info.l1ContractAddresses.slashFactoryAddress?.toString()}`);
55
53
  log(` FeeAssetHandler Address: ${info.l1ContractAddresses.feeAssetHandlerAddress?.toString()}`);
56
54
  log(` StakingAssetHandler Address: ${info.l1ContractAddresses.stakingAssetHandlerAddress?.toString()}`);
57
55
  log(`L2 Contract Addresses:`);
@@ -1,12 +1,13 @@
1
1
  import { getInitialTestAccountsData } from '@aztec/accounts/testing';
2
- import type { AztecAddress } from '@aztec/aztec.js/addresses';
2
+ import { AztecAddress } from '@aztec/aztec.js/addresses';
3
3
  import type { WaitOpts } from '@aztec/aztec.js/contracts';
4
4
  import { createAztecNodeClient } from '@aztec/aztec.js/node';
5
5
  import { AccountManager } from '@aztec/aztec.js/wallet';
6
6
  import { jsonStringify } from '@aztec/foundation/json-rpc';
7
7
  import type { LogFn } from '@aztec/foundation/log';
8
8
  import { ProtocolContractAddress } from '@aztec/protocol-contracts';
9
- import { TestWallet, deployFundedSchnorrAccounts } from '@aztec/test-wallet/server';
9
+ import { EmbeddedWallet } from '@aztec/wallets/embedded';
10
+ import { deployFundedSchnorrAccounts } from '@aztec/wallets/testing';
10
11
 
11
12
  export async function setupL2Contracts(nodeUrl: string, testAccounts: boolean, json: boolean, log: LogFn) {
12
13
  const waitOpts: WaitOpts = {
@@ -16,7 +17,7 @@ export async function setupL2Contracts(nodeUrl: string, testAccounts: boolean, j
16
17
  log('setupL2Contracts: Wait options' + jsonStringify(waitOpts));
17
18
  log('setupL2Contracts: Creating PXE client...');
18
19
  const node = createAztecNodeClient(nodeUrl);
19
- const wallet = await TestWallet.create(node);
20
+ const wallet = await EmbeddedWallet.create(node);
20
21
 
21
22
  let deployedAccountManagers: AccountManager[] = [];
22
23
  if (testAccounts) {
@@ -96,7 +96,6 @@ export async function deployL1ContractsCmd(
96
96
  log(`RewardDistributor Address: ${l1ContractAddresses.rewardDistributorAddress.toString()}`);
97
97
  log(`GovernanceProposer Address: ${l1ContractAddresses.governanceProposerAddress.toString()}`);
98
98
  log(`Governance Address: ${l1ContractAddresses.governanceAddress.toString()}`);
99
- log(`SlashFactory Address: ${l1ContractAddresses.slashFactoryAddress?.toString()}`);
100
99
  log(`FeeAssetHandler Address: ${l1ContractAddresses.feeAssetHandlerAddress?.toString()}`);
101
100
  log(`StakingAssetHandler Address: ${l1ContractAddresses.stakingAssetHandlerAddress?.toString()}`);
102
101
  log(`ZK Passport Verifier Address: ${l1ContractAddresses.zkPassportVerifierAddress?.toString()}`);
@@ -29,7 +29,7 @@ export async function deployNewRollup(
29
29
  const initialFundedAccounts = initialAccounts.map(a => a.address).concat(sponsoredFPCAddress);
30
30
  const { genesisArchiveRoot, fundingNeeded } = await getGenesisValues(initialFundedAccounts);
31
31
 
32
- const { rollup, slashFactoryAddress } = await deployNewRollupContracts(
32
+ const { rollup } = await deployNewRollupContracts(
33
33
  registryAddress,
34
34
  rpcUrls,
35
35
  privateKey,
@@ -51,7 +51,6 @@ export async function deployNewRollup(
51
51
  initialFundedAccounts: initialFundedAccounts.map(a => a.toString()),
52
52
  initialValidators: initialValidators.map(a => a.attester.toString()),
53
53
  genesisArchiveRoot: genesisArchiveRoot.toString(),
54
- slashFactoryAddress: slashFactoryAddress.toString(),
55
54
  },
56
55
  null,
57
56
  2,
@@ -62,6 +61,5 @@ export async function deployNewRollup(
62
61
  log(`Initial funded accounts: ${initialFundedAccounts.map(a => a.toString()).join(', ')}`);
63
62
  log(`Initial validators: ${initialValidators.map(a => a.attester.toString()).join(', ')}`);
64
63
  log(`Genesis archive root: ${genesisArchiveRoot.toString()}`);
65
- log(`Slash Factory Address: ${slashFactoryAddress.toString()}`);
66
64
  }
67
65
  }
@@ -2,7 +2,7 @@ import { createEthereumChain, isAnvilTestChain } from '@aztec/ethereum/chain';
2
2
  import { createExtendedL1Client, getPublicClient } from '@aztec/ethereum/client';
3
3
  import { getL1ContractsConfigEnvVars } from '@aztec/ethereum/config';
4
4
  import { GSEContract, RollupContract } from '@aztec/ethereum/contracts';
5
- import { createL1TxUtilsFromViemWallet } from '@aztec/ethereum/l1-tx-utils';
5
+ import { createL1TxUtils } from '@aztec/ethereum/l1-tx-utils';
6
6
  import { EthCheatCodes } from '@aztec/ethereum/test';
7
7
  import type { EthAddress } from '@aztec/foundation/eth-address';
8
8
  import type { LogFn, Logger } from '@aztec/foundation/log';
@@ -88,7 +88,7 @@ export async function addL1Validator({
88
88
  const gse = new GSEContract(l1Client, gseAddress);
89
89
  const registrationTuple = await gse.makeRegistrationTuple(blsSecretKey);
90
90
 
91
- const l1TxUtils = createL1TxUtilsFromViemWallet(l1Client, { logger: debugLogger });
91
+ const l1TxUtils = createL1TxUtils(l1Client, { logger: debugLogger });
92
92
  const proofParamsObj = ZkPassportProofParams.fromBuffer(proofParams);
93
93
 
94
94
  // Step 1: Claim STK tokens from the faucet
@@ -194,7 +194,7 @@ export async function addL1ValidatorViaRollup({
194
194
 
195
195
  const registrationTuple = await gse.makeRegistrationTuple(blsSecretKey);
196
196
 
197
- const l1TxUtils = createL1TxUtilsFromViemWallet(l1Client, { logger: debugLogger });
197
+ const l1TxUtils = createL1TxUtils(l1Client, { logger: debugLogger });
198
198
 
199
199
  const { receipt } = await l1TxUtils.sendAndMonitorTransaction({
200
200
  to: rollupAddress.toString(),
@@ -241,7 +241,7 @@ export async function removeL1Validator({
241
241
  const account = getAccount(privateKey, mnemonic);
242
242
  const chain = createEthereumChain(rpcUrls, chainId);
243
243
  const l1Client = createExtendedL1Client(rpcUrls, account, chain.chainInfo);
244
- const l1TxUtils = createL1TxUtilsFromViemWallet(l1Client, { logger: debugLogger });
244
+ const l1TxUtils = createL1TxUtils(l1Client, { logger: debugLogger });
245
245
 
246
246
  dualLog(`Removing validator ${validatorAddress.toString()} from rollup ${rollupAddress.toString()}`);
247
247
  const { receipt } = await l1TxUtils.sendAndMonitorTransaction({
@@ -268,7 +268,7 @@ export async function pruneRollup({
268
268
  const account = getAccount(privateKey, mnemonic);
269
269
  const chain = createEthereumChain(rpcUrls, chainId);
270
270
  const l1Client = createExtendedL1Client(rpcUrls, account, chain.chainInfo);
271
- const l1TxUtils = createL1TxUtilsFromViemWallet(l1Client, { logger: debugLogger });
271
+ const l1TxUtils = createL1TxUtils(l1Client, { logger: debugLogger });
272
272
 
273
273
  dualLog(`Trying prune`);
274
274
  const { receipt } = await l1TxUtils.sendAndMonitorTransaction({
@@ -1,24 +1,48 @@
1
1
  import { createLogger } from '@aztec/aztec.js/log';
2
2
 
3
- import { mkdir, readFile, stat, writeFile } from 'fs/promises';
3
+ import { mkdir, readFile, writeFile } from 'fs/promises';
4
4
  import { dirname } from 'path';
5
5
 
6
6
  export interface CachedFetchOptions {
7
- /** Cache duration in milliseconds */
8
- cacheDurationMs: number;
9
- /** The cache file */
7
+ /** The cache file path for storing data. If not provided, no caching is performed. */
10
8
  cacheFile?: string;
9
+ /** Fallback max-age in milliseconds when server sends no Cache-Control header. Defaults to 5 minutes. */
10
+ defaultMaxAgeMs?: number;
11
+ }
12
+
13
+ /** Cache metadata stored in a sidecar .meta file alongside the data file. */
14
+ interface CacheMeta {
15
+ etag?: string;
16
+ expiresAt: number;
17
+ }
18
+
19
+ const DEFAULT_MAX_AGE_MS = 5 * 60 * 1000; // 5 minutes
20
+
21
+ /** Extracts max-age value in milliseconds from a Response's Cache-Control header. Returns undefined if not present. */
22
+ export function parseMaxAge(response: { headers: { get(name: string): string | null } }): number | undefined {
23
+ const cacheControl = response.headers.get('cache-control');
24
+ if (!cacheControl) {
25
+ return undefined;
26
+ }
27
+ const match = cacheControl.match(/max-age=(\d+)/);
28
+ if (!match) {
29
+ return undefined;
30
+ }
31
+ return parseInt(match[1], 10) * 1000;
11
32
  }
12
33
 
13
34
  /**
14
- * Fetches data from a URL with file-based caching support.
15
- * This utility can be used by both remote config and bootnodes fetching.
35
+ * Fetches data from a URL with file-based HTTP conditional caching.
36
+ *
37
+ * Data is stored as raw JSON in the cache file (same format as the server returns).
38
+ * Caching metadata (ETag, expiry) is stored in a separate sidecar `.meta` file.
39
+ * This keeps the data file human-readable and backward-compatible with older code.
16
40
  *
17
41
  * @param url - The URL to fetch from
18
- * @param networkName - Network name for cache directory structure
19
- * @param options - Caching and error handling options
20
- * @param cacheDir - Optional cache directory (defaults to no caching)
21
- * @returns The fetched and parsed JSON data, or undefined if fetch fails and throwOnError is false
42
+ * @param options - Caching options
43
+ * @param fetch - Fetch implementation (defaults to globalThis.fetch)
44
+ * @param log - Logger instance
45
+ * @returns The fetched and parsed JSON data, or undefined if fetch fails
22
46
  */
23
47
  export async function cachedFetch<T = any>(
24
48
  url: string,
@@ -26,42 +50,106 @@ export async function cachedFetch<T = any>(
26
50
  fetch = globalThis.fetch,
27
51
  log = createLogger('cached_fetch'),
28
52
  ): Promise<T | undefined> {
29
- const { cacheDurationMs, cacheFile } = options;
53
+ const { cacheFile, defaultMaxAgeMs = DEFAULT_MAX_AGE_MS } = options;
54
+
55
+ // If no cacheFile, just fetch normally without caching
56
+ if (!cacheFile) {
57
+ return fetchAndParse<T>(url, fetch, log);
58
+ }
59
+
60
+ const metaFile = cacheFile + '.meta';
30
61
 
31
- // Try to read from cache first
62
+ // Try to read metadata
63
+ let meta: CacheMeta | undefined;
32
64
  try {
33
- if (cacheFile) {
34
- const info = await stat(cacheFile);
35
- if (info.mtimeMs + cacheDurationMs > Date.now()) {
36
- const cachedData = JSON.parse(await readFile(cacheFile, 'utf-8'));
37
- return cachedData;
38
- }
39
- }
65
+ meta = JSON.parse(await readFile(metaFile, 'utf-8'));
40
66
  } catch {
41
- log.trace('Failed to read data from cache');
67
+ log.trace('No usable cache metadata found');
42
68
  }
43
69
 
70
+ // Try to read cached data
71
+ let cachedData: T | undefined;
44
72
  try {
45
- const response = await fetch(url);
73
+ cachedData = JSON.parse(await readFile(cacheFile, 'utf-8'));
74
+ } catch {
75
+ log.trace('No usable cached data found');
76
+ }
77
+
78
+ // If metadata and data exist and cache is fresh, return directly
79
+ if (meta && cachedData !== undefined && meta.expiresAt > Date.now()) {
80
+ return cachedData;
81
+ }
82
+
83
+ // Cache is stale or missing — make a (possibly conditional) request
84
+ try {
85
+ const headers: Record<string, string> = {};
86
+ if (meta?.etag && cachedData !== undefined) {
87
+ headers['If-None-Match'] = meta.etag;
88
+ }
89
+
90
+ const response = await fetch(url, { headers });
91
+
92
+ if (response.status === 304 && cachedData !== undefined) {
93
+ // Not modified — recompute expiry from new response headers and return cached data
94
+ const maxAgeMs = parseMaxAge(response) ?? defaultMaxAgeMs;
95
+ await writeMetaFile(metaFile, { etag: meta?.etag, expiresAt: Date.now() + maxAgeMs }, log);
96
+ return cachedData;
97
+ }
98
+
46
99
  if (!response.ok) {
47
100
  log.warn(`Failed to fetch from ${url}: ${response.status} ${response.statusText}`);
48
- return undefined;
101
+ return cachedData;
49
102
  }
50
103
 
51
- const data = await response.json();
104
+ // 200 — parse new data and cache it
105
+ const data = (await response.json()) as T;
106
+ const maxAgeMs = parseMaxAge(response) ?? defaultMaxAgeMs;
107
+ const etag = response.headers.get('etag') ?? undefined;
52
108
 
53
- try {
54
- if (cacheFile) {
55
- await mkdir(dirname(cacheFile), { recursive: true });
56
- await writeFile(cacheFile, JSON.stringify(data), 'utf-8');
57
- }
58
- } catch (err) {
59
- log.warn('Failed to cache data on disk: ' + cacheFile, { cacheFile, err });
60
- }
109
+ await ensureDir(cacheFile, log);
110
+ await Promise.all([
111
+ writeFile(cacheFile, JSON.stringify(data), 'utf-8'),
112
+ writeFile(metaFile, JSON.stringify({ etag, expiresAt: Date.now() + maxAgeMs }), 'utf-8'),
113
+ ]);
61
114
 
62
115
  return data;
116
+ } catch (err) {
117
+ log.warn(`Failed to fetch from ${url}`, { err });
118
+ return cachedData;
119
+ }
120
+ }
121
+
122
+ async function fetchAndParse<T>(
123
+ url: string,
124
+ fetch: typeof globalThis.fetch,
125
+ log: ReturnType<typeof createLogger>,
126
+ ): Promise<T | undefined> {
127
+ try {
128
+ const response = await fetch(url);
129
+ if (!response.ok) {
130
+ log.warn(`Failed to fetch from ${url}: ${response.status} ${response.statusText}`);
131
+ return undefined;
132
+ }
133
+ return (await response.json()) as T;
63
134
  } catch (err) {
64
135
  log.warn(`Failed to fetch from ${url}`, { err });
65
136
  return undefined;
66
137
  }
67
138
  }
139
+
140
+ async function ensureDir(filePath: string, log: ReturnType<typeof createLogger>) {
141
+ try {
142
+ await mkdir(dirname(filePath), { recursive: true });
143
+ } catch (err) {
144
+ log.warn('Failed to create cache directory for: ' + filePath, { err });
145
+ }
146
+ }
147
+
148
+ async function writeMetaFile(metaFile: string, meta: CacheMeta, log: ReturnType<typeof createLogger>) {
149
+ try {
150
+ await mkdir(dirname(metaFile), { recursive: true });
151
+ await writeFile(metaFile, JSON.stringify(meta), 'utf-8');
152
+ } catch (err) {
153
+ log.warn('Failed to write cache metadata: ' + metaFile, { err });
154
+ }
155
+ }
@@ -45,7 +45,9 @@ export function enrichEnvironmentWithChainName(networkName: NetworkNames) {
45
45
  }
46
46
 
47
47
  // Apply generated network config from defaults.yml
48
- const generatedConfig = NetworkConfigs[networkName];
48
+ // For devnet iterations (v4-devnet-1, etc.), use the base devnet config
49
+ const configKey = /^v\d+-devnet-\d+$/.test(networkName) ? 'devnet' : networkName;
50
+ const generatedConfig = NetworkConfigs[configKey];
49
51
  if (generatedConfig) {
50
52
  enrichEnvironmentWithNetworkConfig(generatedConfig);
51
53
  }
@@ -3,7 +3,7 @@
3
3
 
4
4
  export const devnetConfig = {
5
5
  ETHEREUM_SLOT_DURATION: 12,
6
- AZTEC_SLOT_DURATION: 36,
6
+ AZTEC_SLOT_DURATION: 72,
7
7
  AZTEC_TARGET_COMMITTEE_SIZE: 48,
8
8
  AZTEC_ACTIVATION_THRESHOLD: 100000000000000000000,
9
9
  AZTEC_EJECTION_THRESHOLD: 50000000000000000000,
@@ -14,7 +14,7 @@ export const devnetConfig = {
14
14
  AZTEC_MANA_TARGET: 100000000,
15
15
  AZTEC_PROVING_COST_PER_MANA: 100,
16
16
  AZTEC_INITIAL_ETH_PER_FEE_ASSET: 10000000,
17
- AZTEC_SLASHER_FLAVOR: 'tally',
17
+ AZTEC_SLASHER_ENABLED: true,
18
18
  AZTEC_SLASHING_ROUND_SIZE_IN_EPOCHS: 4,
19
19
  AZTEC_SLASHING_LIFETIME_IN_ROUNDS: 5,
20
20
  AZTEC_SLASHING_OFFSET_IN_ROUNDS: 2,
@@ -24,15 +24,15 @@ export const devnetConfig = {
24
24
  AZTEC_SLASH_AMOUNT_MEDIUM: 20000000000000000000,
25
25
  AZTEC_SLASH_AMOUNT_LARGE: 50000000000000000000,
26
26
  AZTEC_GOVERNANCE_PROPOSER_ROUND_SIZE: 300,
27
- SLASH_MIN_PENALTY_PERCENTAGE: 0.5,
28
- SLASH_MAX_PENALTY_PERCENTAGE: 2,
29
27
  SLASH_OFFENSE_EXPIRATION_ROUNDS: 4,
30
- SLASH_MAX_PAYLOAD_SIZE: 50,
28
+ SLASH_MAX_PAYLOAD_SIZE: 80,
31
29
  SLASH_EXECUTE_ROUNDS_LOOK_BACK: 4,
32
30
  P2P_ENABLED: true,
33
31
  BOOTSTRAP_NODES: '',
34
- SEQ_MIN_TX_PER_BLOCK: 0,
32
+ SEQ_MIN_TX_PER_BLOCK: 1,
35
33
  SEQ_BUILD_CHECKPOINT_IF_EMPTY: true,
34
+ SEQ_BLOCK_DURATION_MS: 6000,
35
+ SEQ_L1_PUBLISHING_TIME_ALLOWANCE_IN_SLOT: 36,
36
36
  DATA_STORE_MAP_SIZE_KB: 134217728,
37
37
  ARCHIVER_STORE_MAP_SIZE_KB: 1073741824,
38
38
  NOTE_HASH_TREE_MAP_SIZE_KB: 1073741824,
@@ -48,7 +48,7 @@ export const devnetConfig = {
48
48
  TEST_ACCOUNTS: true,
49
49
  SPONSORED_FPC: true,
50
50
  TRANSACTIONS_DISABLED: false,
51
- SEQ_MAX_TX_PER_BLOCK: 32,
51
+ SEQ_MAX_TX_PER_BLOCK: 18,
52
52
  PROVER_REAL_PROOFS: false,
53
53
  PXE_PROVER_ENABLED: false,
54
54
  SYNC_SNAPSHOTS_URLS: '',
@@ -56,8 +56,6 @@ export const devnetConfig = {
56
56
  BLOB_ALLOW_EMPTY_SOURCES: false,
57
57
  P2P_MAX_PENDING_TX_COUNT: 1000,
58
58
  P2P_TX_POOL_DELETE_TXS_AFTER_REORG: false,
59
- AUTO_UPDATE: 'none',
60
- AUTO_UPDATE_URL: '',
61
59
  PUBLIC_OTEL_OPT_OUT: true,
62
60
  PUBLIC_OTEL_EXPORTER_OTLP_METRICS_ENDPOINT: '',
63
61
  PUBLIC_OTEL_COLLECT_FROM: '',
@@ -68,10 +66,12 @@ export const devnetConfig = {
68
66
  SLASH_INACTIVITY_PENALTY: 10000000000000000000,
69
67
  SLASH_PROPOSE_INVALID_ATTESTATIONS_PENALTY: 10000000000000000000,
70
68
  SLASH_DUPLICATE_PROPOSAL_PENALTY: 10000000000000000000,
69
+ SLASH_DUPLICATE_ATTESTATION_PENALTY: 10000000000000000000,
71
70
  SLASH_ATTEST_DESCENDANT_OF_INVALID_PENALTY: 10000000000000000000,
72
71
  SLASH_UNKNOWN_PENALTY: 10000000000000000000,
73
72
  SLASH_INVALID_BLOCK_PENALTY: 10000000000000000000,
74
73
  SLASH_GRACE_PERIOD_L2_SLOTS: 0,
74
+ ENABLE_VERSION_CHECK: true,
75
75
  } as const;
76
76
 
77
77
  export const testnetConfig = {
@@ -83,25 +83,21 @@ export const testnetConfig = {
83
83
  AZTEC_EXIT_DELAY_SECONDS: 172800,
84
84
  AZTEC_INBOX_LAG: 1,
85
85
  AZTEC_PROOF_SUBMISSION_EPOCHS: 1,
86
- AZTEC_PROVING_COST_PER_MANA: 100,
87
86
  AZTEC_INITIAL_ETH_PER_FEE_ASSET: 10000000,
88
- AZTEC_SLASHER_FLAVOR: 'tally',
87
+ AZTEC_SLASHER_ENABLED: true,
89
88
  AZTEC_SLASHING_ROUND_SIZE_IN_EPOCHS: 4,
90
89
  AZTEC_SLASHING_LIFETIME_IN_ROUNDS: 5,
91
90
  AZTEC_SLASHING_OFFSET_IN_ROUNDS: 2,
92
91
  AZTEC_SLASHING_DISABLE_DURATION: 432000,
93
- AZTEC_SLASH_AMOUNT_SMALL: 10000000000000000000,
94
- AZTEC_SLASH_AMOUNT_MEDIUM: 20000000000000000000,
95
- AZTEC_SLASH_AMOUNT_LARGE: 50000000000000000000,
96
- SLASH_MIN_PENALTY_PERCENTAGE: 0.5,
97
- SLASH_MAX_PENALTY_PERCENTAGE: 2,
98
92
  SLASH_OFFENSE_EXPIRATION_ROUNDS: 4,
99
- SLASH_MAX_PAYLOAD_SIZE: 50,
93
+ SLASH_MAX_PAYLOAD_SIZE: 80,
100
94
  SLASH_EXECUTE_ROUNDS_LOOK_BACK: 4,
101
95
  P2P_ENABLED: true,
102
96
  BOOTSTRAP_NODES: '',
103
- SEQ_MIN_TX_PER_BLOCK: 0,
97
+ SEQ_MIN_TX_PER_BLOCK: 1,
104
98
  SEQ_BUILD_CHECKPOINT_IF_EMPTY: true,
99
+ SEQ_BLOCK_DURATION_MS: 6000,
100
+ SEQ_L1_PUBLISHING_TIME_ALLOWANCE_IN_SLOT: 36,
105
101
  DATA_STORE_MAP_SIZE_KB: 134217728,
106
102
  ARCHIVER_STORE_MAP_SIZE_KB: 1073741824,
107
103
  NOTE_HASH_TREE_MAP_SIZE_KB: 1073741824,
@@ -118,13 +114,18 @@ export const testnetConfig = {
118
114
  AZTEC_SLASHING_QUORUM: 33,
119
115
  AZTEC_GOVERNANCE_PROPOSER_ROUND_SIZE: 100,
120
116
  AZTEC_GOVERNANCE_PROPOSER_QUORUM: 60,
121
- AZTEC_MANA_TARGET: 150000000,
117
+ AZTEC_MANA_TARGET: 75000000,
118
+ AZTEC_PROVING_COST_PER_MANA: 25000000,
119
+ AZTEC_SLASH_AMOUNT_SMALL: 1E+23,
120
+ AZTEC_SLASH_AMOUNT_MEDIUM: 1E+23,
121
+ AZTEC_SLASH_AMOUNT_LARGE: 1E+23,
122
122
  L1_CHAIN_ID: 11155111,
123
123
  TEST_ACCOUNTS: false,
124
- SPONSORED_FPC: true,
124
+ SPONSORED_FPC: false,
125
125
  TRANSACTIONS_DISABLED: false,
126
- SEQ_MAX_TX_PER_BLOCK: 8,
126
+ SEQ_MAX_TX_PER_CHECKPOINT: 72,
127
127
  PROVER_REAL_PROOFS: true,
128
+ P2P_MAX_PENDING_TX_COUNT: 1000,
128
129
  P2P_TX_POOL_DELETE_TXS_AFTER_REORG: true,
129
130
  SLASH_PRUNE_PENALTY: 10000000000000000000,
130
131
  SLASH_DATA_WITHHOLDING_PENALTY: 10000000000000000000,
@@ -133,32 +134,35 @@ export const testnetConfig = {
133
134
  SLASH_INACTIVITY_PENALTY: 10000000000000000000,
134
135
  SLASH_PROPOSE_INVALID_ATTESTATIONS_PENALTY: 10000000000000000000,
135
136
  SLASH_DUPLICATE_PROPOSAL_PENALTY: 10000000000000000000,
137
+ SLASH_DUPLICATE_ATTESTATION_PENALTY: 10000000000000000000,
136
138
  SLASH_ATTEST_DESCENDANT_OF_INVALID_PENALTY: 10000000000000000000,
137
139
  SLASH_UNKNOWN_PENALTY: 10000000000000000000,
138
140
  SLASH_INVALID_BLOCK_PENALTY: 10000000000000000000,
139
141
  SLASH_GRACE_PERIOD_L2_SLOTS: 64,
142
+ ENABLE_VERSION_CHECK: true,
140
143
  } as const;
141
144
 
142
145
  export const mainnetConfig = {
143
146
  ETHEREUM_SLOT_DURATION: 12,
144
147
  AZTEC_EPOCH_DURATION: 32,
148
+ AZTEC_TARGET_COMMITTEE_SIZE: 48,
145
149
  AZTEC_LAG_IN_EPOCHS_FOR_VALIDATOR_SET: 2,
146
150
  AZTEC_LAG_IN_EPOCHS_FOR_RANDAO: 2,
147
151
  AZTEC_INBOX_LAG: 1,
148
152
  AZTEC_PROOF_SUBMISSION_EPOCHS: 1,
149
153
  AZTEC_INITIAL_ETH_PER_FEE_ASSET: 10000000,
150
- AZTEC_SLASHER_FLAVOR: 'tally',
154
+ AZTEC_SLASHER_ENABLED: true,
151
155
  AZTEC_SLASHING_ROUND_SIZE_IN_EPOCHS: 4,
152
156
  AZTEC_SLASHING_OFFSET_IN_ROUNDS: 2,
153
- SLASH_MIN_PENALTY_PERCENTAGE: 0.5,
154
- SLASH_MAX_PENALTY_PERCENTAGE: 2,
155
157
  SLASH_OFFENSE_EXPIRATION_ROUNDS: 4,
156
- SLASH_MAX_PAYLOAD_SIZE: 50,
158
+ SLASH_MAX_PAYLOAD_SIZE: 80,
157
159
  SLASH_EXECUTE_ROUNDS_LOOK_BACK: 4,
158
160
  P2P_ENABLED: true,
159
161
  BOOTSTRAP_NODES: '',
160
- SEQ_MIN_TX_PER_BLOCK: 0,
162
+ SEQ_MIN_TX_PER_BLOCK: 1,
161
163
  SEQ_BUILD_CHECKPOINT_IF_EMPTY: true,
164
+ SEQ_BLOCK_DURATION_MS: 6000,
165
+ SEQ_L1_PUBLISHING_TIME_ALLOWANCE_IN_SLOT: 36,
162
166
  DATA_STORE_MAP_SIZE_KB: 134217728,
163
167
  ARCHIVER_STORE_MAP_SIZE_KB: 1073741824,
164
168
  NOTE_HASH_TREE_MAP_SIZE_KB: 1073741824,
@@ -167,10 +171,9 @@ export const mainnetConfig = {
167
171
  PUBLIC_OTEL_INCLUDE_METRICS: 'aztec.validator,aztec.tx_collector,aztec.mempool,aztec.p2p.gossip.agg_,aztec.ivc_verifier.agg_',
168
172
  SENTINEL_ENABLED: true,
169
173
  AZTEC_SLOT_DURATION: 72,
170
- AZTEC_TARGET_COMMITTEE_SIZE: 24,
171
174
  AZTEC_ACTIVATION_THRESHOLD: 2E+23,
172
175
  AZTEC_EJECTION_THRESHOLD: 1E+23,
173
- AZTEC_LOCAL_EJECTION_THRESHOLD: 1.96E+23,
176
+ AZTEC_LOCAL_EJECTION_THRESHOLD: 1.9E+23,
174
177
  AZTEC_SLASH_AMOUNT_SMALL: 2E+21,
175
178
  AZTEC_SLASH_AMOUNT_MEDIUM: 2E+21,
176
179
  AZTEC_SLASH_AMOUNT_LARGE: 2E+21,
@@ -180,24 +183,27 @@ export const mainnetConfig = {
180
183
  AZTEC_SLASHING_QUORUM: 65,
181
184
  AZTEC_GOVERNANCE_PROPOSER_QUORUM: 600,
182
185
  AZTEC_GOVERNANCE_PROPOSER_ROUND_SIZE: 1000,
183
- AZTEC_MANA_TARGET: 0,
184
- AZTEC_PROVING_COST_PER_MANA: 0,
186
+ AZTEC_MANA_TARGET: 75000000,
187
+ AZTEC_PROVING_COST_PER_MANA: 25000000,
185
188
  AZTEC_EXIT_DELAY_SECONDS: 345600,
186
189
  AZTEC_SLASHING_DISABLE_DURATION: 259200,
190
+ AZTEC_ENTRY_QUEUE_BOOTSTRAP_VALIDATOR_SET_SIZE: 500,
191
+ AZTEC_ENTRY_QUEUE_BOOTSTRAP_FLUSH_SIZE: 500,
192
+ AZTEC_ENTRY_QUEUE_FLUSH_SIZE_MIN: 1,
193
+ AZTEC_ENTRY_QUEUE_FLUSH_SIZE_QUOTIENT: 400,
194
+ AZTEC_ENTRY_QUEUE_MAX_FLUSH_SIZE: 4,
187
195
  L1_CHAIN_ID: 1,
188
196
  TEST_ACCOUNTS: false,
189
197
  SPONSORED_FPC: false,
190
- TRANSACTIONS_DISABLED: true,
191
- SEQ_MAX_TX_PER_BLOCK: 0,
198
+ TRANSACTIONS_DISABLED: false,
199
+ SEQ_MAX_TX_PER_CHECKPOINT: 72,
192
200
  PROVER_REAL_PROOFS: true,
193
- SYNC_SNAPSHOTS_URLS: 'https://aztec-labs-snapshots.com/mainnet/',
194
201
  BLOB_ALLOW_EMPTY_SOURCES: true,
195
- P2P_MAX_PENDING_TX_COUNT: 0,
202
+ P2P_MAX_PENDING_TX_COUNT: 1000,
196
203
  P2P_TX_POOL_DELETE_TXS_AFTER_REORG: true,
197
- AUTO_UPDATE: 'notify',
198
- AUTO_UPDATE_URL: 'https://storage.googleapis.com/aztec-mainnet/auto-update/mainnet.json',
199
- PUBLIC_OTEL_EXPORTER_OTLP_METRICS_ENDPOINT: 'https://telemetry.alpha-testnet.aztec-labs.com/v1/metrics',
200
- PUBLIC_OTEL_COLLECT_FROM: 'sequencer',
204
+ PUBLIC_OTEL_EXPORTER_OTLP_METRICS_ENDPOINT: '',
205
+ PUBLIC_OTEL_COLLECT_FROM: '',
206
+ ENABLE_VERSION_CHECK: false,
201
207
  SLASH_PRUNE_PENALTY: 0,
202
208
  SLASH_DATA_WITHHOLDING_PENALTY: 0,
203
209
  SLASH_INACTIVITY_TARGET_PERCENTAGE: 0.8,
@@ -205,6 +211,7 @@ export const mainnetConfig = {
205
211
  SLASH_INACTIVITY_PENALTY: 2E+21,
206
212
  SLASH_PROPOSE_INVALID_ATTESTATIONS_PENALTY: 2E+21,
207
213
  SLASH_DUPLICATE_PROPOSAL_PENALTY: 2E+21,
214
+ SLASH_DUPLICATE_ATTESTATION_PENALTY: 2E+21,
208
215
  SLASH_ATTEST_DESCENDANT_OF_INVALID_PENALTY: 2E+21,
209
216
  SLASH_UNKNOWN_PENALTY: 2E+21,
210
217
  SLASH_INVALID_BLOCK_PENALTY: 2E+21,
@@ -9,7 +9,6 @@ import { enrichEthAddressVar, enrichVar } from './enrich_env.js';
9
9
  const DEFAULT_CONFIG_URL =
10
10
  'https://raw.githubusercontent.com/AztecProtocol/networks/refs/heads/main/network_config.json';
11
11
  const FALLBACK_CONFIG_URL = 'https://metadata.aztec.network/network_config.json';
12
- const NETWORK_CONFIG_CACHE_DURATION_MS = 60 * 60 * 1000; // 1 hour
13
12
 
14
13
  /**
15
14
  * Fetches remote network configuration from GitHub with caching support.
@@ -87,7 +86,6 @@ async function fetchNetworkConfigFromUrl(
87
86
 
88
87
  if (url.protocol === 'http:' || url.protocol === 'https:') {
89
88
  rawConfig = await cachedFetch(url.href, {
90
- cacheDurationMs: NETWORK_CONFIG_CACHE_DURATION_MS,
91
89
  cacheFile: cacheDir ? join(cacheDir, networkName, 'network_config.json') : undefined,
92
90
  });
93
91
  } else if (url.protocol === 'file:') {
@@ -141,7 +139,13 @@ export async function enrichEnvironmentWithNetworkConfig(networkName: NetworkNam
141
139
  if (networkConfig.blobFileStoreUrls?.length) {
142
140
  enrichVar('BLOB_FILE_STORE_URLS', networkConfig.blobFileStoreUrls.join(','));
143
141
  }
142
+ if (networkConfig.txCollectionFileStoreUrls?.length) {
143
+ enrichVar('TX_COLLECTION_FILE_STORE_URLS', networkConfig.txCollectionFileStoreUrls.join(','));
144
+ }
144
145
  if (networkConfig.blockDurationMs !== undefined) {
145
146
  enrichVar('SEQ_BLOCK_DURATION_MS', String(networkConfig.blockDurationMs));
146
147
  }
148
+ if (networkConfig.txPublicSetupAllowListExtend) {
149
+ enrichVar('TX_PUBLIC_SETUP_ALLOWLIST', networkConfig.txPublicSetupAllowListExtend);
150
+ }
147
151
  }