@aztec/end-to-end 0.0.1-commit.4ad48494d → 0.0.1-commit.4d3c002

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 (152) hide show
  1. package/dest/bench/client_flows/client_flows_benchmark.d.ts +1 -1
  2. package/dest/bench/client_flows/client_flows_benchmark.d.ts.map +1 -1
  3. package/dest/bench/client_flows/client_flows_benchmark.js +18 -25
  4. package/dest/bench/utils.d.ts +1 -1
  5. package/dest/bench/utils.d.ts.map +1 -1
  6. package/dest/bench/utils.js +6 -3
  7. package/dest/e2e_blacklist_token_contract/blacklist_token_contract_test.d.ts +2 -2
  8. package/dest/e2e_blacklist_token_contract/blacklist_token_contract_test.d.ts.map +1 -1
  9. package/dest/e2e_blacklist_token_contract/blacklist_token_contract_test.js +16 -16
  10. package/dest/e2e_epochs/epochs_test.d.ts +11 -7
  11. package/dest/e2e_epochs/epochs_test.d.ts.map +1 -1
  12. package/dest/e2e_epochs/epochs_test.js +58 -36
  13. package/dest/e2e_fees/fees_test.d.ts +1 -1
  14. package/dest/e2e_fees/fees_test.d.ts.map +1 -1
  15. package/dest/e2e_fees/fees_test.js +13 -6
  16. package/dest/e2e_nested_contract/nested_contract_test.d.ts +1 -1
  17. package/dest/e2e_nested_contract/nested_contract_test.d.ts.map +1 -1
  18. package/dest/e2e_nested_contract/nested_contract_test.js +4 -6
  19. package/dest/e2e_p2p/inactivity_slash_test.js +1 -1
  20. package/dest/e2e_p2p/p2p_network.d.ts +4 -3
  21. package/dest/e2e_p2p/p2p_network.d.ts.map +1 -1
  22. package/dest/e2e_p2p/p2p_network.js +24 -7
  23. package/dest/e2e_p2p/reqresp/utils.d.ts +3 -3
  24. package/dest/e2e_p2p/reqresp/utils.d.ts.map +1 -1
  25. package/dest/e2e_p2p/reqresp/utils.js +45 -8
  26. package/dest/e2e_p2p/shared.d.ts +21 -1
  27. package/dest/e2e_p2p/shared.d.ts.map +1 -1
  28. package/dest/e2e_p2p/shared.js +33 -2
  29. package/dest/e2e_token_contract/token_contract_test.d.ts +2 -2
  30. package/dest/e2e_token_contract/token_contract_test.d.ts.map +1 -1
  31. package/dest/e2e_token_contract/token_contract_test.js +13 -13
  32. package/dest/fixtures/authwit_proxy.d.ts +15 -0
  33. package/dest/fixtures/authwit_proxy.d.ts.map +1 -0
  34. package/dest/fixtures/authwit_proxy.js +30 -0
  35. package/dest/fixtures/e2e_prover_test.d.ts +6 -5
  36. package/dest/fixtures/e2e_prover_test.d.ts.map +1 -1
  37. package/dest/fixtures/e2e_prover_test.js +36 -48
  38. package/dest/fixtures/elu_monitor.d.ts +21 -0
  39. package/dest/fixtures/elu_monitor.d.ts.map +1 -0
  40. package/dest/fixtures/elu_monitor.js +102 -0
  41. package/dest/fixtures/fixtures.d.ts +5 -1
  42. package/dest/fixtures/fixtures.d.ts.map +1 -1
  43. package/dest/fixtures/fixtures.js +6 -0
  44. package/dest/fixtures/get_bb_config.d.ts +1 -1
  45. package/dest/fixtures/get_bb_config.d.ts.map +1 -1
  46. package/dest/fixtures/get_bb_config.js +5 -5
  47. package/dest/fixtures/setup.d.ts +30 -9
  48. package/dest/fixtures/setup.d.ts.map +1 -1
  49. package/dest/fixtures/setup.js +62 -89
  50. package/dest/fixtures/setup_p2p_test.d.ts +6 -3
  51. package/dest/fixtures/setup_p2p_test.d.ts.map +1 -1
  52. package/dest/fixtures/setup_p2p_test.js +12 -9
  53. package/dest/fixtures/token_utils.d.ts +2 -2
  54. package/dest/fixtures/token_utils.d.ts.map +1 -1
  55. package/dest/fixtures/token_utils.js +5 -7
  56. package/dest/shared/cross_chain_test_harness.d.ts +1 -1
  57. package/dest/shared/cross_chain_test_harness.d.ts.map +1 -1
  58. package/dest/shared/cross_chain_test_harness.js +13 -13
  59. package/dest/shared/gas_portal_test_harness.js +2 -2
  60. package/dest/shared/index.d.ts +2 -1
  61. package/dest/shared/index.d.ts.map +1 -1
  62. package/dest/shared/index.js +1 -0
  63. package/dest/shared/jest_setup.js +41 -1
  64. package/dest/shared/mock_state_view.d.ts +86 -0
  65. package/dest/shared/mock_state_view.d.ts.map +1 -0
  66. package/dest/shared/mock_state_view.js +186 -0
  67. package/dest/shared/submit-transactions.js +1 -1
  68. package/dest/shared/uniswap_l1_l2.d.ts +1 -1
  69. package/dest/shared/uniswap_l1_l2.d.ts.map +1 -1
  70. package/dest/shared/uniswap_l1_l2.js +14 -17
  71. package/dest/simulators/lending_simulator.d.ts +1 -1
  72. package/dest/simulators/lending_simulator.d.ts.map +1 -1
  73. package/dest/simulators/lending_simulator.js +4 -4
  74. package/dest/simulators/token_simulator.d.ts +1 -1
  75. package/dest/simulators/token_simulator.d.ts.map +1 -1
  76. package/dest/simulators/token_simulator.js +2 -2
  77. package/dest/spartan/setup_test_wallets.d.ts +11 -2
  78. package/dest/spartan/setup_test_wallets.d.ts.map +1 -1
  79. package/dest/spartan/setup_test_wallets.js +97 -38
  80. package/dest/spartan/tx_metrics.js +1 -1
  81. package/dest/spartan/utils/bot.d.ts +3 -2
  82. package/dest/spartan/utils/bot.d.ts.map +1 -1
  83. package/dest/spartan/utils/bot.js +2 -1
  84. package/dest/spartan/utils/config.d.ts +7 -1
  85. package/dest/spartan/utils/config.d.ts.map +1 -1
  86. package/dest/spartan/utils/config.js +3 -1
  87. package/dest/spartan/utils/index.d.ts +4 -2
  88. package/dest/spartan/utils/index.d.ts.map +1 -1
  89. package/dest/spartan/utils/index.js +5 -1
  90. package/dest/spartan/utils/k8s.d.ts +3 -1
  91. package/dest/spartan/utils/k8s.d.ts.map +1 -1
  92. package/dest/spartan/utils/k8s.js +6 -0
  93. package/dest/spartan/utils/nodes.d.ts +4 -5
  94. package/dest/spartan/utils/nodes.d.ts.map +1 -1
  95. package/dest/spartan/utils/nodes.js +9 -9
  96. package/dest/spartan/utils/pod_logs.d.ts +25 -0
  97. package/dest/spartan/utils/pod_logs.d.ts.map +1 -0
  98. package/dest/spartan/utils/pod_logs.js +74 -0
  99. package/dest/test-wallet/test_wallet.d.ts +11 -17
  100. package/dest/test-wallet/test_wallet.d.ts.map +1 -1
  101. package/dest/test-wallet/test_wallet.js +48 -49
  102. package/dest/test-wallet/wallet_worker_script.d.ts +2 -0
  103. package/dest/test-wallet/wallet_worker_script.d.ts.map +1 -0
  104. package/dest/test-wallet/wallet_worker_script.js +48 -0
  105. package/dest/test-wallet/worker_wallet.d.ts +52 -0
  106. package/dest/test-wallet/worker_wallet.d.ts.map +1 -0
  107. package/dest/test-wallet/worker_wallet.js +151 -0
  108. package/dest/test-wallet/worker_wallet_schema.d.ts +274 -0
  109. package/dest/test-wallet/worker_wallet_schema.d.ts.map +1 -0
  110. package/dest/test-wallet/worker_wallet_schema.js +10 -0
  111. package/package.json +42 -44
  112. package/src/bench/client_flows/client_flows_benchmark.ts +26 -9
  113. package/src/bench/utils.ts +7 -2
  114. package/src/e2e_blacklist_token_contract/blacklist_token_contract_test.ts +20 -16
  115. package/src/e2e_epochs/epochs_test.ts +76 -64
  116. package/src/e2e_fees/fees_test.ts +13 -6
  117. package/src/e2e_nested_contract/nested_contract_test.ts +6 -4
  118. package/src/e2e_p2p/inactivity_slash_test.ts +1 -1
  119. package/src/e2e_p2p/p2p_network.ts +31 -5
  120. package/src/e2e_p2p/reqresp/utils.ts +57 -8
  121. package/src/e2e_p2p/shared.ts +55 -2
  122. package/src/e2e_token_contract/token_contract_test.ts +18 -10
  123. package/src/fixtures/authwit_proxy.ts +50 -0
  124. package/src/fixtures/dumps/epoch_proof_result.json +1 -1
  125. package/src/fixtures/e2e_prover_test.ts +39 -51
  126. package/src/fixtures/elu_monitor.ts +126 -0
  127. package/src/fixtures/fixtures.ts +10 -0
  128. package/src/fixtures/get_bb_config.ts +7 -6
  129. package/src/fixtures/setup.ts +85 -118
  130. package/src/fixtures/setup_p2p_test.ts +9 -17
  131. package/src/fixtures/token_utils.ts +3 -3
  132. package/src/shared/cross_chain_test_harness.ts +13 -9
  133. package/src/shared/gas_portal_test_harness.ts +1 -1
  134. package/src/shared/index.ts +1 -0
  135. package/src/shared/jest_setup.ts +51 -1
  136. package/src/shared/mock_state_view.ts +188 -0
  137. package/src/shared/submit-transactions.ts +1 -1
  138. package/src/shared/uniswap_l1_l2.ts +35 -28
  139. package/src/simulators/lending_simulator.ts +8 -4
  140. package/src/simulators/token_simulator.ts +6 -2
  141. package/src/spartan/setup_test_wallets.ts +138 -31
  142. package/src/spartan/tx_metrics.ts +1 -1
  143. package/src/spartan/utils/bot.ts +3 -0
  144. package/src/spartan/utils/config.ts +2 -0
  145. package/src/spartan/utils/index.ts +7 -0
  146. package/src/spartan/utils/k8s.ts +8 -0
  147. package/src/spartan/utils/nodes.ts +15 -10
  148. package/src/spartan/utils/pod_logs.ts +99 -0
  149. package/src/test-wallet/test_wallet.ts +62 -66
  150. package/src/test-wallet/wallet_worker_script.ts +60 -0
  151. package/src/test-wallet/worker_wallet.ts +213 -0
  152. package/src/test-wallet/worker_wallet_schema.ts +13 -0
