@aztec/ethereum 0.0.1-commit.a072138 → 0.0.1-commit.a4600f49

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 (176) hide show
  1. package/dest/client.d.ts +25 -3
  2. package/dest/client.d.ts.map +1 -1
  3. package/dest/client.js +60 -8
  4. package/dest/config.d.ts +29 -8
  5. package/dest/config.d.ts.map +1 -1
  6. package/dest/config.js +69 -14
  7. package/dest/contracts/chain_state_override.d.ts +78 -0
  8. package/dest/contracts/chain_state_override.d.ts.map +1 -0
  9. package/dest/contracts/chain_state_override.js +137 -0
  10. package/dest/contracts/fee_asset_price_oracle.d.ts +105 -0
  11. package/dest/contracts/fee_asset_price_oracle.d.ts.map +1 -0
  12. package/dest/contracts/fee_asset_price_oracle.js +656 -0
  13. package/dest/contracts/governance.d.ts +108 -33
  14. package/dest/contracts/governance.d.ts.map +1 -1
  15. package/dest/contracts/governance.js +196 -15
  16. package/dest/contracts/governance_proposer.d.ts +33 -1
  17. package/dest/contracts/governance_proposer.d.ts.map +1 -1
  18. package/dest/contracts/governance_proposer.js +53 -2
  19. package/dest/contracts/gse.d.ts +4 -2
  20. package/dest/contracts/gse.d.ts.map +1 -1
  21. package/dest/contracts/gse.js +2 -2
  22. package/dest/contracts/inbox.d.ts +3 -3
  23. package/dest/contracts/inbox.d.ts.map +1 -1
  24. package/dest/contracts/inbox.js +12 -7
  25. package/dest/contracts/index.d.ts +4 -3
  26. package/dest/contracts/index.d.ts.map +1 -1
  27. package/dest/contracts/index.js +3 -2
  28. package/dest/contracts/multicall.d.ts +130 -13
  29. package/dest/contracts/multicall.d.ts.map +1 -1
  30. package/dest/contracts/multicall.js +203 -94
  31. package/dest/contracts/outbox.d.ts +27 -4
  32. package/dest/contracts/outbox.d.ts.map +1 -1
  33. package/dest/contracts/outbox.js +34 -7
  34. package/dest/contracts/registry.d.ts +3 -1
  35. package/dest/contracts/registry.d.ts.map +1 -1
  36. package/dest/contracts/registry.js +30 -1
  37. package/dest/contracts/rollup.d.ts +5420 -31
  38. package/dest/contracts/rollup.d.ts.map +1 -1
  39. package/dest/contracts/rollup.js +402 -75
  40. package/dest/contracts/{tally_slashing_proposer.d.ts → slashing_proposer.d.ts} +3 -4
  41. package/dest/contracts/slashing_proposer.d.ts.map +1 -0
  42. package/dest/contracts/{tally_slashing_proposer.js → slashing_proposer.js} +13 -15
  43. package/dest/deploy_aztec_l1_contracts.d.ts +19 -12
  44. package/dest/deploy_aztec_l1_contracts.d.ts.map +1 -1
  45. package/dest/deploy_aztec_l1_contracts.js +54 -35
  46. package/dest/deploy_l1_contract.js +3 -3
  47. package/dest/l1_artifacts.d.ts +15524 -15847
  48. package/dest/l1_artifacts.d.ts.map +1 -1
  49. package/dest/l1_artifacts.js +9 -24
  50. package/dest/l1_contract_addresses.d.ts +61 -65
  51. package/dest/l1_contract_addresses.d.ts.map +1 -1
  52. package/dest/l1_contract_addresses.js +101 -82
  53. package/dest/l1_reader.d.ts +5 -5
  54. package/dest/l1_reader.d.ts.map +1 -1
  55. package/dest/l1_reader.js +9 -7
  56. package/dest/l1_tx_utils/config.d.ts +7 -1
  57. package/dest/l1_tx_utils/config.d.ts.map +1 -1
  58. package/dest/l1_tx_utils/config.js +17 -4
  59. package/dest/l1_tx_utils/factory.d.ts +18 -10
  60. package/dest/l1_tx_utils/factory.d.ts.map +1 -1
  61. package/dest/l1_tx_utils/factory.js +17 -7
  62. package/dest/l1_tx_utils/fee-strategies/p75_competitive.js +1 -1
  63. package/dest/l1_tx_utils/fee-strategies/p75_competitive_blob_txs_only.js +1 -1
  64. package/dest/l1_tx_utils/forwarder_l1_tx_utils.d.ts +15 -15
  65. package/dest/l1_tx_utils/forwarder_l1_tx_utils.d.ts.map +1 -1
  66. package/dest/l1_tx_utils/forwarder_l1_tx_utils.js +9 -15
  67. package/dest/l1_tx_utils/index-blobs.d.ts +3 -3
  68. package/dest/l1_tx_utils/index-blobs.d.ts.map +1 -1
  69. package/dest/l1_tx_utils/index-blobs.js +2 -2
  70. package/dest/l1_tx_utils/index.d.ts +2 -1
  71. package/dest/l1_tx_utils/index.d.ts.map +1 -1
  72. package/dest/l1_tx_utils/index.js +1 -0
  73. package/dest/l1_tx_utils/l1_fee_analyzer.d.ts +23 -4
  74. package/dest/l1_tx_utils/l1_fee_analyzer.d.ts.map +1 -1
  75. package/dest/l1_tx_utils/l1_fee_analyzer.js +65 -3
  76. package/dest/l1_tx_utils/l1_tx_utils.d.ts +26 -7
  77. package/dest/l1_tx_utils/l1_tx_utils.d.ts.map +1 -1
  78. package/dest/l1_tx_utils/l1_tx_utils.js +179 -82
  79. package/dest/l1_tx_utils/readonly_l1_tx_utils.d.ts +1 -1
  80. package/dest/l1_tx_utils/readonly_l1_tx_utils.d.ts.map +1 -1
  81. package/dest/l1_tx_utils/readonly_l1_tx_utils.js +10 -5
  82. package/dest/l1_tx_utils/tx_delayer.d.ts +58 -0
  83. package/dest/l1_tx_utils/tx_delayer.d.ts.map +1 -0
  84. package/dest/{test → l1_tx_utils}/tx_delayer.js +67 -37
  85. package/dest/l1_tx_utils/types.d.ts +27 -1
  86. package/dest/l1_tx_utils/types.d.ts.map +1 -1
  87. package/dest/l1_tx_utils/types.js +10 -0
  88. package/dest/publisher_manager.d.ts +34 -8
  89. package/dest/publisher_manager.d.ts.map +1 -1
  90. package/dest/publisher_manager.js +119 -8
  91. package/dest/queries.d.ts +13 -2
  92. package/dest/queries.d.ts.map +1 -1
  93. package/dest/queries.js +69 -4
  94. package/dest/test/blob_kzg_warmup.d.ts +19 -0
  95. package/dest/test/blob_kzg_warmup.d.ts.map +1 -0
  96. package/dest/test/blob_kzg_warmup.js +64 -0
  97. package/dest/test/chain_monitor.d.ts +55 -4
  98. package/dest/test/chain_monitor.d.ts.map +1 -1
  99. package/dest/test/chain_monitor.js +104 -3
  100. package/dest/test/eth_cheat_codes.d.ts +37 -6
  101. package/dest/test/eth_cheat_codes.d.ts.map +1 -1
  102. package/dest/test/eth_cheat_codes.js +89 -41
  103. package/dest/test/index.d.ts +2 -3
  104. package/dest/test/index.d.ts.map +1 -1
  105. package/dest/test/index.js +1 -2
  106. package/dest/test/rollup_cheat_codes.d.ts +60 -3
  107. package/dest/test/rollup_cheat_codes.d.ts.map +1 -1
  108. package/dest/test/rollup_cheat_codes.js +86 -7
  109. package/dest/test/start_anvil.d.ts +23 -3
  110. package/dest/test/start_anvil.d.ts.map +1 -1
  111. package/dest/test/start_anvil.js +143 -29
  112. package/dest/test/upgrade_utils.js +2 -2
  113. package/dest/utils.d.ts +9 -2
  114. package/dest/utils.d.ts.map +1 -1
  115. package/dest/utils.js +48 -16
  116. package/package.json +6 -9
  117. package/src/client.ts +66 -2
  118. package/src/config.ts +97 -18
  119. package/src/contracts/chain_state_override.ts +200 -0
  120. package/src/contracts/fee_asset_price_oracle.ts +285 -0
  121. package/src/contracts/governance.ts +269 -12
  122. package/src/contracts/governance_proposer.ts +54 -1
  123. package/src/contracts/gse.ts +7 -2
  124. package/src/contracts/inbox.ts +13 -5
  125. package/src/contracts/index.ts +3 -2
  126. package/src/contracts/multicall.ts +247 -106
  127. package/src/contracts/outbox.ts +42 -8
  128. package/src/contracts/registry.ts +31 -1
  129. package/src/contracts/rollup.ts +453 -78
  130. package/src/contracts/{tally_slashing_proposer.ts → slashing_proposer.ts} +14 -16
  131. package/src/deploy_aztec_l1_contracts.ts +76 -43
  132. package/src/deploy_l1_contract.ts +3 -3
  133. package/src/l1_artifacts.ts +12 -35
  134. package/src/l1_contract_addresses.ts +120 -94
  135. package/src/l1_reader.ts +17 -10
  136. package/src/l1_tx_utils/config.ts +23 -3
  137. package/src/l1_tx_utils/factory.ts +31 -31
  138. package/src/l1_tx_utils/fee-strategies/p75_competitive.ts +1 -1
  139. package/src/l1_tx_utils/fee-strategies/p75_competitive_blob_txs_only.ts +1 -1
  140. package/src/l1_tx_utils/forwarder_l1_tx_utils.ts +43 -54
  141. package/src/l1_tx_utils/index-blobs.ts +2 -2
  142. package/src/l1_tx_utils/index.ts +1 -0
  143. package/src/l1_tx_utils/l1_fee_analyzer.ts +75 -3
  144. package/src/l1_tx_utils/l1_tx_utils.ts +164 -62
  145. package/src/l1_tx_utils/readonly_l1_tx_utils.ts +10 -5
  146. package/src/{test → l1_tx_utils}/tx_delayer.ts +93 -56
  147. package/src/l1_tx_utils/types.ts +32 -0
  148. package/src/publisher_manager.ts +143 -12
  149. package/src/queries.ts +76 -4
  150. package/src/test/blob_kzg_warmup.ts +65 -0
  151. package/src/test/chain_monitor.ts +148 -3
  152. package/src/test/eth_cheat_codes.ts +82 -45
  153. package/src/test/index.ts +1 -2
  154. package/src/test/rollup_cheat_codes.ts +115 -6
  155. package/src/test/start_anvil.ts +177 -29
  156. package/src/test/upgrade_utils.ts +2 -2
  157. package/src/utils.ts +45 -18
  158. package/dest/contracts/empire_slashing_proposer.d.ts +0 -67
  159. package/dest/contracts/empire_slashing_proposer.d.ts.map +0 -1
  160. package/dest/contracts/empire_slashing_proposer.js +0 -207
  161. package/dest/contracts/tally_slashing_proposer.d.ts.map +0 -1
  162. package/dest/generated/l1-contracts-defaults.d.ts +0 -30
  163. package/dest/generated/l1-contracts-defaults.d.ts.map +0 -1
  164. package/dest/generated/l1-contracts-defaults.js +0 -30
  165. package/dest/l1_tx_utils/l1_tx_utils_with_blobs.d.ts +0 -26
  166. package/dest/l1_tx_utils/l1_tx_utils_with_blobs.d.ts.map +0 -1
  167. package/dest/l1_tx_utils/l1_tx_utils_with_blobs.js +0 -26
  168. package/dest/test/delayed_tx_utils.d.ts +0 -13
  169. package/dest/test/delayed_tx_utils.d.ts.map +0 -1
  170. package/dest/test/delayed_tx_utils.js +0 -28
  171. package/dest/test/tx_delayer.d.ts +0 -36
  172. package/dest/test/tx_delayer.d.ts.map +0 -1
  173. package/src/contracts/empire_slashing_proposer.ts +0 -259
  174. package/src/generated/l1-contracts-defaults.ts +0 -32
  175. package/src/l1_tx_utils/l1_tx_utils_with_blobs.ts +0 -77
  176. package/src/test/delayed_tx_utils.ts +0 -52
