@aztec/end-to-end 0.0.1-commit.3469e52 → 0.0.1-commit.381b1a9

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 (202) hide show
  1. package/dest/bench/client_flows/client_flows_benchmark.d.ts +2 -2
  2. package/dest/bench/client_flows/client_flows_benchmark.d.ts.map +1 -1
  3. package/dest/bench/client_flows/client_flows_benchmark.js +46 -24
  4. package/dest/bench/client_flows/config.d.ts +2 -2
  5. package/dest/bench/client_flows/config.d.ts.map +1 -1
  6. package/dest/bench/client_flows/config.js +18 -0
  7. package/dest/bench/utils.d.ts +5 -4
  8. package/dest/bench/utils.d.ts.map +1 -1
  9. package/dest/bench/utils.js +13 -8
  10. package/dest/e2e_blacklist_token_contract/blacklist_token_contract_test.d.ts +4 -2
  11. package/dest/e2e_blacklist_token_contract/blacklist_token_contract_test.d.ts.map +1 -1
  12. package/dest/e2e_blacklist_token_contract/blacklist_token_contract_test.js +27 -18
  13. package/dest/e2e_cross_chain_messaging/cross_chain_messaging_test.d.ts +2 -2
  14. package/dest/e2e_cross_chain_messaging/cross_chain_messaging_test.d.ts.map +1 -1
  15. package/dest/e2e_cross_chain_messaging/cross_chain_messaging_test.js +3 -2
  16. package/dest/e2e_deploy_contract/deploy_test.d.ts +2 -2
  17. package/dest/e2e_deploy_contract/deploy_test.d.ts.map +1 -1
  18. package/dest/e2e_epochs/epochs_test.d.ts +15 -7
  19. package/dest/e2e_epochs/epochs_test.d.ts.map +1 -1
  20. package/dest/e2e_epochs/epochs_test.js +87 -39
  21. package/dest/e2e_fees/bridging_race.notest.js +1 -1
  22. package/dest/e2e_fees/fees_test.d.ts +2 -2
  23. package/dest/e2e_fees/fees_test.d.ts.map +1 -1
  24. package/dest/e2e_fees/fees_test.js +24 -17
  25. package/dest/e2e_l1_publisher/write_json.d.ts +4 -3
  26. package/dest/e2e_l1_publisher/write_json.d.ts.map +1 -1
  27. package/dest/e2e_l1_publisher/write_json.js +1 -7
  28. package/dest/e2e_nested_contract/nested_contract_test.js +4 -6
  29. package/dest/e2e_p2p/p2p_network.d.ts +2 -2
  30. package/dest/e2e_p2p/p2p_network.d.ts.map +1 -1
  31. package/dest/e2e_p2p/p2p_network.js +23 -6
  32. package/dest/e2e_p2p/reqresp/utils.d.ts +22 -0
  33. package/dest/e2e_p2p/reqresp/utils.d.ts.map +1 -0
  34. package/dest/e2e_p2p/reqresp/utils.js +177 -0
  35. package/dest/e2e_p2p/shared.d.ts +6 -6
  36. package/dest/e2e_p2p/shared.d.ts.map +1 -1
  37. package/dest/e2e_p2p/shared.js +14 -17
  38. package/dest/e2e_storage_proof/fixtures/storage_proof_fetcher.d.ts +2 -0
  39. package/dest/e2e_storage_proof/fixtures/storage_proof_fetcher.d.ts.map +1 -0
  40. package/dest/e2e_storage_proof/fixtures/storage_proof_fetcher.js +184 -0
  41. package/dest/e2e_storage_proof/fixtures/storage_proof_fixture.d.ts +18 -0
  42. package/dest/e2e_storage_proof/fixtures/storage_proof_fixture.d.ts.map +1 -0
  43. package/dest/e2e_storage_proof/fixtures/storage_proof_fixture.js +120 -0
  44. package/dest/e2e_token_contract/token_contract_test.d.ts +4 -2
  45. package/dest/e2e_token_contract/token_contract_test.d.ts.map +1 -1
  46. package/dest/e2e_token_contract/token_contract_test.js +20 -10
  47. package/dest/fixtures/authwit_proxy.d.ts +15 -0
  48. package/dest/fixtures/authwit_proxy.d.ts.map +1 -0
  49. package/dest/fixtures/authwit_proxy.js +30 -0
  50. package/dest/fixtures/e2e_prover_test.d.ts +4 -4
  51. package/dest/fixtures/e2e_prover_test.d.ts.map +1 -1
  52. package/dest/fixtures/e2e_prover_test.js +41 -45
  53. package/dest/fixtures/fixtures.d.ts +5 -1
  54. package/dest/fixtures/fixtures.d.ts.map +1 -1
  55. package/dest/fixtures/fixtures.js +6 -0
  56. package/dest/fixtures/ha_setup.d.ts +71 -0
  57. package/dest/fixtures/ha_setup.d.ts.map +1 -0
  58. package/dest/fixtures/ha_setup.js +116 -0
  59. package/dest/fixtures/index.d.ts +2 -1
  60. package/dest/fixtures/index.d.ts.map +1 -1
  61. package/dest/fixtures/index.js +1 -0
  62. package/dest/fixtures/setup.d.ts +48 -26
  63. package/dest/fixtures/setup.d.ts.map +1 -1
  64. package/dest/fixtures/setup.js +91 -169
  65. package/dest/fixtures/setup_p2p_test.d.ts +16 -9
  66. package/dest/fixtures/setup_p2p_test.d.ts.map +1 -1
  67. package/dest/fixtures/setup_p2p_test.js +40 -29
  68. package/dest/fixtures/token_utils.d.ts +1 -1
  69. package/dest/fixtures/token_utils.d.ts.map +1 -1
  70. package/dest/fixtures/token_utils.js +9 -6
  71. package/dest/shared/cross_chain_test_harness.d.ts +3 -4
  72. package/dest/shared/cross_chain_test_harness.d.ts.map +1 -1
  73. package/dest/shared/cross_chain_test_harness.js +24 -24
  74. package/dest/shared/gas_portal_test_harness.js +3 -3
  75. package/dest/shared/index.d.ts +2 -1
  76. package/dest/shared/index.d.ts.map +1 -1
  77. package/dest/shared/index.js +1 -0
  78. package/dest/shared/mock_state_view.d.ts +86 -0
  79. package/dest/shared/mock_state_view.d.ts.map +1 -0
  80. package/dest/shared/mock_state_view.js +186 -0
  81. package/dest/shared/submit-transactions.d.ts +4 -4
  82. package/dest/shared/submit-transactions.d.ts.map +1 -1
  83. package/dest/shared/submit-transactions.js +9 -11
  84. package/dest/shared/uniswap_l1_l2.d.ts +1 -1
  85. package/dest/shared/uniswap_l1_l2.d.ts.map +1 -1
  86. package/dest/shared/uniswap_l1_l2.js +27 -28
  87. package/dest/simulators/lending_simulator.d.ts +1 -1
  88. package/dest/simulators/lending_simulator.d.ts.map +1 -1
  89. package/dest/simulators/lending_simulator.js +4 -4
  90. package/dest/simulators/token_simulator.d.ts +1 -1
  91. package/dest/simulators/token_simulator.d.ts.map +1 -1
  92. package/dest/simulators/token_simulator.js +3 -24
  93. package/dest/spartan/setup_test_wallets.d.ts +12 -3
  94. package/dest/spartan/setup_test_wallets.d.ts.map +1 -1
  95. package/dest/spartan/setup_test_wallets.js +107 -37
  96. package/dest/spartan/tx_metrics.d.ts +38 -2
  97. package/dest/spartan/tx_metrics.d.ts.map +1 -1
  98. package/dest/spartan/tx_metrics.js +178 -4
  99. package/dest/spartan/utils/bot.d.ts +28 -0
  100. package/dest/spartan/utils/bot.d.ts.map +1 -0
  101. package/dest/spartan/utils/bot.js +142 -0
  102. package/dest/spartan/utils/chaos.d.ts +79 -0
  103. package/dest/spartan/utils/chaos.d.ts.map +1 -0
  104. package/dest/spartan/utils/chaos.js +142 -0
  105. package/dest/spartan/utils/clients.d.ts +39 -0
  106. package/dest/spartan/utils/clients.d.ts.map +1 -0
  107. package/dest/spartan/utils/clients.js +90 -0
  108. package/dest/spartan/utils/config.d.ts +39 -0
  109. package/dest/spartan/utils/config.d.ts.map +1 -0
  110. package/dest/spartan/utils/config.js +21 -0
  111. package/dest/spartan/utils/health.d.ts +63 -0
  112. package/dest/spartan/utils/health.d.ts.map +1 -0
  113. package/dest/spartan/utils/health.js +202 -0
  114. package/dest/spartan/utils/helm.d.ts +15 -0
  115. package/dest/spartan/utils/helm.d.ts.map +1 -0
  116. package/dest/spartan/utils/helm.js +47 -0
  117. package/dest/spartan/utils/index.d.ts +10 -0
  118. package/dest/spartan/utils/index.d.ts.map +1 -0
  119. package/dest/spartan/utils/index.js +20 -0
  120. package/dest/spartan/utils/k8s.d.ts +128 -0
  121. package/dest/spartan/utils/k8s.d.ts.map +1 -0
  122. package/dest/spartan/utils/k8s.js +381 -0
  123. package/dest/spartan/utils/nodes.d.ts +41 -0
  124. package/dest/spartan/utils/nodes.d.ts.map +1 -0
  125. package/dest/spartan/utils/nodes.js +461 -0
  126. package/dest/spartan/utils/scripts.d.ts +30 -0
  127. package/dest/spartan/utils/scripts.d.ts.map +1 -0
  128. package/dest/spartan/utils/scripts.js +81 -0
  129. package/dest/spartan/utils.d.ts +2 -260
  130. package/dest/spartan/utils.d.ts.map +1 -1
  131. package/dest/spartan/utils.js +1 -942
  132. package/dest/test-wallet/test_wallet.d.ts +83 -0
  133. package/dest/test-wallet/test_wallet.d.ts.map +1 -0
  134. package/dest/test-wallet/test_wallet.js +214 -0
  135. package/dest/test-wallet/utils.d.ts +41 -0
  136. package/dest/test-wallet/utils.d.ts.map +1 -0
  137. package/dest/test-wallet/utils.js +71 -0
  138. package/dest/test-wallet/wallet_worker_script.d.ts +2 -0
  139. package/dest/test-wallet/wallet_worker_script.d.ts.map +1 -0
  140. package/dest/test-wallet/wallet_worker_script.js +48 -0
  141. package/dest/test-wallet/worker_wallet.d.ts +52 -0
  142. package/dest/test-wallet/worker_wallet.d.ts.map +1 -0
  143. package/dest/test-wallet/worker_wallet.js +151 -0
  144. package/dest/test-wallet/worker_wallet_schema.d.ts +274 -0
  145. package/dest/test-wallet/worker_wallet_schema.d.ts.map +1 -0
  146. package/dest/test-wallet/worker_wallet_schema.js +10 -0
  147. package/package.json +43 -39
  148. package/src/bench/client_flows/client_flows_benchmark.ts +48 -58
  149. package/src/bench/client_flows/config.ts +9 -1
  150. package/src/bench/utils.ts +15 -8
  151. package/src/e2e_blacklist_token_contract/blacklist_token_contract_test.ts +33 -23
  152. package/src/e2e_cross_chain_messaging/cross_chain_messaging_test.ts +7 -8
  153. package/src/e2e_deploy_contract/deploy_test.ts +3 -3
  154. package/src/e2e_epochs/epochs_test.ts +130 -93
  155. package/src/e2e_fees/bridging_race.notest.ts +2 -5
  156. package/src/e2e_fees/fees_test.ts +28 -40
  157. package/src/e2e_l1_publisher/write_json.ts +3 -8
  158. package/src/e2e_nested_contract/nested_contract_test.ts +7 -7
  159. package/src/e2e_p2p/inactivity_slash_test.ts +4 -4
  160. package/src/e2e_p2p/p2p_network.ts +46 -17
  161. package/src/e2e_p2p/reqresp/utils.ts +235 -0
  162. package/src/e2e_p2p/shared.ts +22 -22
  163. package/src/e2e_storage_proof/fixtures/storage_proof.json +915 -0
  164. package/src/e2e_storage_proof/fixtures/storage_proof_fetcher.ts +190 -0
  165. package/src/e2e_storage_proof/fixtures/storage_proof_fixture.ts +173 -0
  166. package/src/e2e_token_contract/token_contract_test.ts +27 -12
  167. package/src/fixtures/authwit_proxy.ts +50 -0
  168. package/src/fixtures/dumps/epoch_proof_result.json +1 -1
  169. package/src/fixtures/e2e_prover_test.ts +43 -52
  170. package/src/fixtures/fixtures.ts +10 -0
  171. package/src/fixtures/ha_setup.ts +186 -0
  172. package/src/fixtures/index.ts +1 -0
  173. package/src/fixtures/setup.ts +125 -233
  174. package/src/fixtures/setup_p2p_test.ts +40 -44
  175. package/src/fixtures/token_utils.ts +9 -6
  176. package/src/guides/up_quick_start.sh +3 -3
  177. package/src/shared/cross_chain_test_harness.ts +24 -34
  178. package/src/shared/gas_portal_test_harness.ts +2 -2
  179. package/src/shared/index.ts +1 -0
  180. package/src/shared/mock_state_view.ts +188 -0
  181. package/src/shared/submit-transactions.ts +11 -16
  182. package/src/shared/uniswap_l1_l2.ts +49 -51
  183. package/src/simulators/lending_simulator.ts +6 -4
  184. package/src/simulators/token_simulator.ts +6 -30
  185. package/src/spartan/setup_test_wallets.ts +150 -25
  186. package/src/spartan/tx_metrics.ts +152 -7
  187. package/src/spartan/utils/bot.ts +188 -0
  188. package/src/spartan/utils/chaos.ts +253 -0
  189. package/src/spartan/utils/clients.ts +100 -0
  190. package/src/spartan/utils/config.ts +27 -0
  191. package/src/spartan/utils/health.ts +255 -0
  192. package/src/spartan/utils/helm.ts +84 -0
  193. package/src/spartan/utils/index.ts +68 -0
  194. package/src/spartan/utils/k8s.ts +535 -0
  195. package/src/spartan/utils/nodes.ts +538 -0
  196. package/src/spartan/utils/scripts.ts +99 -0
  197. package/src/spartan/utils.ts +1 -1246
  198. package/src/test-wallet/test_wallet.ts +306 -0
  199. package/src/test-wallet/utils.ts +112 -0
  200. package/src/test-wallet/wallet_worker_script.ts +60 -0
  201. package/src/test-wallet/worker_wallet.ts +213 -0
  202. package/src/test-wallet/worker_wallet_schema.ts +13 -0