@@ -1,7 +1,7 @@
1
1
  import { SchnorrAccountContractArtifact } from '@aztec/accounts/schnorr';
2
2
  import { type InitialAccountData, generateSchnorrAccounts } from '@aztec/accounts/testing';
3
- import { type Archiver, createArchiver } from '@aztec/archiver';
4
3
  import { type AztecNodeConfig, AztecNodeService, getConfigEnvVars } from '@aztec/aztec-node';
4
+ import { NO_FROM } from '@aztec/aztec.js/account';
5
5
  import { AztecAddress, EthAddress } from '@aztec/aztec.js/addresses';
6
6
  import {
7
7
  BatchCall,
@@ -16,7 +16,6 @@ import { type Logger, createLogger } from '@aztec/aztec.js/log';
16
16
  import type { AztecNode } from '@aztec/aztec.js/node';
17
17
  import type { Wallet } from '@aztec/aztec.js/wallet';
18
18
  import { AnvilTestWatcher, CheatCodes } from '@aztec/aztec/testing';
19
- import { createBlobClientWithFileStores } from '@aztec/blob-client/client';
20
19
  import { SPONSORED_FPC_SALT } from '@aztec/constants';
21
20
  import { isAnvilTestChain } from '@aztec/ethereum/chain';
22
21
  import { createExtendedL1Client } from '@aztec/ethereum/client';
@@ -30,13 +29,9 @@ import {
30
29
  type ZKPassportArgs,
31
30
  deployAztecL1Contracts,
32
31
  } from '@aztec/ethereum/deploy-aztec-l1-contracts';
33
- import {
34
- DelayedTxUtils,
35
- EthCheatCodes,
36
- EthCheatCodesWithState,
37
- createDelayedL1TxUtilsFromViemWallet,
38
- startAnvil,
39
- } from '@aztec/ethereum/test';
32
+ import type { Delayer } from '@aztec/ethereum/l1-tx-utils';
33
+ import { EthCheatCodes, EthCheatCodesWithState, startAnvil } from '@aztec/ethereum/test';
34
+ import type { Anvil } from '@aztec/ethereum/test';
40
35
  import { BlockNumber, EpochNumber } from '@aztec/foundation/branded-types';
41
36
  import { SecretValue } from '@aztec/foundation/config';
42
37
  import { randomBytes } from '@aztec/foundation/crypto/random';
@@ -45,20 +40,17 @@ import { withLoggerBindings } from '@aztec/foundation/log/server';
45
40
  import { retryUntil } from '@aztec/foundation/retry';
46
41
  import { sleep } from '@aztec/foundation/sleep';
47
42
  import { DateProvider, TestDateProvider } from '@aztec/foundation/timer';
48
- import type { DataStoreConfig } from '@aztec/kv-store/config';
49
43
  import { SponsoredFPCContract } from '@aztec/noir-contracts.js/SponsoredFPC';
50
44
  import { getVKTreeRoot } from '@aztec/noir-protocol-circuits-types/vk-tree';
51
45
  import type { P2PClientDeps } from '@aztec/p2p';
52
46
  import { MockGossipSubNetwork, getMockPubSubP2PServiceFactory } from '@aztec/p2p/test-helpers';
53
47
  import { protocolContractsHash } from '@aztec/protocol-contracts';
54
- import { type ProverNode, type ProverNodeConfig, type ProverNodeDeps, createProverNode } from '@aztec/prover-node';
48
+ import type { ProverNodeConfig } from '@aztec/prover-node';
55
49
  import { type PXEConfig, getPXEConfig } from '@aztec/pxe/server';
56
50
  import type { SequencerClient } from '@aztec/sequencer-client';
57
- import type { TestSequencerClient } from '@aztec/sequencer-client/test';
58
51
  import { type ContractInstanceWithAddress, getContractInstanceFromInstantiationParams } from '@aztec/stdlib/contract';
59
52
  import type { AztecNodeAdmin } from '@aztec/stdlib/interfaces/client';
60
53
  import { tryStop } from '@aztec/stdlib/interfaces/server';
61
- import type { P2PClientType } from '@aztec/stdlib/p2p';
62
54
  import type { PublicDataTreeLeaf } from '@aztec/stdlib/trees';
63
55
  import {
64
56
  type TelemetryClient,
@@ -70,7 +62,6 @@ import { BenchmarkTelemetryClient } from '@aztec/telemetry-client/bench';
70
62
  import { deployFundedSchnorrAccounts } from '@aztec/wallets/testing';
71
63
  import { getGenesisValues } from '@aztec/world-state/testing';
72
64
 
73
- import type { Anvil } from '@viem/anvil';
74
65
  import fs from 'fs/promises';
75
66
  import { tmpdir } from 'os';
76
67
  import path from 'path';
@@ -195,6 +186,11 @@ export type SetupOptions = {
195
186
  anvilAccounts?: number;
196
187
  /** Port to start anvil (defaults to 8545) */
197
188
  anvilPort?: number;
189
+ /**
190
+ * Number of slots per epoch for Anvil's finality simulation.
191
+ * Anvil reports `finalized = latest - slotsInAnEpoch * 2`.
192
+ */
193
+ anvilSlotsInAnEpoch?: number;
198
194
  /** Key to use for publishing L1 contracts */
199
195
  l1PublisherKey?: SecretValue<`0x${string}`>;
200
196
  /** ZkPassport configuration (domain, scope, mock verifier) */
@@ -219,8 +215,8 @@ export type EndToEndContext = {
219
215
  aztecNodeService: AztecNodeService;
220
216
  /** Client to the Aztec Node admin interface. */
221
217
  aztecNodeAdmin: AztecNodeAdmin;
222
- /** The prover node service (only set if startProverNode is true) */
223
- proverNode: ProverNode | undefined;
218
+ /** The aztec node running the prover node subsystem (only set if startProverNode is true). */
219
+ proverNode: AztecNodeService | undefined;
224
220
  /** A client to the sequencer service. */
225
221
  sequencer: SequencerClient | undefined;
226
222
  /** Return values from deployAztecL1Contracts function. */
@@ -249,6 +245,10 @@ export type EndToEndContext = {
249
245
  telemetryClient: TelemetryClient;
250
246
  /** Mock gossip sub network used for gossipping messages (only if mockGossipSubNetwork was set to true in opts) */
251
247
  mockGossipSubNetwork: MockGossipSubNetwork | undefined;
248
+ /** Delayer for sequencer L1 txs (only when enableDelayer is true). */
249
+ sequencerDelayer: Delayer | undefined;
250
+ /** Delayer for prover node L1 txs (only when enableDelayer and startProverNode are true). */
251
+ proverDelayer: Delayer | undefined;
252
252
  /** Prefilled public data used for setting up nodes. */
253
253
  prefilledPublicData: PublicDataTreeLeaf[] | undefined;
254
254
  /** ACVM config (only set if running locally). */
@@ -288,6 +288,8 @@ export async function setup(
288
288
  config.realProofs = !!opts.realProofs;
289
289
  // Only enforce the time table if requested
290
290
  config.enforceTimeTable = !!opts.enforceTimeTable;
291
+ // Enable the tx delayer for tests (default config has it disabled, so we force-enable it here)
292
+ config.enableDelayer = true;
291
293
  config.listenAddress = '127.0.0.1';
292
294
 
293
295
  config.minTxPoolAgeMs = opts.minTxPoolAgeMs ?? 0;
@@ -301,6 +303,8 @@ export async function setup(
301
303
  config.dataDirectory = directoryToCleanup;
302
304
  }
303
305
 
306
+ const dateProvider = new TestDateProvider();
307
+
304
308
  if (!config.l1RpcUrls?.length) {
305
309
  if (!isAnvilTestChain(chain.id)) {
306
310
  throw new Error(`No ETHEREUM_HOSTS set but non anvil chain requested`);
@@ -309,6 +313,8 @@ export async function setup(
309
313
  l1BlockTime: opts.ethereumSlotDuration,
310
314
  accounts: opts.anvilAccounts,
311
315
  port: opts.anvilPort ?? (process.env.ANVIL_PORT ? parseInt(process.env.ANVIL_PORT) : undefined),
316
+ slotsInAnEpoch: opts.anvilSlotsInAnEpoch,
317
+ dateProvider,
312
318
  });
313
319
  anvil = res.anvil;
314
320
  config.l1RpcUrls = [res.rpcUrl];
@@ -320,8 +326,6 @@ export async function setup(
320
326
  logger.info(`Logging metrics to ${filename}`);
321
327
  setupMetricsLogger(filename);
322
328
  }
323
-
324
- const dateProvider = new TestDateProvider();
325
329
  const ethCheatCodes = new EthCheatCodesWithState(config.l1RpcUrls, dateProvider);
326
330
 
327
331
  if (opts.stateLoad) {
@@ -339,11 +343,11 @@ export async function setup(
339
343
  publisherPrivKeyHex = opts.l1PublisherKey.getValue();
340
344
  publisherHdAccount = privateKeyToAccount(publisherPrivKeyHex);
341
345
  } else if (
342
- config.publisherPrivateKeys &&
343
- config.publisherPrivateKeys.length > 0 &&
344
- config.publisherPrivateKeys[0].getValue() != NULL_KEY
346
+ config.sequencerPublisherPrivateKeys &&
347
+ config.sequencerPublisherPrivateKeys.length > 0 &&
348
+ config.sequencerPublisherPrivateKeys[0].getValue() != NULL_KEY
345
349
  ) {
346
- publisherPrivKeyHex = config.publisherPrivateKeys[0].getValue();
350
+ publisherPrivKeyHex = config.sequencerPublisherPrivateKeys[0].getValue();
347
351
  publisherHdAccount = privateKeyToAccount(publisherPrivKeyHex);
348
352
  } else if (!MNEMONIC) {
349
353
  throw new Error(`Mnemonic not provided and no publisher private key`);
@@ -352,7 +356,7 @@ export async function setup(
352
356
  const publisherPrivKeyRaw = publisherHdAccount.getHdKey().privateKey;
353
357
  const publisherPrivKey = publisherPrivKeyRaw === null ? null : Buffer.from(publisherPrivKeyRaw);
354
358
  publisherPrivKeyHex = `0x${publisherPrivKey!.toString('hex')}` as const;
355
- config.publisherPrivateKeys = [new SecretValue(publisherPrivKeyHex)];
359
+ config.sequencerPublisherPrivateKeys = [new SecretValue(publisherPrivKeyHex)];
356
360
  }
357
361
 
358
362
  if (config.coinbase === undefined) {
@@ -417,11 +421,12 @@ export async function setup(
417
421
  await ethCheatCodes.setIntervalMining(config.ethereumSlotDuration);
418
422
  }
419
423
 
420
- // Always sync dateProvider to L1 time after deploying L1 contracts, regardless of mining mode.
421
- // In compose mode, L1 time may have drifted ahead of system time due to the local-network watcher
422
- // warping time forward on each filled slot. Without this sync, the sequencer computes the wrong
423
- // slot from its dateProvider and cannot propose blocks.
424
- dateProvider.setTime((await ethCheatCodes.timestamp()) * 1000);
424
+ // In compose mode (no local anvil), sync dateProvider to L1 time since it may have drifted
425
+ // ahead of system time due to the local-network watcher warping time forward on each filled slot.
426
+ // When running with a local anvil, the dateProvider is kept in sync via the stdout listener.
427
+ if (!anvil) {
428
+ dateProvider.setTime((await ethCheatCodes.lastBlockTimestamp()) * 1000);
429
+ }
425
430
 
426
431
  if (opts.l2StartTime) {
427
432
  await ethCheatCodes.warp(opts.l2StartTime, { resetBlockInterval: true });
@@ -459,7 +464,7 @@ export async function setup(
459
464
  }
460
465
 
461
466
  let mockGossipSubNetwork: MockGossipSubNetwork | undefined;
462
- let p2pClientDeps: P2PClientDeps<P2PClientType.Full> | undefined = undefined;
467
+ let p2pClientDeps: P2PClientDeps | undefined = undefined;
463
468
 
464
469
  if (opts.mockGossipSubNetwork) {
465
470
  mockGossipSubNetwork = new MockGossipSubNetwork();
@@ -499,36 +504,33 @@ export async function setup(
499
504
  );
500
505
  const sequencerClient = aztecNodeService.getSequencer();
501
506
 
502
- if (sequencerClient) {
503
- const publisher = (sequencerClient as TestSequencerClient).sequencer.publisher;
504
- publisher.l1TxUtils = DelayedTxUtils.fromL1TxUtils(publisher.l1TxUtils, config.ethereumSlotDuration, l1Client);
505
- }
506
-
507
- let proverNode: ProverNode | undefined = undefined;
507
+ let proverNode: AztecNodeService | undefined = undefined;
508
508
  if (opts.startProverNode) {
509
509
  logger.verbose('Creating and syncing a simulated prover node...');
510
510
  const proverNodePrivateKey = getPrivateKeyFromIndex(2);
511
511
  const proverNodePrivateKeyHex: Hex = `0x${proverNodePrivateKey!.toString('hex')}`;
512
512
  const proverNodeDataDirectory = path.join(directoryToCleanup, randomBytes(8).toString('hex'));
513
- const proverNodeConfig = {
514
- ...config.proverNodeConfig,
515
- dataDirectory: proverNodeDataDirectory,
516
- p2pEnabled: !!mockGossipSubNetwork,
513
+
514
+ const p2pClientDeps: Partial<P2PClientDeps> = {
515
+ p2pServiceFactory: mockGossipSubNetwork && getMockPubSubP2PServiceFactory(mockGossipSubNetwork!),
516
+ rpcTxProviders: [aztecNodeService],
517
517
  };
518
- proverNode = await createAndSyncProverNode(
518
+
519
+ ({ proverNode } = await createAndSyncProverNode(
519
520
  proverNodePrivateKeyHex,
520
521
  config,
521
- proverNodeConfig,
522
- aztecNodeService,
523
- prefilledPublicData,
524
522
  {
525
- p2pClientDeps: mockGossipSubNetwork
526
- ? { p2pServiceFactory: getMockPubSubP2PServiceFactory(mockGossipSubNetwork) }
527
- : undefined,
523
+ ...config.proverNodeConfig,
524
+ dataDirectory: proverNodeDataDirectory,
528
525
  },
529
- );
526
+ { dateProvider, p2pClientDeps, telemetry: telemetryClient },
527
+ { prefilledPublicData },
528
+ ));
530
529
  }
531
530
 
531
+ const sequencerDelayer = sequencerClient?.getDelayer();
532
+ const proverDelayer = proverNode?.getProverNode()?.getDelayer();
533
+
532
534
  logger.verbose('Creating a pxe...');
533
535
  const pxeConfig = { ...getPXEConfig(), ...pxeOpts };
534
536
  pxeConfig.dataDirectory = path.join(directoryToCleanup, randomBytes(8).toString('hex'));
@@ -629,6 +631,8 @@ export async function setup(
629
631
  mockGossipSubNetwork,
630
632
  prefilledPublicData,
631
633
  proverNode,
634
+ sequencerDelayer,
635
+ proverDelayer,
632
636
  sequencer: sequencerClient,
633
637
  teardown,
634
638
  telemetryClient,
@@ -712,81 +716,42 @@ export async function waitForProvenChain(node: AztecNode, targetBlock?: BlockNum
712
716
  );
713
717
  }
714
718
 
719
+ /**
720
+ * Creates an AztecNodeService with the prover node enabled as a subsystem.
721
+ * Returns both the aztec node service (for lifecycle management) and the prover node (for test internals access).
722
+ */
715
723
  export function createAndSyncProverNode(
716
724
  proverNodePrivateKey: `0x${string}`,
717
- aztecNodeConfig: AztecNodeConfig,
718
- proverNodeConfig: Partial<ProverNodeConfig> & Pick<DataStoreConfig, 'dataDirectory'> & { dontStart?: boolean },
719
- aztecNode: AztecNode | undefined,
720
- prefilledPublicData: PublicDataTreeLeaf[] = [],
721
- proverNodeDeps: ProverNodeDeps = {},
722
- ) {
725
+ baseConfig: AztecNodeConfig,
726
+ configOverrides: Pick<AztecNodeConfig, 'dataDirectory'>,
727
+ deps: {
728
+ telemetry?: TelemetryClient;
729
+ dateProvider: DateProvider;
730
+ p2pClientDeps?: P2PClientDeps;
731
+ },
732
+ options: { prefilledPublicData: PublicDataTreeLeaf[]; dontStart?: boolean },
733
+ ): Promise<{ proverNode: AztecNodeService }> {
723
734
  return withLoggerBindings({ actor: 'prover-0' }, async () => {
724
- const aztecNodeTxProvider = aztecNode && {
725
- getTxByHash: aztecNode.getTxByHash.bind(aztecNode),
726
- getTxsByHash: aztecNode.getTxsByHash.bind(aztecNode),
727
- stop: () => Promise.resolve(),
728
- };
729
-
730
- const blobClient = await createBlobClientWithFileStores(aztecNodeConfig, createLogger('blob-client:prover-node'));
731
-
732
- const archiverConfig = { ...aztecNodeConfig, dataDirectory: proverNodeConfig.dataDirectory };
733
- const archiver = await createArchiver(
734
- archiverConfig,
735
- { blobClient, dateProvider: proverNodeDeps.dateProvider },
736
- { blockUntilSync: true },
737
- );
738
-
739
- const proverConfig: ProverNodeConfig = {
740
- ...aztecNodeConfig,
741
- txCollectionNodeRpcUrls: [],
742
- realProofs: false,
743
- proverAgentCount: 2,
744
- publisherPrivateKeys: [new SecretValue(proverNodePrivateKey)],
745
- proverNodeMaxPendingJobs: 10,
746
- proverNodeMaxParallelBlocksPerEpoch: 32,
747
- proverNodePollingIntervalMs: 200,
748
- txGatheringIntervalMs: 1000,
749
- txGatheringBatchSize: 10,
750
- txGatheringMaxParallelRequestsPerNode: 10,
751
- txGatheringTimeoutMs: 24_000,
752
- proverNodeFailedEpochStore: undefined,
753
- proverId: EthAddress.fromNumber(1),
754
- proverNodeEpochProvingDelayMs: undefined,
755
- ...proverNodeConfig,
756
- };
757
-
758
- const l1TxUtils = createDelayedL1TxUtils(
759
- aztecNodeConfig,
760
- proverNodePrivateKey,
761
- 'prover-node',
762
- proverNodeDeps.dateProvider,
735
+ const proverNode = await AztecNodeService.createAndSync(
736
+ {
737
+ ...baseConfig,
738
+ ...configOverrides,
739
+ p2pPort: 0,
740
+ enableProverNode: true,
741
+ disableValidator: true,
742
+ proverPublisherPrivateKeys: [new SecretValue(proverNodePrivateKey)],
743
+ },
744
+ deps,
745
+ { ...options, dontStartProverNode: options.dontStart },
763
746
  );
764
747
 
765
- const proverNode = await createProverNode(
766
- proverConfig,
767
- { ...proverNodeDeps, aztecNodeTxProvider, archiver: archiver as Archiver, l1TxUtils },
768
- { prefilledPublicData },
769
- );
770
- getLogger().info(`Created and synced prover node`, { publisherAddress: l1TxUtils.client.account!.address });
771
- if (!proverNodeConfig.dontStart) {
772
- await proverNode.start();
748
+ if (!proverNode.getProverNode()) {
749
+ throw new Error('Prover node subsystem was not created despite enableProverNode being set');
773
750
  }
774
- return proverNode;
775
- });
776
- }
777
751
 
778
- function createDelayedL1TxUtils(
779
- aztecNodeConfig: AztecNodeConfig,
780
- privateKey: `0x${string}`,
781
- logName: string,
782
- dateProvider?: DateProvider,
783
- ) {
784
- const l1Client = createExtendedL1Client(aztecNodeConfig.l1RpcUrls, privateKey, foundry);
785
-
786
- const log = createLogger(logName);
787
- const l1TxUtils = createDelayedL1TxUtilsFromViemWallet(l1Client, log, dateProvider, aztecNodeConfig);
788
- l1TxUtils.enableDelayer(aztecNodeConfig.ethereumSlotDuration);
789
- return l1TxUtils;
752
+ getLogger().info(`Created and synced prover node`);
753
+ return { proverNode };
754
+ });
790
755
  }
791
756
 
792
757
  export type BalancesFn = ReturnType<typeof getBalancesFn>;
@@ -797,7 +762,9 @@ export function getBalancesFn(
797
762
  ): (...addresses: (AztecAddress | { address: AztecAddress })[]) => Promise<bigint[]> {
798
763
  const balances = async (...addressLikes: (AztecAddress | { address: AztecAddress })[]) => {
799
764
  const addresses = addressLikes.map(addressLike => ('address' in addressLike ? addressLike.address : addressLike));
800
- const b = await Promise.all(addresses.map(address => method(address).simulate({ from: address })));
765
+ const b = await Promise.all(
766
+ addresses.map(async address => (await method(address).simulate({ from: address })).result),
767
+ );
801
768
  const debugString = `${symbol} balances: ${addresses.map((address, i) => `${address}: ${b[i]}`).join(', ')}`;
802
769
  logger.verbose(debugString);
803
770
  return b;
@@ -883,7 +850,7 @@ export const deployAccounts =
883
850
  );
884
851
  const deployMethod = await accountManager.getDeployMethod();
885
852
  await deployMethod.send({
886
- from: AztecAddress.ZERO,
853
+ from: NO_FROM,
887
854
  skipClassPublication: i !== 0, // Publish the contract class at most once.
888
855
  });
889
856
  }
@@ -915,7 +882,7 @@ export async function publicDeployAccounts(
915
882
 
916
883
  const batch = new BatchCall(wallet, calls);
917
884
 
918
- const txReceipt = await batch.send({ from: accountsToDeploy[0] });
885
+ const { receipt: txReceipt } = await batch.send({ from: accountsToDeploy[0] });
919
886
  if (waitUntilProven) {
920
887
  if (!node) {
921
888
  throw new Error('Need to provide an AztecNode to wait for proven.');
@@ -7,7 +7,6 @@ import { SecretValue } from '@aztec/foundation/config';
7
7
  import { withLoggerBindings } from '@aztec/foundation/log/server';
8
8
  import { bufferToHex } from '@aztec/foundation/string';
9
9
  import type { DateProvider } from '@aztec/foundation/timer';
10
- import type { ProverNodeConfig, ProverNodeDeps } from '@aztec/prover-node';
11
10
  import type { PublicDataTreeLeaf } from '@aztec/stdlib/trees';
12
11
 
13
12
  import getPort from 'get-port';
@@ -131,7 +130,7 @@ export async function createNonValidatorNode(
131
130
  ...p2pConfig,
132
131
  disableValidator: true,
133
132
  validatorPrivateKeys: undefined,
134
- publisherPrivateKeys: [],
133
+ sequencerPublisherPrivateKeys: [],
135
134
  };
136
135
  const telemetry = await getEndToEndTestTelemetryClient(metricsPort);
137
136
  return await AztecNodeService.createAndSync(config, { telemetry, dateProvider }, { prefilledPublicData });
@@ -143,31 +142,24 @@ export async function createProverNode(
143
142
  tcpPort: number,
144
143
  bootstrapNode: string | undefined,
145
144
  addressIndex: number,
146
- proverNodeDeps: ProverNodeDeps & Required<Pick<ProverNodeDeps, 'dateProvider'>>,
145
+ deps: { dateProvider: DateProvider },
147
146
  prefilledPublicData?: PublicDataTreeLeaf[],
148
147
  dataDirectory?: string,
149
148
  metricsPort?: number,
150
- ) {
149
+ ): Promise<{ proverNode: AztecNodeService }> {
151
150
  const actorIndex = proverCounter++;
152
151
  return await withLoggerBindings({ actor: `prover-${actorIndex}` }, async () => {
153
152
  const proverNodePrivateKey = getPrivateKeyFromIndex(ATTESTER_PRIVATE_KEYS_START_INDEX + addressIndex)!;
154
153
  const telemetry = await getEndToEndTestTelemetryClient(metricsPort);
155
154
 
156
- const proverConfig: Partial<ProverNodeConfig> = await createP2PConfig(
157
- config,
158
- bootstrapNode,
159
- tcpPort,
160
- dataDirectory,
161
- );
155
+ const p2pConfig = await createP2PConfig(config, bootstrapNode, tcpPort, dataDirectory);
162
156
 
163
- const aztecNodeRpcTxProvider = undefined;
164
157
  return await createAndSyncProverNode(
165
158
  bufferToHex(proverNodePrivateKey),
166
- config,
167
- { ...proverConfig, dataDirectory },
168
- aztecNodeRpcTxProvider,
169
- prefilledPublicData,
170
- { ...proverNodeDeps, telemetry },
159
+ { ...config, ...p2pConfig },
160
+ { dataDirectory },
161
+ { ...deps, telemetry },
162
+ { prefilledPublicData: prefilledPublicData ?? [] },
171
163
  );
172
164
  });
173
165
  }
@@ -215,7 +207,7 @@ export async function createValidatorConfig(
215
207
  ...config,
216
208
  ...p2pConfig,
217
209
  validatorPrivateKeys: new SecretValue(attesterPrivateKeys),
218
- publisherPrivateKeys: [new SecretValue(attesterPrivateKeys[0])],
210
+ sequencerPublisherPrivateKeys: [new SecretValue(attesterPrivateKeys[0])],
219
211
  };
220
212
 
221
213
  return nodeConfig;
@@ -8,7 +8,6 @@ export async function deployToken(wallet: Wallet, admin: AztecAddress, initialAd
8
8
  logger.info(`Deploying Token contract...`);
9
9
  const { contract, instance } = await TokenContract.deploy(wallet, admin, 'TokenName', 'TokenSymbol', 18).send({
10
10
  from: admin,
11
- wait: { returnReceipt: true },
12
11
  });
13
12
 
14
13
  if (initialAdminBalance > 0n) {
@@ -25,8 +24,9 @@ export async function mintTokensToPrivate(
25
24
  minter: AztecAddress,
26
25
  recipient: AztecAddress,
27
26
  amount: bigint,
27
+ additionalScopes?: AztecAddress[],
28
28
  ) {
29
- await token.methods.mint_to_private(recipient, amount).send({ from: minter });
29
+ await token.methods.mint_to_private(recipient, amount).send({ from: minter, additionalScopes });
30
30
  }
31
31
 
32
32
  export async function expectTokenBalance(
@@ -38,7 +38,7 @@ export async function expectTokenBalance(
38
38
  ) {
39
39
  // Then check the balance
40
40
  const contractWithWallet = TokenContract.at(token.address, wallet);
41
- const balance = await contractWithWallet.methods.balance_of_private(owner).simulate({ from: owner });
41
+ const { result: balance } = await contractWithWallet.methods.balance_of_private(owner).simulate({ from: owner });
42
42
  logger.info(`Account ${owner} balance: ${balance}`);
43
43
  expect(balance).toBe(expectedBalance);
44
44
  }
@@ -73,22 +73,26 @@ export async function deployAndInitializeTokenAndBridgeContracts(
73
73
  });
74
74
 
75
75
  // deploy l2 token
76
- const token = await TokenContract.deploy(wallet, owner, 'TokenName', 'TokenSymbol', 18).send({ from: owner });
76
+ const { contract: token } = await TokenContract.deploy(wallet, owner, 'TokenName', 'TokenSymbol', 18).send({
77
+ from: owner,
78
+ });
77
79
 
78
80
  // deploy l2 token bridge and attach to the portal
79
- const bridge = await TokenBridgeContract.deploy(wallet, token.address, tokenPortalAddress).send({ from: owner });
81
+ const { contract: bridge } = await TokenBridgeContract.deploy(wallet, token.address, tokenPortalAddress).send({
82
+ from: owner,
83
+ });
80
84
 
81
- if ((await token.methods.get_admin().simulate({ from: owner })) !== owner.toBigInt()) {
85
+ if ((await token.methods.get_admin().simulate({ from: owner })).result !== owner.toBigInt()) {
82
86
  throw new Error(`Token admin is not ${owner}`);
83
87
  }
84
88
 
85
- if (!(await bridge.methods.get_config().simulate({ from: owner })).token.equals(token.address)) {
89
+ if (!(await bridge.methods.get_config().simulate({ from: owner })).result.token.equals(token.address)) {
86
90
  throw new Error(`Bridge token is not ${token.address}`);
87
91
  }
88
92
 
89
93
  // make the bridge a minter on the token:
90
94
  await token.methods.set_minter(bridge.address, true).send({ from: owner });
91
- if ((await token.methods.is_minter(bridge.address).simulate({ from: owner })) === 1n) {
95
+ if ((await token.methods.is_minter(bridge.address).simulate({ from: owner })).result === 1n) {
92
96
  throw new Error(`Bridge is not a minter`);
93
97
  }
94
98
 
@@ -269,7 +273,7 @@ export class CrossChainTestHarness {
269
273
  authwitNonce: Fr = Fr.ZERO,
270
274
  authWitness: AuthWitness,
271
275
  ): Promise<TxReceipt> {
272
- const withdrawReceipt = await this.l2Bridge.methods
276
+ const { receipt: withdrawReceipt } = await this.l2Bridge.methods
273
277
  .exit_to_l1_private(this.l2Token.address, this.ethAccount, withdrawAmount, EthAddress.ZERO, authwitNonce)
274
278
  .send({ authWitnesses: [authWitness], from: this.ownerAddress });
275
279
 
@@ -277,7 +281,7 @@ export class CrossChainTestHarness {
277
281
  }
278
282
 
279
283
  async withdrawPublicFromAztecToL1(withdrawAmount: bigint, authwitNonce: Fr = Fr.ZERO): Promise<TxReceipt> {
280
- const withdrawReceipt = await this.l2Bridge.methods
284
+ const { receipt: withdrawReceipt } = await this.l2Bridge.methods
281
285
  .exit_to_l1_public(this.ethAccount, withdrawAmount, EthAddress.ZERO, authwitNonce)
282
286
  .send({ from: this.ownerAddress });
283
287
 
@@ -285,7 +289,7 @@ export class CrossChainTestHarness {
285
289
  }
286
290
 
287
291
  async getL2PrivateBalanceOf(owner: AztecAddress) {
288
- return await this.l2Token.methods.balance_of_private(owner).simulate({ from: owner });
292
+ return (await this.l2Token.methods.balance_of_private(owner).simulate({ from: owner })).result;
289
293
  }
290
294
 
291
295
  async expectPrivateBalanceOnL2(owner: AztecAddress, expectedBalance: bigint) {
@@ -295,7 +299,7 @@ export class CrossChainTestHarness {
295
299
  }
296
300
 
297
301
  async getL2PublicBalanceOf(owner: AztecAddress) {
298
- return await this.l2Token.methods.balance_of_public(owner).simulate({ from: this.ownerAddress });
302
+ return (await this.l2Token.methods.balance_of_public(owner).simulate({ from: this.ownerAddress })).result;
299
303
  }
300
304
 
301
305
  async expectPublicBalanceOnL2(owner: AztecAddress, expectedBalance: bigint) {
@@ -131,7 +131,7 @@ export class GasBridgingTestHarness implements IGasBridgingTestHarness {
131
131
  }
132
132
 
133
133
  async getL2PublicBalanceOf(owner: AztecAddress) {
134
- return await this.feeJuice.methods.balance_of_public(owner).simulate({ from: owner });
134
+ return (await this.feeJuice.methods.balance_of_public(owner).simulate({ from: owner })).result;
135
135
  }
136
136
 
137
137
  async expectPublicBalanceOnL2(owner: AztecAddress, expectedBalance: bigint) {
@@ -1 +1,2 @@
1
1
  export { uniswapL1L2TestSuite } from './uniswap_l1_l2.js';
2
+ export { MockStateView, diffInBps } from './mock_state_view.js';
@@ -1,8 +1,19 @@
1
1
  import { createLogger } from '@aztec/aztec.js/log';
2
2
 
3
- import { beforeEach, expect } from '@jest/globals';
3
+ import { afterAll, afterEach, beforeEach, expect } from '@jest/globals';
4
+ import { readlinkSync } from 'fs';
4
5
  import { basename } from 'path';
5
6
 
7
+ import { EluMonitor } from '../fixtures/elu_monitor.js';
8
+
9
+ const eluMonitor = process.env.ELU_MONITOR_FILE
10
+ ? new EluMonitor(process.env.ELU_MONITOR_FILE, Number(process.env.ELU_MONITOR_INTERVAL_MS) || undefined)
11
+ : undefined;
12
+
13
+ if (eluMonitor) {
14
+ process.on('exit', () => eluMonitor.stop());
15
+ }
16
+
6
17
  beforeEach(() => {
7
18
  const { testPath, currentTestName } = expect.getState();
8
19
  if (!testPath || !currentTestName) {
@@ -10,4 +21,43 @@ beforeEach(() => {
10
21
  }
11
22
  const logger = createLogger(`e2e:${basename(testPath).replace('.test.ts', '')}`);
12
23
  logger.info(`Running test: ${currentTestName}`);
24
+ eluMonitor?.startTest(currentTestName);
25
+ });
26
+
27
+ afterEach(() => {
28
+ eluMonitor?.stopTest();
29
+ });
30
+
31
+ // Log leaked handles after all tests complete. This runs after test-level afterAll hooks,
32
+ // so any handles still alive at this point were not properly cleaned up during teardown.
33
+ // This diagnostic helps identify the source of exit hangs without masking them.
34
+ afterAll(() => {
35
+ const handles = (process as any)._getActiveHandles();
36
+ if (handles.length > 0) {
37
+ const details = handles.map((h: any) => {
38
+ const type = h?.constructor?.name ?? typeof h;
39
+ const fd = h?.fd ?? h?._handle?.fd ?? '?';
40
+ const destroyed = h?.destroyed ?? '?';
41
+ const hasRef = typeof h?.hasRef === 'function' ? h.hasRef() : '?';
42
+ const localAddr = h?.localAddress ?? '';
43
+ const remoteAddr = h?.remoteAddress ?? '';
44
+ const localPort = h?.localPort ?? '';
45
+ const remotePort = h?.remotePort ?? '';
46
+ const proto = Object.getPrototypeOf(h)?.constructor?.name ?? '?';
47
+ const keys = Object.keys(h).slice(0, 10).join(',');
48
+ let fdTarget = '';
49
+ if (typeof fd === 'number') {
50
+ try {
51
+ fdTarget = ` -> ${readlinkSync(`/proc/self/fd/${fd}`)}`;
52
+ } catch {
53
+ // ignore
54
+ }
55
+ }
56
+ return ` ${type}(fd=${fd}, destroyed=${destroyed}, hasRef=${hasRef}${fdTarget}) proto=${proto} addr=${localAddr}:${localPort}->${remoteAddr}:${remotePort} keys=[${keys}]`;
57
+ });
58
+ process.stderr.write(
59
+ `\n[jest_setup] WARNING: ${handles.length} handle(s) still active after teardown:\n${details.join('\n')}\n` +
60
+ `These may prevent Jest from exiting. Investigate and fix the leak.\n\n`,
61
+ );
62
+ }
13
63
  });