@aztec/end-to-end 0.0.1-commit.29c6b1a3 → 0.0.1-commit.2d9cb6034

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 (196) 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 +21 -28
  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 +1 -1
  8. package/dest/bench/utils.d.ts.map +1 -1
  9. package/dest/bench/utils.js +6 -3
  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 +22 -12
  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 +11 -7
  19. package/dest/e2e_epochs/epochs_test.d.ts.map +1 -1
  20. package/dest/e2e_epochs/epochs_test.js +72 -39
  21. package/dest/e2e_fees/fees_test.d.ts +2 -2
  22. package/dest/e2e_fees/fees_test.d.ts.map +1 -1
  23. package/dest/e2e_fees/fees_test.js +18 -11
  24. package/dest/e2e_l1_publisher/write_json.d.ts +3 -2
  25. package/dest/e2e_l1_publisher/write_json.d.ts.map +1 -1
  26. package/dest/e2e_l1_publisher/write_json.js +1 -7
  27. package/dest/e2e_nested_contract/nested_contract_test.d.ts +1 -1
  28. package/dest/e2e_nested_contract/nested_contract_test.d.ts.map +1 -1
  29. package/dest/e2e_nested_contract/nested_contract_test.js +4 -6
  30. package/dest/e2e_p2p/inactivity_slash_test.js +1 -1
  31. package/dest/e2e_p2p/p2p_network.d.ts +5 -4
  32. package/dest/e2e_p2p/p2p_network.d.ts.map +1 -1
  33. package/dest/e2e_p2p/p2p_network.js +24 -7
  34. package/dest/e2e_p2p/reqresp/utils.d.ts +22 -0
  35. package/dest/e2e_p2p/reqresp/utils.d.ts.map +1 -0
  36. package/dest/e2e_p2p/reqresp/utils.js +190 -0
  37. package/dest/e2e_p2p/shared.d.ts +22 -2
  38. package/dest/e2e_p2p/shared.d.ts.map +1 -1
  39. package/dest/e2e_p2p/shared.js +40 -5
  40. package/dest/e2e_storage_proof/fixtures/storage_proof_fetcher.d.ts +2 -0
  41. package/dest/e2e_storage_proof/fixtures/storage_proof_fetcher.d.ts.map +1 -0
  42. package/dest/e2e_storage_proof/fixtures/storage_proof_fetcher.js +184 -0
  43. package/dest/e2e_storage_proof/fixtures/storage_proof_fixture.d.ts +18 -0
  44. package/dest/e2e_storage_proof/fixtures/storage_proof_fixture.d.ts.map +1 -0
  45. package/dest/e2e_storage_proof/fixtures/storage_proof_fixture.js +120 -0
  46. package/dest/e2e_token_contract/token_contract_test.d.ts +4 -2
  47. package/dest/e2e_token_contract/token_contract_test.d.ts.map +1 -1
  48. package/dest/e2e_token_contract/token_contract_test.js +19 -9
  49. package/dest/fixtures/authwit_proxy.d.ts +15 -0
  50. package/dest/fixtures/authwit_proxy.d.ts.map +1 -0
  51. package/dest/fixtures/authwit_proxy.js +30 -0
  52. package/dest/fixtures/e2e_prover_test.d.ts +7 -6
  53. package/dest/fixtures/e2e_prover_test.d.ts.map +1 -1
  54. package/dest/fixtures/e2e_prover_test.js +37 -49
  55. package/dest/fixtures/elu_monitor.d.ts +21 -0
  56. package/dest/fixtures/elu_monitor.d.ts.map +1 -0
  57. package/dest/fixtures/elu_monitor.js +102 -0
  58. package/dest/fixtures/fixtures.d.ts +5 -1
  59. package/dest/fixtures/fixtures.d.ts.map +1 -1
  60. package/dest/fixtures/fixtures.js +6 -0
  61. package/dest/fixtures/get_bb_config.d.ts +1 -1
  62. package/dest/fixtures/get_bb_config.d.ts.map +1 -1
  63. package/dest/fixtures/get_bb_config.js +5 -5
  64. package/dest/fixtures/ha_setup.d.ts +71 -0
  65. package/dest/fixtures/ha_setup.d.ts.map +1 -0
  66. package/dest/fixtures/ha_setup.js +116 -0
  67. package/dest/fixtures/index.d.ts +2 -1
  68. package/dest/fixtures/index.d.ts.map +1 -1
  69. package/dest/fixtures/index.js +1 -0
  70. package/dest/fixtures/setup.d.ts +46 -25
  71. package/dest/fixtures/setup.d.ts.map +1 -1
  72. package/dest/fixtures/setup.js +89 -170
  73. package/dest/fixtures/setup_p2p_test.d.ts +16 -9
  74. package/dest/fixtures/setup_p2p_test.d.ts.map +1 -1
  75. package/dest/fixtures/setup_p2p_test.js +40 -29
  76. package/dest/fixtures/token_utils.d.ts +2 -2
  77. package/dest/fixtures/token_utils.d.ts.map +1 -1
  78. package/dest/fixtures/token_utils.js +5 -7
  79. package/dest/shared/cross_chain_test_harness.d.ts +1 -1
  80. package/dest/shared/cross_chain_test_harness.d.ts.map +1 -1
  81. package/dest/shared/cross_chain_test_harness.js +13 -13
  82. package/dest/shared/gas_portal_test_harness.js +2 -2
  83. package/dest/shared/index.d.ts +2 -1
  84. package/dest/shared/index.d.ts.map +1 -1
  85. package/dest/shared/index.js +1 -0
  86. package/dest/shared/jest_setup.js +41 -1
  87. package/dest/shared/mock_state_view.d.ts +86 -0
  88. package/dest/shared/mock_state_view.d.ts.map +1 -0
  89. package/dest/shared/mock_state_view.js +186 -0
  90. package/dest/shared/submit-transactions.d.ts +2 -2
  91. package/dest/shared/submit-transactions.d.ts.map +1 -1
  92. package/dest/shared/submit-transactions.js +1 -1
  93. package/dest/shared/uniswap_l1_l2.d.ts +1 -1
  94. package/dest/shared/uniswap_l1_l2.d.ts.map +1 -1
  95. package/dest/shared/uniswap_l1_l2.js +16 -17
  96. package/dest/simulators/lending_simulator.d.ts +1 -1
  97. package/dest/simulators/lending_simulator.d.ts.map +1 -1
  98. package/dest/simulators/lending_simulator.js +4 -4
  99. package/dest/simulators/token_simulator.d.ts +1 -1
  100. package/dest/simulators/token_simulator.d.ts.map +1 -1
  101. package/dest/simulators/token_simulator.js +3 -24
  102. package/dest/spartan/setup_test_wallets.d.ts +12 -3
  103. package/dest/spartan/setup_test_wallets.d.ts.map +1 -1
  104. package/dest/spartan/setup_test_wallets.js +110 -17
  105. package/dest/spartan/tx_metrics.js +1 -1
  106. package/dest/spartan/utils/bot.d.ts +3 -2
  107. package/dest/spartan/utils/bot.d.ts.map +1 -1
  108. package/dest/spartan/utils/bot.js +2 -1
  109. package/dest/spartan/utils/config.d.ts +10 -1
  110. package/dest/spartan/utils/config.d.ts.map +1 -1
  111. package/dest/spartan/utils/config.js +4 -1
  112. package/dest/spartan/utils/index.d.ts +6 -4
  113. package/dest/spartan/utils/index.d.ts.map +1 -1
  114. package/dest/spartan/utils/index.js +6 -2
  115. package/dest/spartan/utils/k8s.d.ts +31 -1
  116. package/dest/spartan/utils/k8s.d.ts.map +1 -1
  117. package/dest/spartan/utils/k8s.js +124 -0
  118. package/dest/spartan/utils/nodes.d.ts +14 -5
  119. package/dest/spartan/utils/nodes.d.ts.map +1 -1
  120. package/dest/spartan/utils/nodes.js +204 -33
  121. package/dest/spartan/utils/pod_logs.d.ts +25 -0
  122. package/dest/spartan/utils/pod_logs.d.ts.map +1 -0
  123. package/dest/spartan/utils/pod_logs.js +74 -0
  124. package/dest/spartan/utils/scripts.d.ts +18 -4
  125. package/dest/spartan/utils/scripts.d.ts.map +1 -1
  126. package/dest/spartan/utils/scripts.js +19 -4
  127. package/dest/test-wallet/test_wallet.d.ts +76 -0
  128. package/dest/test-wallet/test_wallet.d.ts.map +1 -0
  129. package/dest/test-wallet/test_wallet.js +213 -0
  130. package/dest/test-wallet/utils.d.ts +41 -0
  131. package/dest/test-wallet/utils.d.ts.map +1 -0
  132. package/dest/test-wallet/utils.js +71 -0
  133. package/dest/test-wallet/wallet_worker_script.d.ts +2 -0
  134. package/dest/test-wallet/wallet_worker_script.d.ts.map +1 -0
  135. package/dest/test-wallet/wallet_worker_script.js +48 -0
  136. package/dest/test-wallet/worker_wallet.d.ts +52 -0
  137. package/dest/test-wallet/worker_wallet.d.ts.map +1 -0
  138. package/dest/test-wallet/worker_wallet.js +151 -0
  139. package/dest/test-wallet/worker_wallet_schema.d.ts +274 -0
  140. package/dest/test-wallet/worker_wallet_schema.d.ts.map +1 -0
  141. package/dest/test-wallet/worker_wallet_schema.js +10 -0
  142. package/package.json +45 -43
  143. package/src/bench/client_flows/client_flows_benchmark.ts +30 -17
  144. package/src/bench/client_flows/config.ts +9 -1
  145. package/src/bench/utils.ts +8 -3
  146. package/src/e2e_blacklist_token_contract/blacklist_token_contract_test.ts +28 -15
  147. package/src/e2e_cross_chain_messaging/cross_chain_messaging_test.ts +7 -8
  148. package/src/e2e_deploy_contract/deploy_test.ts +3 -3
  149. package/src/e2e_epochs/epochs_test.ts +89 -66
  150. package/src/e2e_fees/bridging_race.notest.ts +1 -1
  151. package/src/e2e_fees/fees_test.ts +20 -28
  152. package/src/e2e_l1_publisher/write_json.ts +1 -6
  153. package/src/e2e_nested_contract/nested_contract_test.ts +7 -5
  154. package/src/e2e_p2p/inactivity_slash_test.ts +5 -5
  155. package/src/e2e_p2p/p2p_network.ts +36 -10
  156. package/src/e2e_p2p/reqresp/utils.ts +256 -0
  157. package/src/e2e_p2p/shared.ts +68 -5
  158. package/src/e2e_storage_proof/fixtures/storage_proof.json +915 -0
  159. package/src/e2e_storage_proof/fixtures/storage_proof_fetcher.ts +190 -0
  160. package/src/e2e_storage_proof/fixtures/storage_proof_fixture.ts +173 -0
  161. package/src/e2e_token_contract/token_contract_test.ts +26 -9
  162. package/src/fixtures/authwit_proxy.ts +50 -0
  163. package/src/fixtures/dumps/epoch_proof_result.json +1 -1
  164. package/src/fixtures/e2e_prover_test.ts +43 -55
  165. package/src/fixtures/elu_monitor.ts +126 -0
  166. package/src/fixtures/fixtures.ts +10 -0
  167. package/src/fixtures/get_bb_config.ts +7 -6
  168. package/src/fixtures/ha_setup.ts +186 -0
  169. package/src/fixtures/index.ts +1 -0
  170. package/src/fixtures/setup.ts +118 -229
  171. package/src/fixtures/setup_p2p_test.ts +40 -44
  172. package/src/fixtures/token_utils.ts +3 -3
  173. package/src/guides/up_quick_start.sh +3 -3
  174. package/src/shared/cross_chain_test_harness.ts +13 -9
  175. package/src/shared/gas_portal_test_harness.ts +1 -1
  176. package/src/shared/index.ts +1 -0
  177. package/src/shared/jest_setup.ts +51 -1
  178. package/src/shared/mock_state_view.ts +188 -0
  179. package/src/shared/submit-transactions.ts +3 -2
  180. package/src/shared/uniswap_l1_l2.ts +38 -33
  181. package/src/simulators/lending_simulator.ts +8 -4
  182. package/src/simulators/token_simulator.ts +6 -30
  183. package/src/spartan/setup_test_wallets.ts +148 -13
  184. package/src/spartan/tx_metrics.ts +1 -1
  185. package/src/spartan/utils/bot.ts +4 -1
  186. package/src/spartan/utils/config.ts +3 -0
  187. package/src/spartan/utils/index.ts +10 -1
  188. package/src/spartan/utils/k8s.ts +160 -0
  189. package/src/spartan/utils/nodes.ts +251 -31
  190. package/src/spartan/utils/pod_logs.ts +99 -0
  191. package/src/spartan/utils/scripts.ts +43 -7
  192. package/src/test-wallet/test_wallet.ts +301 -0
  193. package/src/test-wallet/utils.ts +112 -0
  194. package/src/test-wallet/wallet_worker_script.ts +60 -0
  195. package/src/test-wallet/worker_wallet.ts +213 -0
  196. package/src/test-wallet/worker_wallet_schema.ts +13 -0