@@ -1,6 +1,5 @@
1
1
  import { SchnorrAccountContractArtifact } from '@aztec/accounts/schnorr';
2
- import { type InitialAccountData, generateSchnorrAccounts, getInitialTestAccountsData } from '@aztec/accounts/testing';
3
- import { type Archiver, createArchiver } from '@aztec/archiver';
2
+ import { type InitialAccountData, generateSchnorrAccounts } from '@aztec/accounts/testing';
4
3
  import { type AztecNodeConfig, AztecNodeService, getConfigEnvVars } from '@aztec/aztec-node';
5
4
  import { AztecAddress, EthAddress } from '@aztec/aztec.js/addresses';
6
5
  import {
@@ -13,10 +12,9 @@ import {
13
12
  import { publishContractClass, publishInstance } from '@aztec/aztec.js/deployment';
14
13
  import { Fr } from '@aztec/aztec.js/fields';
15
14
  import { type Logger, createLogger } from '@aztec/aztec.js/log';
16
- import { type AztecNode, createAztecNodeClient, waitForNode } from '@aztec/aztec.js/node';
15
+ import type { AztecNode } from '@aztec/aztec.js/node';
17
16
  import type { Wallet } from '@aztec/aztec.js/wallet';
18
17
  import { AnvilTestWatcher, CheatCodes } from '@aztec/aztec/testing';
19
- import { createBlobClientWithFileStores } from '@aztec/blob-client/client';
20
18
  import { SPONSORED_FPC_SALT } from '@aztec/constants';
21
19
  import { isAnvilTestChain } from '@aztec/ethereum/chain';
22
20
  import { createExtendedL1Client } from '@aztec/ethereum/client';
@@ -30,35 +28,27 @@ import {
30
28
  type ZKPassportArgs,
31
29
  deployAztecL1Contracts,
32
30
  } from '@aztec/ethereum/deploy-aztec-l1-contracts';
33
- import {
34
- DelayedTxUtils,
35
- EthCheatCodes,
36
- EthCheatCodesWithState,
37
- createDelayedL1TxUtilsFromViemWallet,
38
- startAnvil,
39
- } from '@aztec/ethereum/test';
31
+ import type { Delayer } from '@aztec/ethereum/l1-tx-utils';
32
+ import { type Anvil, EthCheatCodes, EthCheatCodesWithState, startAnvil } from '@aztec/ethereum/test';
40
33
  import { BlockNumber, EpochNumber } from '@aztec/foundation/branded-types';
41
34
  import { SecretValue } from '@aztec/foundation/config';
42
35
  import { randomBytes } from '@aztec/foundation/crypto/random';
43
36
  import { tryRmDir } from '@aztec/foundation/fs';
44
- import { withLogNameSuffix } from '@aztec/foundation/log';
37
+ import { withLoggerBindings } from '@aztec/foundation/log/server';
45
38
  import { retryUntil } from '@aztec/foundation/retry';
46
39
  import { sleep } from '@aztec/foundation/sleep';
47
40
  import { DateProvider, TestDateProvider } from '@aztec/foundation/timer';
48
- import type { DataStoreConfig } from '@aztec/kv-store/config';
49
41
  import { SponsoredFPCContract } from '@aztec/noir-contracts.js/SponsoredFPC';
50
42
  import { getVKTreeRoot } from '@aztec/noir-protocol-circuits-types/vk-tree';
51
43
  import type { P2PClientDeps } from '@aztec/p2p';
52
44
  import { MockGossipSubNetwork, getMockPubSubP2PServiceFactory } from '@aztec/p2p/test-helpers';
53
45
  import { protocolContractsHash } from '@aztec/protocol-contracts';
54
- import { type ProverNode, type ProverNodeConfig, type ProverNodeDeps, createProverNode } from '@aztec/prover-node';
46
+ import type { ProverNodeConfig } from '@aztec/prover-node';
55
47
  import { type PXEConfig, getPXEConfig } from '@aztec/pxe/server';
56
48
  import type { SequencerClient } from '@aztec/sequencer-client';
57
- import type { TestSequencerClient } from '@aztec/sequencer-client/test';
58
49
  import { type ContractInstanceWithAddress, getContractInstanceFromInstantiationParams } from '@aztec/stdlib/contract';
59
50
  import type { AztecNodeAdmin } from '@aztec/stdlib/interfaces/client';
60
51
  import { tryStop } from '@aztec/stdlib/interfaces/server';
61
- import type { P2PClientType } from '@aztec/stdlib/p2p';
62
52
  import type { PublicDataTreeLeaf } from '@aztec/stdlib/trees';
63
53
  import {
64
54
  type TelemetryClient,
@@ -67,10 +57,9 @@ import {
67
57
  initTelemetryClient,
68
58
  } from '@aztec/telemetry-client';
69
59
  import { BenchmarkTelemetryClient } from '@aztec/telemetry-client/bench';
70
- import { TestWallet, deployFundedSchnorrAccounts } from '@aztec/test-wallet/server';
60
+ import { deployFundedSchnorrAccounts } from '@aztec/wallets/testing';
71
61
  import { getGenesisValues } from '@aztec/world-state/testing';
72
62
 
73
- import type { Anvil } from '@viem/anvil';
74
63
  import fs from 'fs/promises';
75
64
  import { tmpdir } from 'os';
76
65
  import path from 'path';
@@ -84,6 +73,7 @@ import {
84
73
  } from 'viem/accounts';
85
74
  import { type Chain, foundry } from 'viem/chains';
86
75
 
76
+ import { TestWallet } from '../test-wallet/test_wallet.js';
87
77
  import { MNEMONIC, TEST_MAX_PENDING_TX_POOL_COUNT, TEST_PEER_CHECK_INTERVAL_MS } from './fixtures.js';
88
78
  import { getACVMConfig } from './get_acvm_config.js';
89
79
  import { getBBConfig } from './get_bb_config.js';
@@ -92,9 +82,6 @@ import { getEndToEndTestTelemetryClient } from './with_telemetry_utils.js';
92
82
 
93
83
  export { startAnvil };
94
84
 
95
- const { AZTEC_NODE_URL = '' } = process.env;
96
- const getAztecUrl = () => AZTEC_NODE_URL;
97
-
98
85
  let telemetry: TelemetryClient | undefined = undefined;
99
86
  async function getTelemetryClient(partialConfig: Partial<TelemetryClientConfig> & { benchmark?: boolean } = {}) {
100
87
  if (!telemetry) {
@@ -125,14 +112,14 @@ export async function setupSharedBlobStorage(config: { dataDirectory?: string }
125
112
  * @param aztecNode - An instance of Aztec Node.
126
113
  * @param opts - Partial configuration for the PXE.
127
114
  * @param logger - The logger to be used.
128
- * @param useLogSuffix - Whether to add a randomly generated suffix to the PXE debug logs.
115
+ * @param actor - Actor label to include in log output (e.g., 'pxe-test').
129
116
  * @returns A test wallet, logger and teardown function.
130
117
  */
131
118
  export async function setupPXEAndGetWallet(
132
119
  aztecNode: AztecNode,
133
120
  opts: Partial<PXEConfig> = {},
134
121
  logger = getLogger(),
135
- useLogSuffix = false,
122
+ actor?: string,
136
123
  ): Promise<{
137
124
  wallet: TestWallet;
138
125
  logger: Logger;
@@ -150,9 +137,7 @@ export async function setupPXEAndGetWallet(
150
137
 
151
138
  const teardown = configuredDataDirectory ? () => Promise.resolve() : () => tryRmDir(PXEConfig.dataDirectory!);
152
139
 
153
- const wallet = await TestWallet.create(aztecNode, PXEConfig, {
154
- useLogSuffix,
155
- });
140
+ const wallet = await TestWallet.create(aztecNode, PXEConfig, { loggerActorLabel: actor });
156
141
 
157
142
  return {
158
143
  wallet,
@@ -199,6 +184,11 @@ export type SetupOptions = {
199
184
  anvilAccounts?: number;
200
185
  /** Port to start anvil (defaults to 8545) */
201
186
  anvilPort?: number;
187
+ /**
188
+ * Number of slots per epoch for Anvil's finality simulation.
189
+ * Anvil reports `finalized = latest - slotsInAnEpoch * 2`.
190
+ */
191
+ anvilSlotsInAnEpoch?: number;
202
192
  /** Key to use for publishing L1 contracts */
203
193
  l1PublisherKey?: SecretValue<`0x${string}`>;
204
194
  /** ZkPassport configuration (domain, scope, mock verifier) */
@@ -209,6 +199,8 @@ export type SetupOptions = {
209
199
  skipAccountDeployment?: boolean;
210
200
  /** L1 contracts deployment arguments. */
211
201
  l1ContractsArgs?: Partial<DeployAztecL1ContractsArgs>;
202
+ /** Wallet minimum fee padding multiplier (defaults to 0.5, which is 50% padding). */
203
+ walletMinFeePadding?: number;
212
204
  } & Partial<AztecNodeConfig>;
213
205
 
214
206
  /** Context for an end-to-end test as returned by the `setup` function */
@@ -217,13 +209,13 @@ export type EndToEndContext = {
217
209
  anvil: Anvil | undefined;
218
210
  /** The Aztec Node service or client a connected to it. */
219
211
  aztecNode: AztecNode;
220
- /** The Aztec Node as a service (only set if running locally). */
221
- aztecNodeService: AztecNodeService | undefined;
222
- /** Client to the Aztec Node admin interface (undefined if connected to remote environment) */
223
- aztecNodeAdmin: AztecNodeAdmin | undefined;
224
- /** The prover node service (only set if startProverNode is true) */
225
- proverNode: ProverNode | undefined;
226
- /** A client to the sequencer service (undefined if connected to remote environment) */
212
+ /** The Aztec Node as a service. */
213
+ aztecNodeService: AztecNodeService;
214
+ /** Client to the Aztec Node admin interface. */
215
+ aztecNodeAdmin: AztecNodeAdmin;
216
+ /** The aztec node running the prover node subsystem (only set if startProverNode is true). */
217
+ proverNode: AztecNodeService | undefined;
218
+ /** A client to the sequencer service. */
227
219
  sequencer: SequencerClient | undefined;
228
220
  /** Return values from deployAztecL1Contracts function. */
229
221
  deployL1ContractsValues: DeployAztecL1ContractsReturnType;
@@ -243,14 +235,18 @@ export type EndToEndContext = {
243
235
  cheatCodes: CheatCodes;
244
236
  /** The cheat codes for L1 */
245
237
  ethCheatCodes: EthCheatCodes;
246
- /** The anvil test watcher (undefined if connected to remote environment) */
247
- watcher: AnvilTestWatcher | undefined;
248
- /** Allows tweaking current system time, used by the epoch cache only (undefined if connected to remote environment) */
249
- dateProvider: TestDateProvider | undefined;
238
+ /** The anvil test watcher. */
239
+ watcher: AnvilTestWatcher;
240
+ /** Allows tweaking current system time, used by the epoch cache only. */
241
+ dateProvider: TestDateProvider;
250
242
  /** Telemetry client */
251
- telemetryClient: TelemetryClient | undefined;
243
+ telemetryClient: TelemetryClient;
252
244
  /** Mock gossip sub network used for gossipping messages (only if mockGossipSubNetwork was set to true in opts) */
253
245
  mockGossipSubNetwork: MockGossipSubNetwork | undefined;
246
+ /** Delayer for sequencer L1 txs (only when enableDelayer is true). */
247
+ sequencerDelayer: Delayer | undefined;
248
+ /** Delayer for prover node L1 txs (only when enableDelayer and startProverNode are true). */
249
+ proverDelayer: Delayer | undefined;
254
250
  /** Prefilled public data used for setting up nodes. */
255
251
  prefilledPublicData: PublicDataTreeLeaf[] | undefined;
256
252
  /** ACVM config (only set if running locally). */
@@ -258,82 +254,11 @@ export type EndToEndContext = {
258
254
  /** BB config (only set if running locally). */
259
255
  bbConfig: Awaited<ReturnType<typeof getBBConfig>>;
260
256
  /** Directory to cleanup on teardown. */
261
- directoryToCleanup: string | undefined;
257
+ directoryToCleanup: string;
262
258
  /** Function to stop the started services. */
263
259
  teardown: () => Promise<void>;
264
260
  };
265
261
 
266
- /**
267
- * Function to setup the test against a remote deployment. It is assumed that L1 contract are already deployed
268
- */
269
- async function setupWithRemoteEnvironment(
270
- account: HDAccount | PrivateKeyAccount,
271
- config: AztecNodeConfig,
272
- logger: Logger,
273
- numberOfAccounts: number,
274
- ): Promise<EndToEndContext> {
275
- const aztecNodeUrl = getAztecUrl();
276
- logger.verbose(`Creating Aztec Node client to remote host ${aztecNodeUrl}`);
277
- const aztecNode = createAztecNodeClient(aztecNodeUrl);
278
- await waitForNode(aztecNode, logger);
279
- logger.verbose('JSON RPC client connected to Aztec Node');
280
- logger.verbose(`Retrieving contract addresses from ${aztecNodeUrl}`);
281
- const { l1ContractAddresses, rollupVersion } = await aztecNode.getNodeInfo();
282
-
283
- const l1Client = createExtendedL1Client(config.l1RpcUrls, account, foundry);
284
-
285
- const deployL1ContractsValues: DeployAztecL1ContractsReturnType = {
286
- l1ContractAddresses,
287
- l1Client,
288
- rollupVersion,
289
- };
290
- const ethCheatCodes = new EthCheatCodes(config.l1RpcUrls, new DateProvider());
291
- const wallet = await TestWallet.create(aztecNode);
292
- const cheatCodes = await CheatCodes.create(config.l1RpcUrls, aztecNode, new DateProvider());
293
- const teardown = () => Promise.resolve();
294
-
295
- logger.verbose('Populating wallet from already registered accounts...');
296
- const initialFundedAccounts = await getInitialTestAccountsData();
297
-
298
- if (initialFundedAccounts.length < numberOfAccounts) {
299
- throw new Error(`Required ${numberOfAccounts} accounts. Found ${initialFundedAccounts.length}.`);
300
- }
301
-
302
- const testAccounts = await Promise.all(
303
- initialFundedAccounts.slice(0, numberOfAccounts).map(async account => {
304
- const accountManager = await wallet.createSchnorrAccount(account.secret, account.salt, account.signingKey);
305
- return accountManager.address;
306
- }),
307
- );
308
-
309
- return {
310
- anvil: undefined,
311
- aztecNode,
312
- aztecNodeService: undefined,
313
- aztecNodeAdmin: undefined,
314
- sequencer: undefined,
315
- proverNode: undefined,
316
- deployL1ContractsValues,
317
- config,
318
- aztecNodeConfig: config,
319
- initialFundedAccounts,
320
- wallet,
321
- accounts: testAccounts,
322
- logger,
323
- cheatCodes,
324
- ethCheatCodes,
325
- prefilledPublicData: undefined,
326
- mockGossipSubNetwork: undefined,
327
- watcher: undefined,
328
- dateProvider: undefined,
329
- telemetryClient: undefined,
330
- acvmConfig: undefined,
331
- bbConfig: undefined,
332
- directoryToCleanup: undefined,
333
- teardown,
334
- };
335
- }
336
-
337
262
  /**
338
263
  * Sets up the environment for the end-to-end tests.
339
264
  * @param numberOfAccounts - The number of new accounts to be created once the PXE is initiated.
@@ -361,8 +286,12 @@ export async function setup(
361
286
  config.realProofs = !!opts.realProofs;
362
287
  // Only enforce the time table if requested
363
288
  config.enforceTimeTable = !!opts.enforceTimeTable;
289
+ // Enable the tx delayer for tests (default config has it disabled, so we force-enable it here)
290
+ config.enableDelayer = true;
364
291
  config.listenAddress = '127.0.0.1';
365
292
 
293
+ config.minTxPoolAgeMs = opts.minTxPoolAgeMs ?? 0;
294
+
366
295
  const logger = getLogger();
367
296
 
368
297
  // Create a temp directory for any services that need it and cleanup later
@@ -376,16 +305,11 @@ export async function setup(
376
305
  if (!isAnvilTestChain(chain.id)) {
377
306
  throw new Error(`No ETHEREUM_HOSTS set but non anvil chain requested`);
378
307
  }
379
- if (AZTEC_NODE_URL) {
380
- throw new Error(
381
- `AZTEC_NODE_URL provided but no ETHEREUM_HOSTS set. Refusing to run, please set both variables so tests can deploy L1 contracts to the same Anvil instance`,
382
- );
383
- }
384
-
385
308
  const res = await startAnvil({
386
309
  l1BlockTime: opts.ethereumSlotDuration,
387
310
  accounts: opts.anvilAccounts,
388
- port: opts.anvilPort,
311
+ port: opts.anvilPort ?? (process.env.ANVIL_PORT ? parseInt(process.env.ANVIL_PORT) : undefined),
312
+ slotsInAnEpoch: opts.anvilSlotsInAnEpoch,
389
313
  });
390
314
  anvil = res.anvil;
391
315
  config.l1RpcUrls = [res.rpcUrl];
@@ -416,11 +340,11 @@ export async function setup(
416
340
  publisherPrivKeyHex = opts.l1PublisherKey.getValue();
417
341
  publisherHdAccount = privateKeyToAccount(publisherPrivKeyHex);
418
342
  } else if (
419
- config.publisherPrivateKeys &&
420
- config.publisherPrivateKeys.length > 0 &&
421
- config.publisherPrivateKeys[0].getValue() != NULL_KEY
343
+ config.sequencerPublisherPrivateKeys &&
344
+ config.sequencerPublisherPrivateKeys.length > 0 &&
345
+ config.sequencerPublisherPrivateKeys[0].getValue() != NULL_KEY
422
346
  ) {
423
- publisherPrivKeyHex = config.publisherPrivateKeys[0].getValue();
347
+ publisherPrivKeyHex = config.sequencerPublisherPrivateKeys[0].getValue();
424
348
  publisherHdAccount = privateKeyToAccount(publisherPrivKeyHex);
425
349
  } else if (!MNEMONIC) {
426
350
  throw new Error(`Mnemonic not provided and no publisher private key`);
@@ -429,18 +353,13 @@ export async function setup(
429
353
  const publisherPrivKeyRaw = publisherHdAccount.getHdKey().privateKey;
430
354
  const publisherPrivKey = publisherPrivKeyRaw === null ? null : Buffer.from(publisherPrivKeyRaw);
431
355
  publisherPrivKeyHex = `0x${publisherPrivKey!.toString('hex')}` as const;
432
- config.publisherPrivateKeys = [new SecretValue(publisherPrivKeyHex)];
356
+ config.sequencerPublisherPrivateKeys = [new SecretValue(publisherPrivKeyHex)];
433
357
  }
434
358
 
435
359
  if (config.coinbase === undefined) {
436
360
  config.coinbase = EthAddress.fromString(publisherHdAccount.address);
437
361
  }
438
362
 
439
- if (AZTEC_NODE_URL) {
440
- // we are setting up against a remote environment, l1 contracts are assumed to already be deployed
441
- return await setupWithRemoteEnvironment(publisherHdAccount!, config, logger, numberOfAccounts);
442
- }
443
-
444
363
  // Determine which addresses to fund in genesis
445
364
  const initialFundedAccounts =
446
365
  opts.initialFundedAccounts ??
@@ -497,9 +416,14 @@ export async function setup(
497
416
  if (enableAutomine) {
498
417
  await ethCheatCodes.setAutomine(false);
499
418
  await ethCheatCodes.setIntervalMining(config.ethereumSlotDuration);
500
- dateProvider.setTime((await ethCheatCodes.timestamp()) * 1000);
501
419
  }
502
420
 
421
+ // Always sync dateProvider to L1 time after deploying L1 contracts, regardless of mining mode.
422
+ // In compose mode, L1 time may have drifted ahead of system time due to the local-network watcher
423
+ // warping time forward on each filled slot. Without this sync, the sequencer computes the wrong
424
+ // slot from its dateProvider and cannot propose blocks.
425
+ dateProvider.setTime((await ethCheatCodes.timestamp()) * 1000);
426
+
503
427
  if (opts.l2StartTime) {
504
428
  await ethCheatCodes.warp(opts.l2StartTime, { resetBlockInterval: true });
505
429
  }
@@ -536,7 +460,7 @@ export async function setup(
536
460
  }
537
461
 
538
462
  let mockGossipSubNetwork: MockGossipSubNetwork | undefined;
539
- let p2pClientDeps: P2PClientDeps<P2PClientType.Full> | undefined = undefined;
463
+ let p2pClientDeps: P2PClientDeps | undefined = undefined;
540
464
 
541
465
  if (opts.mockGossipSubNetwork) {
542
466
  mockGossipSubNetwork = new MockGossipSubNetwork();
@@ -567,44 +491,52 @@ export async function setup(
567
491
  }
568
492
  }
569
493
 
570
- const aztecNodeService = await AztecNodeService.createAndSync(
571
- config,
572
- { dateProvider, telemetry: telemetryClient, p2pClientDeps, logger: createLogger('node:MAIN-aztec-node') },
573
- { prefilledPublicData },
494
+ const aztecNodeService = await withLoggerBindings({ actor: 'node-0' }, () =>
495
+ AztecNodeService.createAndSync(
496
+ config,
497
+ { dateProvider, telemetry: telemetryClient, p2pClientDeps },
498
+ { prefilledPublicData },
499
+ ),
574
500
  );
575
501
  const sequencerClient = aztecNodeService.getSequencer();
576
502
 
577
- if (sequencerClient) {
578
- const publisher = (sequencerClient as TestSequencerClient).sequencer.publisher;
579
- publisher.l1TxUtils = DelayedTxUtils.fromL1TxUtils(publisher.l1TxUtils, config.ethereumSlotDuration, l1Client);
580
- }
581
-
582
- let proverNode: ProverNode | undefined = undefined;
503
+ let proverNode: AztecNodeService | undefined = undefined;
583
504
  if (opts.startProverNode) {
584
505
  logger.verbose('Creating and syncing a simulated prover node...');
585
506
  const proverNodePrivateKey = getPrivateKeyFromIndex(2);
586
507
  const proverNodePrivateKeyHex: Hex = `0x${proverNodePrivateKey!.toString('hex')}`;
587
508
  const proverNodeDataDirectory = path.join(directoryToCleanup, randomBytes(8).toString('hex'));
588
- const proverNodeConfig = {
589
- ...config.proverNodeConfig,
590
- dataDirectory: proverNodeDataDirectory,
591
- p2pEnabled: false,
509
+
510
+ const p2pClientDeps: Partial<P2PClientDeps> = {
511
+ p2pServiceFactory: mockGossipSubNetwork && getMockPubSubP2PServiceFactory(mockGossipSubNetwork!),
512
+ rpcTxProviders: [aztecNodeService],
592
513
  };
593
- proverNode = await createAndSyncProverNode(
514
+
515
+ ({ proverNode } = await createAndSyncProverNode(
594
516
  proverNodePrivateKeyHex,
595
517
  config,
596
- proverNodeConfig,
597
- aztecNodeService,
598
- prefilledPublicData,
599
- );
518
+ {
519
+ ...config.proverNodeConfig,
520
+ dataDirectory: proverNodeDataDirectory,
521
+ },
522
+ { dateProvider, p2pClientDeps, telemetry: telemetryClient },
523
+ { prefilledPublicData },
524
+ ));
600
525
  }
601
526
 
527
+ const sequencerDelayer = sequencerClient?.getDelayer();
528
+ const proverDelayer = proverNode?.getProverNode()?.getDelayer();
529
+
602
530
  logger.verbose('Creating a pxe...');
603
531
  const pxeConfig = { ...getPXEConfig(), ...pxeOpts };
604
532
  pxeConfig.dataDirectory = path.join(directoryToCleanup, randomBytes(8).toString('hex'));
605
533
  // For tests we only want proving enabled if specifically requested
606
534
  pxeConfig.proverEnabled = !!pxeOpts.proverEnabled;
607
- const wallet = await TestWallet.create(aztecNodeService, pxeConfig);
535
+ const wallet = await TestWallet.create(aztecNodeService, pxeConfig, { loggerActorLabel: 'pxe-0' });
536
+
537
+ if (opts.walletMinFeePadding !== undefined) {
538
+ wallet.setMinFeePadding(opts.walletMinFeePadding);
539
+ }
608
540
 
609
541
  const cheatCodes = await CheatCodes.create(config.l1RpcUrls, aztecNodeService, dateProvider);
610
542
 
@@ -629,7 +561,7 @@ export async function setup(
629
561
  `${numberOfAccounts} accounts are being deployed. Reliably progressing past genesis by setting minTxsPerBlock to 1 and waiting for the accounts to be deployed`,
630
562
  );
631
563
  const accountsData = initialFundedAccounts.slice(0, numberOfAccounts);
632
- const accountManagers = await deployFundedSchnorrAccounts(wallet, aztecNodeService, accountsData);
564
+ const accountManagers = await deployFundedSchnorrAccounts(wallet, accountsData);
633
565
  accounts = accountManagers.map(accountManager => accountManager.address);
634
566
  } else if (needsEmptyBlock) {
635
567
  logger.info('No accounts are being deployed, waiting for an empty block 1 to be mined');
@@ -672,7 +604,7 @@ export async function setup(
672
604
  logger.error(`Error during e2e test teardown`, err);
673
605
  } finally {
674
606
  try {
675
- await telemetryClient?.stop();
607
+ await telemetryClient.stop();
676
608
  } catch (err) {
677
609
  logger.error(`Error during telemetry client stop`, err);
678
610
  }
@@ -695,6 +627,8 @@ export async function setup(
695
627
  mockGossipSubNetwork,
696
628
  prefilledPublicData,
697
629
  proverNode,
630
+ sequencerDelayer,
631
+ proverDelayer,
698
632
  sequencer: sequencerClient,
699
633
  teardown,
700
634
  telemetryClient,
@@ -778,93 +712,55 @@ export async function waitForProvenChain(node: AztecNode, targetBlock?: BlockNum
778
712
  );
779
713
  }
780
714
 
715
+ /**
716
+ * Creates an AztecNodeService with the prover node enabled as a subsystem.
717
+ * Returns both the aztec node service (for lifecycle management) and the prover node (for test internals access).
718
+ */
781
719
  export function createAndSyncProverNode(
782
720
  proverNodePrivateKey: `0x${string}`,
783
- aztecNodeConfig: AztecNodeConfig,
784
- proverNodeConfig: Partial<ProverNodeConfig> & Pick<DataStoreConfig, 'dataDirectory'> & { dontStart?: boolean },
785
- aztecNode: AztecNode | undefined,
786
- prefilledPublicData: PublicDataTreeLeaf[] = [],
787
- proverNodeDeps: ProverNodeDeps = {},
788
- ) {
789
- return withLogNameSuffix('prover-node', async () => {
790
- const aztecNodeTxProvider = aztecNode && {
791
- getTxByHash: aztecNode.getTxByHash.bind(aztecNode),
792
- getTxsByHash: aztecNode.getTxsByHash.bind(aztecNode),
793
- stop: () => Promise.resolve(),
794
- };
795
-
796
- const blobClient = await createBlobClientWithFileStores(aztecNodeConfig, createLogger('blob-client:prover-node'));
797
-
798
- const archiverConfig = { ...aztecNodeConfig, dataDirectory: proverNodeConfig.dataDirectory };
799
- const archiver = await createArchiver(
800
- archiverConfig,
801
- { blobClient, dateProvider: proverNodeDeps.dateProvider },
802
- { blockUntilSync: true },
803
- );
804
-
805
- const proverConfig: ProverNodeConfig = {
806
- ...aztecNodeConfig,
807
- txCollectionNodeRpcUrls: [],
808
- realProofs: false,
809
- proverAgentCount: 2,
810
- publisherPrivateKeys: [new SecretValue(proverNodePrivateKey)],
811
- proverNodeMaxPendingJobs: 10,
812
- proverNodeMaxParallelBlocksPerEpoch: 32,
813
- proverNodePollingIntervalMs: 200,
814
- txGatheringIntervalMs: 1000,
815
- txGatheringBatchSize: 10,
816
- txGatheringMaxParallelRequestsPerNode: 10,
817
- txGatheringTimeoutMs: 24_000,
818
- proverNodeFailedEpochStore: undefined,
819
- proverId: EthAddress.fromNumber(1),
820
- proverNodeEpochProvingDelayMs: undefined,
821
- ...proverNodeConfig,
822
- };
823
-
824
- const l1TxUtils = createDelayedL1TxUtils(
825
- aztecNodeConfig,
826
- proverNodePrivateKey,
827
- 'prover-node',
828
- proverNodeDeps.dateProvider,
721
+ baseConfig: AztecNodeConfig,
722
+ configOverrides: Pick<AztecNodeConfig, 'dataDirectory'>,
723
+ deps: {
724
+ telemetry?: TelemetryClient;
725
+ dateProvider: DateProvider;
726
+ p2pClientDeps?: P2PClientDeps;
727
+ },
728
+ options: { prefilledPublicData: PublicDataTreeLeaf[]; dontStart?: boolean },
729
+ ): Promise<{ proverNode: AztecNodeService }> {
730
+ return withLoggerBindings({ actor: 'prover-0' }, async () => {
731
+ const proverNode = await AztecNodeService.createAndSync(
732
+ {
733
+ ...baseConfig,
734
+ ...configOverrides,
735
+ p2pPort: 0,
736
+ enableProverNode: true,
737
+ disableValidator: true,
738
+ proverPublisherPrivateKeys: [new SecretValue(proverNodePrivateKey)],
739
+ },
740
+ deps,
741
+ { ...options, dontStartProverNode: options.dontStart },
829
742
  );
830
743
 
831
- const proverNode = await createProverNode(
832
- proverConfig,
833
- { ...proverNodeDeps, aztecNodeTxProvider, archiver: archiver as Archiver, l1TxUtils },
834
- { prefilledPublicData },
835
- );
836
- getLogger().info(`Created and synced prover node`, { publisherAddress: l1TxUtils.client.account!.address });
837
- if (!proverNodeConfig.dontStart) {
838
- await proverNode.start();
744
+ if (!proverNode.getProverNode()) {
745
+ throw new Error('Prover node subsystem was not created despite enableProverNode being set');
839
746
  }
840
- return proverNode;
841
- });
842
- }
843
-
844
- function createDelayedL1TxUtils(
845
- aztecNodeConfig: AztecNodeConfig,
846
- privateKey: `0x${string}`,
847
- logName: string,
848
- dateProvider?: DateProvider,
849
- ) {
850
- const l1Client = createExtendedL1Client(aztecNodeConfig.l1RpcUrls, privateKey, foundry);
851
747
 
852
- const log = createLogger(logName);
853
- const l1TxUtils = createDelayedL1TxUtilsFromViemWallet(l1Client, log, dateProvider, aztecNodeConfig);
854
- l1TxUtils.enableDelayer(aztecNodeConfig.ethereumSlotDuration);
855
- return l1TxUtils;
748
+ getLogger().info(`Created and synced prover node`);
749
+ return { proverNode };
750
+ });
856
751
  }
857
752
 
858
753
  export type BalancesFn = ReturnType<typeof getBalancesFn>;
859
754
  export function getBalancesFn(
860
755
  symbol: string,
861
756
  method: ContractMethod,
862
- from: AztecAddress,
863
757
  logger: any,
864
758
  ): (...addresses: (AztecAddress | { address: AztecAddress })[]) => Promise<bigint[]> {
865
759
  const balances = async (...addressLikes: (AztecAddress | { address: AztecAddress })[]) => {
866
760
  const addresses = addressLikes.map(addressLike => ('address' in addressLike ? addressLike.address : addressLike));
867
- const b = await Promise.all(addresses.map(address => method(address).simulate({ from })));
761
+ const b = await Promise.all(
762
+ addresses.map(async address => (await method(address).simulate({ from: address })).result),
763
+ );
868
764
  const debugString = `${symbol} balances: ${addresses.map((address, i) => `${address}: ${b[i]}`).join(', ')}`;
869
765
  logger.verbose(debugString);
870
766
  return b;
@@ -921,13 +817,11 @@ export async function ensureAccountContractsPublished(wallet: Wallet, accountsTo
921
817
  ).map(contractMetadata => contractMetadata.instance);
922
818
  const contractClass = await getContractClassFromArtifact(SchnorrAccountContractArtifact);
923
819
  if (!(await wallet.getContractClassMetadata(contractClass.id)).isContractClassPubliclyRegistered) {
924
- await (await publishContractClass(wallet, SchnorrAccountContractArtifact))
925
- .send({ from: accountsToDeploy[0] })
926
- .wait();
820
+ await (await publishContractClass(wallet, SchnorrAccountContractArtifact)).send({ from: accountsToDeploy[0] });
927
821
  }
928
822
  const requests = instances.map(instance => publishInstance(wallet, instance!));
929
823
  const batch = new BatchCall(wallet, requests);
930
- await batch.send({ from: accountsToDeploy[0] }).wait();
824
+ await batch.send({ from: accountsToDeploy[0] });
931
825
  }
932
826
 
933
827
  /**
@@ -951,12 +845,10 @@ export const deployAccounts =
951
845
  deployedAccounts[i].signingKey,
952
846
  );
953
847
  const deployMethod = await accountManager.getDeployMethod();
954
- await deployMethod
955
- .send({
956
- from: AztecAddress.ZERO,
957
- skipClassPublication: i !== 0, // Publish the contract class at most once.
958
- })
959
- .wait();
848
+ await deployMethod.send({
849
+ from: AztecAddress.ZERO,
850
+ skipClassPublication: i !== 0, // Publish the contract class at most once.
851
+ });
960
852
  }
961
853
 
962
854
  return { deployedAccounts };
@@ -986,7 +878,7 @@ export async function publicDeployAccounts(
986
878
 
987
879
  const batch = new BatchCall(wallet, calls);
988
880
 
989
- const txReceipt = await batch.send({ from: accountsToDeploy[0] }).wait();
881
+ const { receipt: txReceipt } = await batch.send({ from: accountsToDeploy[0] });
990
882
  if (waitUntilProven) {
991
883
  if (!node) {
992
884
  throw new Error('Need to provide an AztecNode to wait for proven.');