@@ -7,7 +7,7 @@ import { EthAddress } from '@aztec/foundation/eth-address';
7
7
  import { Signature } from '@aztec/foundation/eth-signature';
8
8
  import { hexToBuffer } from '@aztec/foundation/string';
9
9
  import { SlasherAbi } from '@aztec/l1-artifacts/SlasherAbi';
10
- import { TallySlashingProposerAbi } from '@aztec/l1-artifacts/TallySlashingProposerAbi';
10
+ import { SlashingProposerAbi } from '@aztec/l1-artifacts/SlashingProposerAbi';
11
11
 
12
12
  import {
13
13
  type GetContractReturnType,
@@ -19,13 +19,11 @@ import {
19
19
  } from 'viem';
20
20
 
21
21
  /**
22
- * Wrapper around the TallySlashingProposer contract that provides
22
+ * Wrapper around the SlashingProposer contract that provides
23
23
  * a TypeScript interface for interacting with the consensus-based slashing system.
24
24
  */
25
- export class TallySlashingProposerContract {
26
- private readonly contract: GetContractReturnType<typeof TallySlashingProposerAbi, ViemClient>;
27
-
28
- public readonly type = 'tally' as const;
25
+ export class SlashingProposerContract {
26
+ private readonly contract: GetContractReturnType<typeof SlashingProposerAbi, ViemClient>;
29
27
 
30
28
  constructor(
31
29
  public readonly client: ViemClient,
@@ -33,7 +31,7 @@ export class TallySlashingProposerContract {
33
31
  ) {
34
32
  this.contract = getContract({
35
33
  address: typeof address === 'string' ? address : address.toString(),
36
- abi: TallySlashingProposerAbi,
34
+ abi: SlashingProposerAbi,
37
35
  client,
38
36
  });
39
37
  }
@@ -136,12 +134,12 @@ export class TallySlashingProposerContract {
136
134
 
137
135
  /** Tries to extract a VoteCast event from the given logs. */
138
136
  public tryExtractVoteCastEvent(logs: Log[]) {
139
- return tryExtractEvent(logs, this.address.toString(), TallySlashingProposerAbi, 'VoteCast');
137
+ return tryExtractEvent(logs, this.address.toString(), SlashingProposerAbi, 'VoteCast');
140
138
  }
141
139
 
142
140
  /** Tries to extract a RoundExecuted event from the given logs. */
143
141
  public tryExtractRoundExecutedEvent(logs: Log[]) {
144
- return tryExtractEvent(logs, this.address.toString(), TallySlashingProposerAbi, 'RoundExecuted');
142
+ return tryExtractEvent(logs, this.address.toString(), SlashingProposerAbi, 'RoundExecuted');
145
143
  }
146
144
 
147
145
  /**
@@ -161,9 +159,9 @@ export class TallySlashingProposerContract {
161
159
 
162
160
  return {
163
161
  to: this.contract.address,
164
- abi: TallySlashingProposerAbi,
162
+ abi: SlashingProposerAbi,
165
163
  data: encodeFunctionData({
166
- abi: TallySlashingProposerAbi,
164
+ abi: SlashingProposerAbi,
167
165
  functionName: 'vote',
168
166
  args: [votes, signature.toViemSignature()],
169
167
  }),
@@ -173,7 +171,7 @@ export class TallySlashingProposerContract {
173
171
  /** Returns the typed data definition to EIP712-sign for voting */
174
172
  public buildVoteTypedData(votes: Hex, slot: SlotNumber): TypedDataDefinition {
175
173
  const domain = {
176
- name: 'TallySlashingProposer',
174
+ name: 'SlashingProposer',
177
175
  version: '1',
178
176
  chainId: this.client.chain.id,
179
177
  verifyingContract: this.contract.address,
@@ -209,9 +207,9 @@ export class TallySlashingProposerContract {
209
207
  public buildVoteRequestWithSignature(votes: Hex, signature: { v: number; r: Hex; s: Hex }): L1TxRequest {
210
208
  return {
211
209
  to: this.contract.address,
212
- abi: TallySlashingProposerAbi,
210
+ abi: SlashingProposerAbi,
213
211
  data: encodeFunctionData({
214
- abi: TallySlashingProposerAbi,
212
+ abi: SlashingProposerAbi,
215
213
  functionName: 'vote',
216
214
  args: [votes, signature],
217
215
  }),
@@ -227,9 +225,9 @@ export class TallySlashingProposerContract {
227
225
  public buildExecuteRoundRequest(round: bigint, committees: EthAddress[][]): L1TxRequest {
228
226
  return {
229
227
  to: this.contract.address,
230
- abi: mergeAbis([TallySlashingProposerAbi, SlasherAbi]),
228
+ abi: mergeAbis([SlashingProposerAbi, SlasherAbi]),
231
229
  data: encodeFunctionData({
232
- abi: TallySlashingProposerAbi,
230
+ abi: SlashingProposerAbi,
233
231
  functionName: 'executeRound',
234
232
  args: [round, committees.map(c => c.map(addr => addr.toString()))],
235
233
  }),
@@ -5,35 +5,36 @@ import { jsonStringify } from '@aztec/foundation/json-rpc';
5
5
  import { createLogger } from '@aztec/foundation/log';
6
6
  import { promiseWithResolvers } from '@aztec/foundation/promise';
7
7
  import type { Fr } from '@aztec/foundation/schemas';
8
- import { fileURLToPath } from '@aztec/foundation/url';
9
8
 
10
9
  import { bn254 } from '@noble/curves/bn254';
11
10
  import type { Abi, Narrow } from 'abitype';
12
11
  import { spawn } from 'child_process';
13
12
  import { cpSync, existsSync, mkdirSync, mkdtempSync, readFileSync, rmSync, writeFileSync } from 'fs';
13
+ import { createRequire } from 'node:module';
14
14
  import { tmpdir } from 'os';
15
15
  import { dirname, join, resolve } from 'path';
16
16
  import readline from 'readline';
17
17
  import type { Hex } from 'viem';
18
- import { foundry, mainnet, sepolia } from 'viem/chains';
18
+ import { mainnet, sepolia } from 'viem/chains';
19
19
 
20
20
  import { createEthereumChain, isAnvilTestChain } from './chain.js';
21
21
  import { createExtendedL1Client } from './client.js';
22
- import type { L1ContractsConfig } from './config.js';
22
+ import { type L1ContractsConfig, assertValidSlotDurations } from './config.js';
23
23
  import { deployMulticall3 } from './contracts/multicall.js';
24
24
  import { RollupContract } from './contracts/rollup.js';
25
25
  import type { L1ContractAddresses } from './l1_contract_addresses.js';
26
- import type { L1TxUtilsConfig } from './l1_tx_utils/config.js';
27
26
  import type { ExtendedViemWalletClient } from './types.js';
28
27
 
29
28
  const logger = createLogger('ethereum:deploy_aztec_l1_contracts');
30
29
 
30
+ const require = createRequire(import.meta.url);
31
+
31
32
  const JSON_DEPLOY_RESULT_PREFIX = 'JSON DEPLOY RESULT:';
32
33
 
33
34
  /**
34
- * Runs a process with the given command, arguments, and environment.
35
- * If the process outputs a line starting with JSON_DEPLOY_RESULT_PREFIX,
36
- * the JSON is parsed and returned.
35
+ * Runs a process and parses JSON deploy results from stdout.
36
+ * Lines starting with JSON_DEPLOY_RESULT_PREFIX are parsed and returned.
37
+ * All other stdout goes to logger.info, stderr goes to logger.warn.
37
38
  */
38
39
  function runProcess<T>(
39
40
  command: string,
@@ -49,26 +50,41 @@ function runProcess<T>(
49
50
  });
50
51
 
51
52
  let result: T | undefined;
53
+ let parseError: Error | undefined;
54
+ let settled = false;
52
55
 
53
56
  readline.createInterface({ input: proc.stdout }).on('line', line => {
54
57
  const trimmedLine = line.trim();
55
58
  if (trimmedLine.startsWith(JSON_DEPLOY_RESULT_PREFIX)) {
56
59
  const jsonStr = trimmedLine.slice(JSON_DEPLOY_RESULT_PREFIX.length).trim();
57
- // TODO(AD): should this be a zod parse?
58
- result = JSON.parse(jsonStr);
60
+ try {
61
+ result = JSON.parse(jsonStr);
62
+ } catch {
63
+ parseError = new Error(`Failed to parse deploy result JSON: ${jsonStr.slice(0, 200)}`);
64
+ }
59
65
  } else {
60
66
  logger.info(line);
61
67
  }
62
68
  });
63
- readline.createInterface({ input: proc.stderr }).on('line', logger.error.bind(logger));
69
+ readline.createInterface({ input: proc.stderr }).on('line', logger.warn.bind(logger));
64
70
 
65
71
  proc.on('error', error => {
72
+ if (settled) {
73
+ return;
74
+ }
75
+ settled = true;
66
76
  reject(new Error(`Failed to spawn ${command}: ${error.message}`));
67
77
  });
68
78
 
69
79
  proc.on('close', code => {
80
+ if (settled) {
81
+ return;
82
+ }
83
+ settled = true;
70
84
  if (code !== 0) {
71
- reject(new Error(`${command} exited with code ${code}. See logs for details.\n`));
85
+ reject(new Error(`${command} exited with code ${code}`));
86
+ } else if (parseError) {
87
+ reject(parseError);
72
88
  } else {
73
89
  resolve(result);
74
90
  }
@@ -109,15 +125,13 @@ export interface ValidatorJson {
109
125
  }
110
126
 
111
127
  /**
112
- * Gets the path to the l1-contracts foundry artifacts directory.
113
- * These are copied from l1-contracts to yarn-project/l1-artifacts/l1-contracts
114
- * during build to make yarn-project self-contained.
128
+ * Gets the path to the l1-contracts foundry artifacts directory bundled inside @aztec/l1-artifacts.
129
+ * Resolved through the package (its "." export -> dest/index.js) so it works whether the package is
130
+ * linked via portal (monorepo) or installed under node_modules (published npm) — resolution follows
131
+ * the symlink in the portal case. The bundled foundry subtree sits alongside dest/, at <pkg>/l1-contracts.
115
132
  */
116
133
  export function getL1ContractsPath(): string {
117
- const currentDir = dirname(fileURLToPath(import.meta.url));
118
- // Go up from yarn-project/ethereum/dest to yarn-project, then to l1-artifacts/l1-contracts
119
- const l1ContractsPath = resolve(currentDir, '..', '..', 'l1-artifacts', 'l1-contracts');
120
- return l1ContractsPath;
134
+ return resolve(dirname(require.resolve('@aztec/l1-artifacts')), '..', 'l1-contracts');
121
135
  }
122
136
 
123
137
  // Cached deployment directory
@@ -168,6 +182,9 @@ export function prepareL1ContractsForDeployment(): string {
168
182
  const foundryTomlPath = join(basePath, 'foundry.toml');
169
183
  let foundryToml = readFileSync(foundryTomlPath, 'utf-8');
170
184
  const solcPathMatch = foundryToml.match(/solc\s*=\s*"\.\/solc-([^"]+)"/);
185
+ // Did we find a hardcoded solc path that we need to make absolute?
186
+ // This code path happens in CI currently as we bundle solc there to avoid race conditions when
187
+ // downloading solc.
171
188
  if (solcPathMatch) {
172
189
  const solcVersion = solcPathMatch[1];
173
190
  const absoluteSolcPath = join(basePath, `solc-${solcVersion}`);
@@ -213,7 +230,6 @@ export function computeValidatorData(operator: Operator): ValidatorJson {
213
230
  export interface RollupUpgradeAddresses {
214
231
  rollupAddress: string;
215
232
  verifierAddress: string;
216
- slashFactoryAddress: string;
217
233
  inboxAddress: string;
218
234
  outboxAddress: string;
219
235
  feeJuicePortalAddress: string;
@@ -226,7 +242,6 @@ export interface RollupUpgradeAddresses {
226
242
  export interface ForgeRollupUpgradeResult {
227
243
  rollupAddress: Hex;
228
244
  verifierAddress: Hex;
229
- slashFactoryAddress: Hex;
230
245
  inboxAddress: Hex;
231
246
  outboxAddress: Hex;
232
247
  feeJuicePortalAddress: Hex;
@@ -267,6 +282,7 @@ export async function deployAztecL1Contracts(
267
282
  args: DeployAztecL1ContractsArgs,
268
283
  ): Promise<DeployAztecL1ContractsReturnType> {
269
284
  logger.info(`Deploying L1 contracts with config: ${jsonStringify(args)}`);
285
+ assertValidSlotDurations(args);
270
286
  if (args.initialValidators && args.initialValidators.length > 0 && args.existingTokenAddress) {
271
287
  throw new Error(
272
288
  'Cannot deploy with both initialValidators and existingTokenAddress. ' +
@@ -318,11 +334,8 @@ export async function deployAztecL1Contracts(
318
334
  );
319
335
  }
320
336
 
321
- // From heuristic testing. More caused issues with anvil.
322
- const MAGIC_ANVIL_BATCH_SIZE = 8;
323
- // Anvil seems to stall with unbounded batch size. Otherwise no max batch size is desirable.
337
+ const scriptPath = join(getL1ContractsPath(), 'scripts', 'forge_broadcast.js');
324
338
  const forgeArgs = [
325
- 'script',
326
339
  FORGE_SCRIPT,
327
340
  '--sig',
328
341
  'run()',
@@ -330,8 +343,6 @@ export async function deployAztecL1Contracts(
330
343
  privateKey,
331
344
  '--rpc-url',
332
345
  rpcUrl,
333
- '--broadcast',
334
- ...(chainId === foundry.id ? ['--batch-size', MAGIC_ANVIL_BATCH_SIZE.toString()] : []),
335
346
  ...(shouldVerify ? ['--verify'] : []),
336
347
  ];
337
348
  const forgeEnv = {
@@ -340,7 +351,12 @@ export async function deployAztecL1Contracts(
340
351
  FOUNDRY_PROFILE: chainId === mainnet.id ? 'production' : undefined,
341
352
  ...getDeployAztecL1ContractsEnvVars(args),
342
353
  };
343
- const result = await runProcess<ForgeL1ContractsDeployResult>('forge', forgeArgs, forgeEnv, l1ContractsPath);
354
+ const result = await runProcess<ForgeL1ContractsDeployResult>(
355
+ process.execPath,
356
+ [scriptPath, ...forgeArgs],
357
+ forgeEnv,
358
+ l1ContractsPath,
359
+ );
344
360
  if (!result) {
345
361
  throw new Error('Forge script did not output deployment result');
346
362
  }
@@ -386,7 +402,6 @@ export async function deployAztecL1Contracts(
386
402
  governanceProposerAddress: EthAddress.fromString(result.governanceProposerAddress),
387
403
  governanceAddress: EthAddress.fromString(result.governanceAddress),
388
404
  stakingAssetAddress: EthAddress.fromString(result.stakingAssetAddress),
389
- slashFactoryAddress: result.slashFactoryAddress ? EthAddress.fromString(result.slashFactoryAddress) : undefined,
390
405
  feeAssetHandlerAddress: result.feeAssetHandlerAddress
391
406
  ? EthAddress.fromString(result.feeAssetHandlerAddress)
392
407
  : undefined,
@@ -473,7 +488,25 @@ export type VerificationRecord = {
473
488
  libraries: VerificationLibraryEntry[];
474
489
  };
475
490
 
476
- export interface DeployAztecL1ContractsArgs extends Omit<L1ContractsConfig, keyof L1TxUtilsConfig> {
491
+ export interface DeployAztecL1ContractsArgs
492
+ extends Omit<
493
+ L1ContractsConfig,
494
+ | 'gasLimitBufferPercentage'
495
+ | 'maxGwei'
496
+ | 'maxBlobGwei'
497
+ | 'priorityFeeBumpPercentage'
498
+ | 'priorityFeeRetryBumpPercentage'
499
+ | 'minimumPriorityFeePerGas'
500
+ | 'maxSpeedUpAttempts'
501
+ | 'checkIntervalMs'
502
+ | 'stallTimeMs'
503
+ | 'txTimeoutMs'
504
+ | 'cancelTxOnTimeout'
505
+ | 'txCancellationFinalTimeoutMs'
506
+ | 'txUnseenConsideredDroppedMs'
507
+ | 'enableDelayer'
508
+ | 'txDelayerMaxInclusionTimeIntoSlot'
509
+ > {
477
510
  /** The vk tree root. */
478
511
  vkTreeRoot: Fr;
479
512
  /** The hash of the protocol contracts. */
@@ -550,13 +583,18 @@ export function getDeployRollupForUpgradeEnvVars(
550
583
  AZTEC_EXIT_DELAY_SECONDS: args.exitDelaySeconds.toString(),
551
584
  AZTEC_PROVING_COST_PER_MANA: args.provingCostPerMana.toString(),
552
585
  AZTEC_INITIAL_ETH_PER_FEE_ASSET: args.initialEthPerFeeAsset.toString(),
553
- AZTEC_SLASHER_FLAVOR: args.slasherFlavor,
586
+ AZTEC_SLASHER_ENABLED: args.slasherEnabled ? 'true' : 'false',
554
587
  AZTEC_SLASHING_ROUND_SIZE_IN_EPOCHS: args.slashingRoundSizeInEpochs.toString(),
555
588
  AZTEC_SLASHING_QUORUM: args.slashingQuorum?.toString(),
556
589
  AZTEC_SLASHING_OFFSET_IN_ROUNDS: args.slashingOffsetInRounds.toString(),
557
590
  AZTEC_SLASH_AMOUNT_SMALL: args.slashAmountSmall.toString(),
558
591
  AZTEC_SLASH_AMOUNT_MEDIUM: args.slashAmountMedium.toString(),
559
592
  AZTEC_SLASH_AMOUNT_LARGE: args.slashAmountLarge.toString(),
593
+ AZTEC_ENTRY_QUEUE_BOOTSTRAP_VALIDATOR_SET_SIZE: args.entryQueueBootstrapValidatorSetSize.toString(),
594
+ AZTEC_ENTRY_QUEUE_BOOTSTRAP_FLUSH_SIZE: args.entryQueueBootstrapFlushSize.toString(),
595
+ AZTEC_ENTRY_QUEUE_FLUSH_SIZE_MIN: args.entryQueueFlushSizeMin.toString(),
596
+ AZTEC_ENTRY_QUEUE_FLUSH_SIZE_QUOTIENT: args.entryQueueFlushSizeQuotient.toString(),
597
+ AZTEC_ENTRY_QUEUE_MAX_FLUSH_SIZE: args.entryQueueMaxFlushSize.toString(),
560
598
  } as const;
561
599
  }
562
600
 
@@ -583,17 +621,8 @@ export const deployRollupForUpgrade = async (
583
621
  const FORGE_SCRIPT = 'script/deploy/DeployRollupForUpgrade.s.sol';
584
622
  await maybeForgeForceProductionBuild(l1ContractsPath, FORGE_SCRIPT, chainId);
585
623
 
586
- const forgeArgs = [
587
- 'script',
588
- FORGE_SCRIPT,
589
- '--sig',
590
- 'run()',
591
- '--private-key',
592
- privateKey,
593
- '--rpc-url',
594
- rpcUrl,
595
- '--broadcast',
596
- ];
624
+ const scriptPath = join(getL1ContractsPath(), 'scripts', 'forge_broadcast.js');
625
+ const forgeArgs = [FORGE_SCRIPT, '--sig', 'run()', '--private-key', privateKey, '--rpc-url', rpcUrl];
597
626
  const forgeEnv = {
598
627
  FOUNDRY_PROFILE: chainId === mainnet.id ? 'production' : undefined,
599
628
  // Env vars required by l1-contracts/script/deploy/RollupConfiguration.sol.
@@ -602,7 +631,12 @@ export const deployRollupForUpgrade = async (
602
631
  ...getDeployRollupForUpgradeEnvVars(args),
603
632
  };
604
633
 
605
- const result = await runProcess<ForgeRollupUpgradeResult>('forge', forgeArgs, forgeEnv, l1ContractsPath);
634
+ const result = await runProcess<ForgeRollupUpgradeResult>(
635
+ process.execPath,
636
+ [scriptPath, ...forgeArgs],
637
+ forgeEnv,
638
+ l1ContractsPath,
639
+ );
606
640
  if (!result) {
607
641
  throw new Error('Forge script did not output deployment result');
608
642
  }
@@ -614,6 +648,5 @@ export const deployRollupForUpgrade = async (
614
648
 
615
649
  return {
616
650
  rollup,
617
- slashFactoryAddress: result.slashFactoryAddress,
618
651
  };
619
652
  };
@@ -24,7 +24,7 @@ import {
24
24
  } from './deploy_aztec_l1_contracts.js';
25
25
  import { RegisterNewRollupVersionPayloadArtifact } from './l1_artifacts.js';
26
26
  import { type L1TxUtilsConfig, getL1TxUtilsConfigEnvVars } from './l1_tx_utils/config.js';
27
- import { createL1TxUtilsFromViemWallet } from './l1_tx_utils/factory.js';
27
+ import { createL1TxUtils } from './l1_tx_utils/factory.js';
28
28
  import type { L1TxUtils } from './l1_tx_utils/l1_tx_utils.js';
29
29
  import type { GasPrice, L1TxConfig, L1TxRequest } from './l1_tx_utils/types.js';
30
30
  import type { ExtendedViemWalletClient } from './types.js';
@@ -46,7 +46,7 @@ export class L1Deployer {
46
46
  private createVerificationJson: boolean = false,
47
47
  ) {
48
48
  this.salt = maybeSalt ? padHex(numberToHex(maybeSalt), { size: 32 }) : undefined;
49
- this.l1TxUtils = createL1TxUtilsFromViemWallet(
49
+ this.l1TxUtils = createL1TxUtils(
50
50
  this.client,
51
51
  { logger: this.logger, dateProvider },
52
52
  { ...this.txUtilsConfig, debugMaxGasLimit: acceleratedTestDeployments },
@@ -179,7 +179,7 @@ export async function deployL1Contract(
179
179
 
180
180
  if (!l1TxUtils) {
181
181
  const config = getL1TxUtilsConfigEnvVars();
182
- l1TxUtils = createL1TxUtilsFromViemWallet(
182
+ l1TxUtils = createL1TxUtils(
183
183
  extendedClient,
184
184
  { logger },
185
185
  { ...config, debugMaxGasLimit: acceleratedTestDeployments },
@@ -3,10 +3,6 @@ import {
3
3
  CoinIssuerBytecode,
4
4
  DateGatedRelayerAbi,
5
5
  DateGatedRelayerBytecode,
6
- EmpireSlasherDeploymentExtLibAbi,
7
- EmpireSlasherDeploymentExtLibBytecode,
8
- EmpireSlashingProposerAbi,
9
- EmpireSlashingProposerBytecode,
10
6
  FeeAssetHandlerAbi,
11
7
  FeeAssetHandlerBytecode,
12
8
  FeeJuicePortalAbi,
@@ -42,16 +38,14 @@ import {
42
38
  RollupLinkReferences,
43
39
  RollupOperationsExtLibAbi,
44
40
  RollupOperationsExtLibBytecode,
45
- SlashFactoryAbi,
46
- SlashFactoryBytecode,
47
41
  SlasherAbi,
48
42
  SlasherBytecode,
43
+ SlasherDeploymentExtLibAbi,
44
+ SlasherDeploymentExtLibBytecode,
45
+ SlashingProposerAbi,
46
+ SlashingProposerBytecode,
49
47
  StakingAssetHandlerAbi,
50
48
  StakingAssetHandlerBytecode,
51
- TallySlasherDeploymentExtLibAbi,
52
- TallySlasherDeploymentExtLibBytecode,
53
- TallySlashingProposerAbi,
54
- TallySlashingProposerBytecode,
55
49
  TestERC20Abi,
56
50
  TestERC20Bytecode,
57
51
  ValidatorOperationsExtLibAbi,
@@ -107,15 +101,10 @@ export const RollupArtifact = {
107
101
  contractAbi: RewardExtLibAbi,
108
102
  contractBytecode: RewardExtLibBytecode as Hex,
109
103
  },
110
- TallySlasherDeploymentExtLib: {
111
- name: 'TallySlasherDeploymentExtLib',
112
- contractAbi: TallySlasherDeploymentExtLibAbi,
113
- contractBytecode: TallySlasherDeploymentExtLibBytecode as Hex,
114
- },
115
- EmpireSlasherDeploymentExtLib: {
116
- name: 'EmpireSlasherDeploymentExtLib',
117
- contractAbi: EmpireSlasherDeploymentExtLibAbi,
118
- contractBytecode: EmpireSlasherDeploymentExtLibBytecode as Hex,
104
+ SlasherDeploymentExtLib: {
105
+ name: 'SlasherDeploymentExtLib',
106
+ contractAbi: SlasherDeploymentExtLibAbi,
107
+ contractBytecode: SlasherDeploymentExtLibBytecode as Hex,
119
108
  },
120
109
  },
121
110
  },
@@ -175,22 +164,10 @@ export const SlasherArtifact = {
175
164
  contractBytecode: SlasherBytecode as Hex,
176
165
  };
177
166
 
178
- export const EmpireSlashingProposerArtifact = {
179
- name: 'EmpireSlashingProposer',
180
- contractAbi: EmpireSlashingProposerAbi,
181
- contractBytecode: EmpireSlashingProposerBytecode as Hex,
182
- };
183
-
184
- export const TallySlashingProposerArtifact = {
185
- name: 'TallySlashingProposer',
186
- contractAbi: TallySlashingProposerAbi,
187
- contractBytecode: TallySlashingProposerBytecode as Hex,
188
- };
189
-
190
- export const SlashFactoryArtifact = {
191
- name: 'SlashFactory',
192
- contractAbi: SlashFactoryAbi,
193
- contractBytecode: SlashFactoryBytecode as Hex,
167
+ export const SlashingProposerArtifact = {
168
+ name: 'SlashingProposer',
169
+ contractAbi: SlashingProposerAbi,
170
+ contractBytecode: SlashingProposerBytecode as Hex,
194
171
  };
195
172
 
196
173
  export const RegisterNewRollupVersionPayloadArtifact = {