@@ -11,18 +11,18 @@ import type { DeployAztecL1ContractsReturnType } from '@aztec/ethereum/deploy-az
11
11
  import { deployL1Contract } from '@aztec/ethereum/deploy-l1-contract';
12
12
  import type { ExtendedViemWalletClient } from '@aztec/ethereum/types';
13
13
  import { extractEvent } from '@aztec/ethereum/utils';
14
- import { CheckpointNumber, EpochNumber } from '@aztec/foundation/branded-types';
14
+ import { EpochNumber } from '@aztec/foundation/branded-types';
15
15
  import { sha256ToField } from '@aztec/foundation/crypto/sha256';
16
16
  import { InboxAbi, UniswapPortalAbi, UniswapPortalBytecode } from '@aztec/l1-artifacts';
17
17
  import { UniswapContract } from '@aztec/noir-contracts.js/Uniswap';
18
18
  import { computeL2ToL1MessageHash } from '@aztec/stdlib/hash';
19
19
  import { computeL2ToL1MembershipWitness } from '@aztec/stdlib/messaging';
20
- import type { TestWallet } from '@aztec/test-wallet/server';
21
20
 
22
21
  import { jest } from '@jest/globals';
23
22
  import { type GetContractReturnType, getContract, parseEther, toFunctionSelector } from 'viem';
24
23
 
25
24
  import { type EndToEndContext, ensureAccountContractsPublished } from '../fixtures/utils.js';
25
+ import type { TestWallet } from '../test-wallet/test_wallet.js';
26
26
  import { CrossChainTestHarness } from './cross_chain_test_harness.js';
27
27
 
28
28
  // PSA: This tests works on forked mainnet. There is a dump of the data in `dumpedState` such that we
@@ -84,7 +84,7 @@ export const uniswapL1L2TestSuite = (
84
84
 
85
85
  l1Client = deployL1ContractsValues.l1Client;
86
86
 
87
- t.watcher?.setIsMarkingAsProven(false);
87
+ t.watcher.setIsMarkingAsProven(false);
88
88
 
89
89
  if (Number(await l1Client.getBlockNumber()) < expectedForkBlockNumber) {
90
90
  throw new Error('This test must be run on a fork of mainnet with the expected fork block');
@@ -130,7 +130,9 @@ export const uniswapL1L2TestSuite = (
130
130
  client: l1Client,
131
131
  });
132
132
  // deploy l2 uniswap contract and attach to portal
133
- uniswapL2Contract = await UniswapContract.deploy(wallet, uniswapPortalAddress).send({ from: ownerAddress });
133
+ ({ contract: uniswapL2Contract } = await UniswapContract.deploy(wallet, uniswapPortalAddress).send({
134
+ from: ownerAddress,
135
+ }));
134
136
 
135
137
  const registryAddress = (await aztecNode.getNodeInfo()).l1ContractAddresses.registryAddress;
136
138
 
@@ -195,7 +197,7 @@ export const uniswapL1L2TestSuite = (
195
197
  logger.info('Withdrawing weth to L1 and sending message to swap to dai');
196
198
  const [secretForDepositingSwappedDai, secretHashForDepositingSwappedDai] = await generateClaimSecret();
197
199
 
198
- const l2UniswapInteractionReceipt = await uniswapL2Contract.methods
200
+ const { receipt: l2UniswapInteractionReceipt } = await uniswapL2Contract.methods
199
201
  .swap_private(
200
202
  wethCrossChainHarness.l2Token.address,
201
203
  wethCrossChainHarness.l2Bridge.address,
@@ -250,8 +252,12 @@ export const uniswapL1L2TestSuite = (
250
252
  await wethCrossChainHarness.expectPublicBalanceOnL2(uniswapL2Contract.address, 0n);
251
253
 
252
254
  // Since the outbox is only consumable when the epoch is proven, we need to advance to the next epoch.
253
- const checkpointNumber = CheckpointNumber.fromBlockNumber(l2UniswapInteractionReceipt.blockNumber!);
254
- const epoch = await rollup.getEpochNumberForCheckpoint(checkpointNumber);
255
+ const swapResult = (await computeL2ToL1MembershipWitness(
256
+ aztecNode,
257
+ swapPrivateLeaf,
258
+ l2UniswapInteractionReceipt.txHash,
259
+ ))!;
260
+ const { epochNumber: epoch } = swapResult;
255
261
  await cheatCodes.rollup.advanceToEpoch(EpochNumber(epoch + 1));
256
262
  await waitForProven(aztecNode, l2UniswapInteractionReceipt, { provenTimeout: 300 });
257
263
 
@@ -260,14 +266,17 @@ export const uniswapL1L2TestSuite = (
260
266
  const daiL1BalanceOfPortalBeforeSwap = await daiCrossChainHarness.getL1BalanceOf(
261
267
  daiCrossChainHarness.tokenPortalAddress,
262
268
  );
263
- const swapResult = await computeL2ToL1MembershipWitness(aztecNode, epoch, swapPrivateLeaf);
264
- const withdrawResult = await computeL2ToL1MembershipWitness(aztecNode, epoch, withdrawLeaf);
269
+ const withdrawResult = (await computeL2ToL1MembershipWitness(
270
+ aztecNode,
271
+ withdrawLeaf,
272
+ l2UniswapInteractionReceipt.txHash,
273
+ ))!;
265
274
 
266
- const swapPrivateL2MessageIndex = swapResult!.leafIndex;
267
- const swapPrivateSiblingPath = swapResult!.siblingPath;
275
+ const swapPrivateL2MessageIndex = swapResult.leafIndex;
276
+ const swapPrivateSiblingPath = swapResult.siblingPath;
268
277
 
269
- const withdrawL2MessageIndex = withdrawResult!.leafIndex;
270
- const withdrawSiblingPath = withdrawResult!.siblingPath;
278
+ const withdrawL2MessageIndex = withdrawResult.leafIndex;
279
+ const withdrawSiblingPath = withdrawResult.siblingPath;
271
280
 
272
281
  const withdrawMessageMetadata = {
273
282
  _epoch: BigInt(epoch),
@@ -787,7 +796,7 @@ export const uniswapL1L2TestSuite = (
787
796
  logger.info('Withdrawing weth to L1 and sending message to swap to dai');
788
797
 
789
798
  const [, secretHashForDepositingSwappedDai] = await generateClaimSecret();
790
- const withdrawReceipt = await uniswapL2Contract.methods
799
+ const { receipt: withdrawReceipt } = await uniswapL2Contract.methods
791
800
  .swap_private(
792
801
  wethCrossChainHarness.l2Token.address,
793
802
  wethCrossChainHarness.l2Bridge.address,
@@ -838,17 +847,15 @@ export const uniswapL1L2TestSuite = (
838
847
  chainId: new Fr(l1Client.chain.id),
839
848
  });
840
849
 
841
- const epoch = await rollup.getEpochNumberForCheckpoint(
842
- CheckpointNumber.fromBlockNumber(withdrawReceipt.blockNumber!),
843
- );
844
- const swapResult = await computeL2ToL1MembershipWitness(aztecNode, epoch, swapPrivateLeaf);
845
- const withdrawResult = await computeL2ToL1MembershipWitness(aztecNode, epoch, withdrawLeaf);
850
+ const swapResult = (await computeL2ToL1MembershipWitness(aztecNode, swapPrivateLeaf, withdrawReceipt.txHash))!;
851
+ const { epochNumber: epoch } = swapResult;
852
+ const withdrawResult = (await computeL2ToL1MembershipWitness(aztecNode, withdrawLeaf, withdrawReceipt.txHash))!;
846
853
 
847
- const swapPrivateL2MessageIndex = swapResult!.leafIndex;
848
- const swapPrivateSiblingPath = swapResult!.siblingPath;
854
+ const swapPrivateL2MessageIndex = swapResult.leafIndex;
855
+ const swapPrivateSiblingPath = swapResult.siblingPath;
849
856
 
850
- const withdrawL2MessageIndex = withdrawResult!.leafIndex;
851
- const withdrawSiblingPath = withdrawResult!.siblingPath;
857
+ const withdrawL2MessageIndex = withdrawResult.leafIndex;
858
+ const withdrawSiblingPath = withdrawResult.siblingPath;
852
859
 
853
860
  const withdrawMessageMetadata = {
854
861
  _epoch: BigInt(epoch),
@@ -916,7 +923,7 @@ export const uniswapL1L2TestSuite = (
916
923
 
917
924
  // Call swap_public on L2
918
925
  const secretHashForDepositingSwappedDai = Fr.random();
919
- const withdrawReceipt = await uniswapL2Contract.methods
926
+ const { receipt: withdrawReceipt } = await uniswapL2Contract.methods
920
927
  .swap_public(
921
928
  ownerAddress,
922
929
  wethCrossChainHarness.l2Bridge.address,
@@ -972,17 +979,15 @@ export const uniswapL1L2TestSuite = (
972
979
  chainId: new Fr(l1Client.chain.id),
973
980
  });
974
981
 
975
- const epoch = await rollup.getEpochNumberForCheckpoint(
976
- CheckpointNumber.fromBlockNumber(withdrawReceipt.blockNumber!),
977
- );
978
- const swapResult = await computeL2ToL1MembershipWitness(aztecNode, epoch, swapPublicLeaf);
979
- const withdrawResult = await computeL2ToL1MembershipWitness(aztecNode, epoch, withdrawLeaf);
982
+ const swapResult = (await computeL2ToL1MembershipWitness(aztecNode, swapPublicLeaf, withdrawReceipt.txHash))!;
983
+ const { epochNumber: epoch } = swapResult;
984
+ const withdrawResult = (await computeL2ToL1MembershipWitness(aztecNode, withdrawLeaf, withdrawReceipt.txHash))!;
980
985
 
981
- const swapPublicL2MessageIndex = swapResult!.leafIndex;
982
- const swapPublicSiblingPath = swapResult!.siblingPath;
986
+ const swapPublicL2MessageIndex = swapResult.leafIndex;
987
+ const swapPublicSiblingPath = swapResult.siblingPath;
983
988
 
984
- const withdrawL2MessageIndex = withdrawResult!.leafIndex;
985
- const withdrawSiblingPath = withdrawResult!.siblingPath;
989
+ const withdrawL2MessageIndex = withdrawResult.leafIndex;
990
+ const withdrawSiblingPath = withdrawResult.siblingPath;
986
991
 
987
992
  const withdrawMessageMetadata = {
988
993
  _epoch: BigInt(epoch),
@@ -94,7 +94,9 @@ export class LendingSimulator {
94
94
 
95
95
  async prepare() {
96
96
  this.accumulator = BASE;
97
- const slot = await this.rollup.getSlotAt(BigInt(await this.cc.eth.timestamp()) + BigInt(this.ethereumSlotDuration));
97
+ const slot = await this.rollup.getSlotAt(
98
+ BigInt(await this.cc.eth.lastBlockTimestamp()) + BigInt(this.ethereumSlotDuration),
99
+ );
98
100
  this.time = Number(await this.rollup.getTimestampForSlot(slot));
99
101
  }
100
102
 
@@ -103,7 +105,7 @@ export class LendingSimulator {
103
105
  return;
104
106
  }
105
107
 
106
- const slot = await this.rollup.getSlotAt(BigInt(await this.cc.eth.timestamp()));
108
+ const slot = await this.rollup.getSlotAt(BigInt(await this.cc.eth.lastBlockTimestamp()));
107
109
  const targetSlot = SlotNumber(slot + diff);
108
110
  const ts = Number(await this.rollup.getTimestampForSlot(targetSlot));
109
111
  const timeDiff = ts - this.time;
@@ -186,14 +188,16 @@ export class LendingSimulator {
186
188
 
187
189
  expect(this.borrowed).toEqual(this.stableCoin.totalSupply - this.mintedOutside);
188
190
 
189
- const asset = await this.lendingContract.methods.get_asset(0).simulate({ from: this.account.address });
191
+ const { result: asset } = await this.lendingContract.methods.get_asset(0).simulate({ from: this.account.address });
190
192
 
191
193
  const interestAccumulator = asset['interest_accumulator'];
192
194
  expect(interestAccumulator).toEqual(this.accumulator);
193
195
  expect(asset['last_updated_ts']).toEqual(BigInt(this.time));
194
196
 
195
197
  for (const key of [this.account.address, AztecAddress.fromField(await this.account.key())]) {
196
- const privatePos = await this.lendingContract.methods.get_position(key).simulate({ from: this.account.address });
198
+ const { result: privatePos } = await this.lendingContract.methods
199
+ .get_position(key)
200
+ .simulate({ from: this.account.address });
197
201
  expect(new Fr(privatePos['collateral'])).toEqual(this.collateral[key.toString()] ?? Fr.ZERO);
198
202
  expect(new Fr(privatePos['static_debt'])).toEqual(this.staticDebt[key.toString()] ?? Fr.ZERO);
199
203
  expect(privatePos['debt']).toEqual(
@@ -109,7 +109,9 @@ export class TokenSimulator {
109
109
  await Promise.all(
110
110
  chunk(calls, 5).map(batch => new BatchCall(this.defaultWallet, batch).simulate({ from: this.defaultAddress })),
111
111
  )
112
- ).flat();
112
+ )
113
+ .flatMap(r => r.result)
114
+ .map(r => r.result);
113
115
  expect(results[0]).toEqual(this.totalSupply);
114
116
 
115
117
  // Check that all our balances match
@@ -119,39 +121,13 @@ export class TokenSimulator {
119
121
  }
120
122
 
121
123
  async checkPrivate() {
122
- // Private calls
123
- const defaultLookups = [];
124
- const nonDefaultLookups = [];
125
-
126
124
  for (const address of this.accounts) {
127
- if (this.lookupProvider.has(address.toString())) {
128
- nonDefaultLookups.push(address);
129
- } else {
130
- defaultLookups.push(address);
131
- }
132
- }
133
-
134
- const defaultCalls = defaultLookups.map(address => this.token.methods.balance_of_private(address));
135
- const results = (
136
- await Promise.all(
137
- chunk(defaultCalls, 4).map(batch =>
138
- new BatchCall(this.defaultWallet, batch).simulate({ from: this.defaultAddress }),
139
- ),
140
- )
141
- ).flat();
142
- for (let i = 0; i < defaultLookups.length; i++) {
143
- expect(results[i]).toEqual(this.balanceOfPrivate(defaultLookups[i]));
144
- }
145
-
146
- // We are just running individual calls for the non-default lookups
147
- // @todo We should also batch these
148
- for (const address of nonDefaultLookups) {
149
125
  const wallet = this.lookupProvider.get(address.toString());
150
126
  const asset = wallet ? this.token.withWallet(wallet) : this.token;
151
127
 
152
- const actualPrivateBalance = await asset.methods
153
- .balance_of_private({ address })
154
- .simulate({ from: this.defaultAddress });
128
+ const { result: actualPrivateBalance } = await asset.methods
129
+ .balance_of_private(address)
130
+ .simulate({ from: address });
155
131
  expect(actualPrivateBalance).toEqual(this.balanceOfPrivate(address));
156
132
  }
157
133
  }
@@ -1,4 +1,5 @@
1
1
  import { generateSchnorrAccounts } from '@aztec/accounts/testing';
2
+ import { NO_FROM } from '@aztec/aztec.js/account';
2
3
  import { AztecAddress } from '@aztec/aztec.js/addresses';
3
4
  import { NO_WAIT } from '@aztec/aztec.js/contracts';
4
5
  import { L1FeeJuicePortalManager } from '@aztec/aztec.js/ethereum';
@@ -10,14 +11,17 @@ import type { Wallet } from '@aztec/aztec.js/wallet';
10
11
  import { createEthereumChain } from '@aztec/ethereum/chain';
11
12
  import { createExtendedL1Client } from '@aztec/ethereum/client';
12
13
  import type { Logger } from '@aztec/foundation/log';
13
- import { retryUntil } from '@aztec/foundation/retry';
14
+ import { makeBackoff, retry, retryUntil } from '@aztec/foundation/retry';
14
15
  import { TokenContract } from '@aztec/noir-contracts.js/Token';
15
16
  import type { AztecNodeAdmin } from '@aztec/stdlib/interfaces/client';
16
- import { TestWallet, proveInteraction, registerInitialLocalNetworkAccountsInWallet } from '@aztec/test-wallet/server';
17
+ import { registerInitialLocalNetworkAccountsInWallet } from '@aztec/wallets/testing';
17
18
 
18
19
  import { getACVMConfig } from '../fixtures/get_acvm_config.js';
19
20
  import { getBBConfig } from '../fixtures/get_bb_config.js';
20
21
  import { getSponsoredFPCAddress, registerSponsoredFPC } from '../fixtures/utils.js';
22
+ import { TestWallet } from '../test-wallet/test_wallet.js';
23
+ import { proveInteraction } from '../test-wallet/utils.js';
24
+ import { WorkerWallet } from '../test-wallet/worker_wallet.js';
21
25
 
22
26
  export interface TestAccounts {
23
27
  aztecNode: AztecNode;
@@ -85,11 +89,19 @@ export async function deploySponsoredTestAccountsWithTokens(
85
89
 
86
90
  const paymentMethod = new SponsoredFeePaymentMethod(await getSponsoredFPCAddress());
87
91
  const recipientDeployMethod = await recipientAccount.getDeployMethod();
88
- await recipientDeployMethod.send({ from: AztecAddress.ZERO, fee: { paymentMethod }, wait: { timeout: 2400 } });
92
+ await recipientDeployMethod.send({
93
+ from: NO_FROM,
94
+ fee: { paymentMethod },
95
+ wait: { timeout: 2400 },
96
+ });
89
97
  await Promise.all(
90
98
  fundedAccounts.map(async a => {
91
99
  const deployMethod = await a.getDeployMethod();
92
- await deployMethod.send({ from: AztecAddress.ZERO, fee: { paymentMethod }, wait: { timeout: 2400 } }); // increase timeout on purpose in order to account for two empty epochs
100
+ await deployMethod.send({
101
+ from: NO_FROM,
102
+ fee: { paymentMethod },
103
+ wait: { timeout: 2400 },
104
+ }); // increase timeout on purpose in order to account for two empty epochs
93
105
  logger.info(`Account deployed at ${a.address}`);
94
106
  }),
95
107
  );
@@ -118,16 +130,28 @@ export async function deploySponsoredTestAccountsWithTokens(
118
130
  }
119
131
 
120
132
  async function deployAccountWithDiagnostics(
121
- account: { getDeployMethod: () => Promise<{ send: (opts: any) => any }>; address: any },
133
+ account: { getDeployMethod: () => Promise<{ simulate: (opts: any) => any; send: (opts: any) => any }>; address: any },
122
134
  paymentMethod: SponsoredFeePaymentMethod,
123
135
  aztecNode: AztecNode,
124
136
  logger: Logger,
125
137
  accountLabel: string,
138
+ estimateGas?: boolean,
126
139
  ): Promise<void> {
127
140
  const deployMethod = await account.getDeployMethod();
128
141
  let txHash;
142
+ let gasSettings: any;
129
143
  try {
130
- txHash = await deployMethod.send({ from: AztecAddress.ZERO, fee: { paymentMethod }, wait: NO_WAIT });
144
+ if (estimateGas) {
145
+ const sim = await deployMethod.simulate({ from: NO_FROM, fee: { paymentMethod } });
146
+ gasSettings = sim.estimatedGas;
147
+ logger.info(`${accountLabel} estimated gas: DA=${gasSettings.gasLimits.daGas} L2=${gasSettings.gasLimits.l2Gas}`);
148
+ }
149
+ const deployResult = await deployMethod.send({
150
+ from: NO_FROM,
151
+ fee: { paymentMethod, gasSettings },
152
+ wait: NO_WAIT,
153
+ });
154
+ txHash = deployResult.txHash;
131
155
  await waitForTx(aztecNode, txHash, { timeout: 2400 });
132
156
  logger.info(`${accountLabel} deployed at ${account.address}`);
133
157
  } catch (error) {
@@ -146,21 +170,77 @@ async function deployAccountWithDiagnostics(
146
170
  });
147
171
  throw error;
148
172
  }
173
+
174
+ // Track the tx hash across retries so we don't re-send when the previous tx is still pending.
175
+ let sentTxHash: { txHash: any } | undefined;
176
+
177
+ await retry(
178
+ async () => {
179
+ // Check if already deployed (handles case where previous attempt succeeded but waitForTx timed out)
180
+ const existing = await aztecNode.getContract(account.address);
181
+ if (existing) {
182
+ logger.info(`${accountLabel} already deployed at ${account.address}, skipping`);
183
+ return;
184
+ }
185
+
186
+ // If we already sent a tx, check if it was dropped before deciding to re-send.
187
+ if (sentTxHash) {
188
+ const prevReceipt = await aztecNode.getTxReceipt(sentTxHash.txHash);
189
+ if (prevReceipt.isDropped()) {
190
+ logger.info(`${accountLabel} previous tx ${sentTxHash.txHash} was dropped, re-sending`);
191
+ sentTxHash = undefined;
192
+ } else {
193
+ logger.info(`${accountLabel} previous tx ${sentTxHash.txHash} still pending, waiting again...`);
194
+ }
195
+ }
196
+
197
+ if (!sentTxHash) {
198
+ const deployResult = await deployMethod.send({
199
+ from: AztecAddress.ZERO,
200
+ fee: { paymentMethod, gasSettings },
201
+ wait: NO_WAIT,
202
+ });
203
+ sentTxHash = { txHash: deployResult.txHash };
204
+ logger.info(`${accountLabel} tx sent`, { txHash: sentTxHash.txHash.toString() });
205
+ }
206
+
207
+ const receipt = await waitForTx(aztecNode, sentTxHash.txHash, { timeout: 600 });
208
+ if (receipt.isDropped()) {
209
+ sentTxHash = undefined;
210
+ throw new Error(`${accountLabel} tx was dropped, retrying...`);
211
+ }
212
+ logger.info(`${accountLabel} deployed at ${account.address}`);
213
+ },
214
+ `deploy ${accountLabel}`,
215
+ makeBackoff([1, 2, 4, 8, 16]),
216
+ logger,
217
+ );
149
218
  }
150
219
 
151
220
  async function deployAccountsInBatches(
152
- accounts: { getDeployMethod: () => Promise<{ send: (opts: any) => any }>; address: any }[],
221
+ accounts: {
222
+ getDeployMethod: () => Promise<{ simulate: (opts: any) => any; send: (opts: any) => any }>;
223
+ address: any;
224
+ }[],
153
225
  paymentMethod: SponsoredFeePaymentMethod,
154
226
  aztecNode: AztecNode,
155
227
  logger: Logger,
156
228
  labelPrefix: string,
157
229
  batchSize = 2,
230
+ estimateGas?: boolean,
158
231
  ): Promise<void> {
159
232
  for (let i = 0; i < accounts.length; i += batchSize) {
160
233
  const batch = accounts.slice(i, i + batchSize);
161
234
  await Promise.all(
162
235
  batch.map((account, idx) =>
163
- deployAccountWithDiagnostics(account, paymentMethod, aztecNode, logger, `${labelPrefix}${i + idx + 1}`),
236
+ deployAccountWithDiagnostics(
237
+ account,
238
+ paymentMethod,
239
+ aztecNode,
240
+ logger,
241
+ `${labelPrefix}${i + idx + 1}`,
242
+ estimateGas,
243
+ ),
164
244
  ),
165
245
  );
166
246
  }
@@ -171,6 +251,7 @@ export async function deploySponsoredTestAccounts(
171
251
  aztecNode: AztecNode,
172
252
  logger: Logger,
173
253
  numberOfFundedWallets = 1,
254
+ opts?: { estimateGas?: boolean },
174
255
  ): Promise<TestAccountsWithoutTokens> {
175
256
  const [recipient, ...funded] = await generateSchnorrAccounts(numberOfFundedWallets + 1);
176
257
  const recipientAccount = await wallet.createSchnorrAccount(recipient.secret, recipient.salt);
@@ -180,8 +261,23 @@ export async function deploySponsoredTestAccounts(
180
261
 
181
262
  const paymentMethod = new SponsoredFeePaymentMethod(await getSponsoredFPCAddress());
182
263
 
183
- await deployAccountWithDiagnostics(recipientAccount, paymentMethod, aztecNode, logger, 'Recipient account');
184
- await deployAccountsInBatches(fundedAccounts, paymentMethod, aztecNode, logger, 'Funded account ', 2);
264
+ await deployAccountWithDiagnostics(
265
+ recipientAccount,
266
+ paymentMethod,
267
+ aztecNode,
268
+ logger,
269
+ 'Recipient account',
270
+ opts?.estimateGas,
271
+ );
272
+ await deployAccountsInBatches(
273
+ fundedAccounts,
274
+ paymentMethod,
275
+ aztecNode,
276
+ logger,
277
+ 'Funded account ',
278
+ 2,
279
+ opts?.estimateGas,
280
+ );
185
281
 
186
282
  return {
187
283
  aztecNode,
@@ -219,7 +315,7 @@ export async function deployTestAccountsWithTokens(
219
315
  fundedAccounts.map(async (a, i) => {
220
316
  const paymentMethod = new FeeJuicePaymentMethodWithClaim(a.address, claims[i]);
221
317
  const deployMethod = await a.getDeployMethod();
222
- await deployMethod.send({ from: AztecAddress.ZERO, fee: { paymentMethod } });
318
+ await deployMethod.send({ from: NO_FROM, fee: { paymentMethod } });
223
319
  logger.info(`Account deployed at ${a.address}`);
224
320
  }),
225
321
  );
@@ -263,7 +359,7 @@ async function bridgeL1FeeJuice(
263
359
  const claim = await portal.bridgeTokensPublic(recipient, amount, true /* mint */);
264
360
 
265
361
  const isSynced = async () =>
266
- (await aztecNode.getL1ToL2MessageBlock(Fr.fromHexString(claim.messageHash))) !== undefined;
362
+ (await aztecNode.getL1ToL2MessageCheckpoint(Fr.fromHexString(claim.messageHash))) !== undefined;
267
363
  await retryUntil(isSynced, `message ${claim.messageHash} sync`, 24, 0.5);
268
364
 
269
365
  log.info(`Created a claim for ${amount} L1 fee juice to ${recipient}.`, claim);
@@ -306,7 +402,7 @@ async function deployTokenAndMint(
306
402
  fee: {
307
403
  paymentMethod,
308
404
  },
309
- wait: { timeout: 600, returnReceipt: true },
405
+ wait: { timeout: 600 },
310
406
  });
311
407
 
312
408
  const tokenAddress = tokenContract.address;
@@ -395,3 +491,42 @@ export async function createWalletAndAztecNodeClient(
395
491
  },
396
492
  };
397
493
  }
494
+
495
+ export type WorkerWalletWrapper = {
496
+ wallet: WorkerWallet;
497
+ aztecNode: AztecNode;
498
+ cleanup: () => Promise<void>;
499
+ };
500
+
501
+ export async function createWorkerWalletClient(
502
+ nodeUrl: string,
503
+ proverEnabled: boolean,
504
+ logger: Logger,
505
+ ): Promise<WorkerWalletWrapper> {
506
+ const aztecNode = createAztecNodeClient(nodeUrl);
507
+ const [bbConfig, acvmConfig] = await Promise.all([getBBConfig(logger), getACVMConfig(logger)]);
508
+
509
+ // Strip cleanup functions — they can't be structured-cloned for worker transfer
510
+ const { cleanup: bbCleanup, ...bbPaths } = bbConfig ?? {};
511
+ const { cleanup: acvmCleanup, ...acvmPaths } = acvmConfig ?? {};
512
+
513
+ const pxeConfig = {
514
+ dataDirectory: undefined,
515
+ dataStoreMapSizeKb: 1024 * 1024,
516
+ ...bbPaths,
517
+ ...acvmPaths,
518
+ proverEnabled,
519
+ };
520
+
521
+ const wallet = await WorkerWallet.create(nodeUrl, pxeConfig);
522
+
523
+ return {
524
+ wallet,
525
+ aztecNode,
526
+ async cleanup() {
527
+ await wallet.stop();
528
+ await bbCleanup?.();
529
+ await acvmCleanup?.();
530
+ },
531
+ };
532
+ }
@@ -296,7 +296,7 @@ export class TxInclusionMetrics {
296
296
  value: stats.mean,
297
297
  },
298
298
  {
299
- name: `${group}/median_inclusion`,
299
+ name: `${group}/p50_inclusion`,
300
300
  unit: 's',
301
301
  value: stats.median,
302
302
  },
@@ -34,7 +34,8 @@ export async function installTransferBot({
34
34
  logger: log,
35
35
  replicas = 1,
36
36
  txIntervalSeconds = 10,
37
- followChain = 'PENDING',
37
+ followChain = 'CHECKPOINTED',
38
+ pxeSyncChainTip = 'proposed',
38
39
  mnemonic = process.env.LABS_INFRA_MNEMONIC ?? 'test test test test test test test test test test test junk',
39
40
  mnemonicStartIndex,
40
41
  botPrivateKey = process.env.BOT_TRANSFERS_L2_PRIVATE_KEY ?? '0xcafe01',
@@ -49,6 +50,7 @@ export async function installTransferBot({
49
50
  replicas?: number;
50
51
  txIntervalSeconds?: number;
51
52
  followChain?: string;
53
+ pxeSyncChainTip?: string;
52
54
  mnemonic?: string;
53
55
  mnemonicStartIndex?: number | string;
54
56
  botPrivateKey?: string;
@@ -67,6 +69,7 @@ export async function installTransferBot({
67
69
  'bot.replicaCount': replicas,
68
70
  'bot.txIntervalSeconds': txIntervalSeconds,
69
71
  'bot.followChain': followChain,
72
+ 'bot.pxeSyncChainTip': pxeSyncChainTip,
70
73
  'bot.botPrivateKey': botPrivateKey,
71
74
  'bot.nodeUrl': resolvedNodeUrl,
72
75
  'bot.mnemonic': mnemonic,
@@ -8,6 +8,7 @@ const logger = createLogger('e2e:k8s-utils');
8
8
  const testConfigSchema = z.object({
9
9
  NAMESPACE: z.string().default('scenario'),
10
10
  REAL_VERIFIER: schemas.Boolean.optional().default(true),
11
+ DEBUG_FORCE_TX_PROOF_VERIFICATION: schemas.Boolean.optional().default(true),
11
12
  CREATE_ETH_DEVNET: schemas.Boolean.optional().default(false),
12
13
  L1_RPC_URLS_JSON: z.string().optional(),
13
14
  L1_ACCOUNT_MNEMONIC: z.string().optional(),
@@ -15,6 +16,8 @@ const testConfigSchema = z.object({
15
16
  AZTEC_EPOCH_DURATION: z.coerce.number().optional().default(32),
16
17
  AZTEC_PROOF_SUBMISSION_WINDOW: z.coerce.number().optional().default(5),
17
18
  AZTEC_LAG_IN_EPOCHS_FOR_VALIDATOR_SET: z.coerce.number().optional().default(2),
19
+ FUNDING_PRIVATE_KEY: z.string().optional(),
20
+ AZTEC_ADMIN_API_KEY: z.string().optional(),
18
21
  });
19
22
 
20
23
  export type TestConfig = z.infer<typeof testConfigSchema>;
@@ -5,7 +5,7 @@
5
5
  export { type TestConfig, setupEnvironment } from './config.js';
6
6
 
7
7
  // Scripts
8
- export { getGitProjectRoot, getAztecBin, runAztecBin, runProjectScript } from './scripts.js';
8
+ export { type ScriptResult, getGitProjectRoot, getAztecBin, runAztecBin, runProjectScript } from './scripts.js';
9
9
 
10
10
  // K8s operations
11
11
  export {
@@ -24,6 +24,8 @@ export {
24
24
  getServiceEndpoint,
25
25
  getRPCEndpoint,
26
26
  getEthereumEndpoint,
27
+ createResilientPrometheusConnection,
28
+ scaleProverAgents,
27
29
  } from './k8s.js';
28
30
 
29
31
  // Chaos Mesh
@@ -39,12 +41,16 @@ export {
39
41
  applyNetworkShaping,
40
42
  } from './chaos.js';
41
43
 
44
+ // Helm
45
+ export { hasDeployedHelmRelease } from './helm.js';
46
+
42
47
  // Bot management
43
48
  export { restartBot, installTransferBot, uninstallTransferBot } from './bot.js';
44
49
 
45
50
  // Node operations (sequencers, validators, pods)
46
51
  export {
47
52
  awaitCheckpointNumber,
53
+ waitForProvenToAdvance,
48
54
  getSequencers,
49
55
  updateSequencersConfig,
50
56
  getSequencersConfig,
@@ -60,3 +66,6 @@ export { getPublicViemClient, getL1DeploymentAddresses, getNodeClient } from './
60
66
 
61
67
  // Health checks
62
68
  export { ChainHealth, type ChainHealthSnapshot } from './health.js';
69
+
70
+ // Pod log extraction
71
+ export { type BlockBuiltLogEntry, fetchBlockBuiltLogs } from './pod_logs.js';