@aztec/end-to-end 0.0.1-commit.a072138 → 0.0.1-commit.a4600f49

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (344) hide show
  1. package/README.md +217 -14
  2. package/dest/automine/automine_test_context.d.ts +85 -0
  3. package/dest/automine/automine_test_context.d.ts.map +1 -0
  4. package/dest/automine/automine_test_context.js +98 -0
  5. package/dest/automine/contracts/fixtures/storage_proof_fetcher.d.ts +2 -0
  6. package/dest/automine/contracts/fixtures/storage_proof_fetcher.d.ts.map +1 -0
  7. package/dest/automine/contracts/fixtures/storage_proof_fetcher.js +184 -0
  8. package/dest/automine/contracts/fixtures/storage_proof_fixture.d.ts +18 -0
  9. package/dest/automine/contracts/fixtures/storage_proof_fixture.d.ts.map +1 -0
  10. package/dest/automine/contracts/fixtures/storage_proof_fixture.js +120 -0
  11. package/dest/automine/delivery/onchain_delivery_harness.d.ts +17 -0
  12. package/dest/automine/delivery/onchain_delivery_harness.d.ts.map +1 -0
  13. package/dest/automine/delivery/onchain_delivery_harness.js +123 -0
  14. package/dest/automine/token/blacklist_token_contract_test.d.ts +49 -0
  15. package/dest/automine/token/blacklist_token_contract_test.d.ts.map +1 -0
  16. package/dest/{e2e_blacklist_token_contract → automine/token}/blacklist_token_contract_test.js +45 -48
  17. package/dest/automine/token/token_contract_test.d.ts +40 -0
  18. package/dest/automine/token/token_contract_test.d.ts.map +1 -0
  19. package/dest/{e2e_token_contract → automine/token}/token_contract_test.js +43 -48
  20. package/dest/automine/token/token_test_helpers.d.ts +73 -0
  21. package/dest/automine/token/token_test_helpers.d.ts.map +1 -0
  22. package/dest/automine/token/token_test_helpers.js +97 -0
  23. package/dest/bench/client_flows/benchmark.d.ts +15 -1
  24. package/dest/bench/client_flows/benchmark.d.ts.map +1 -1
  25. package/dest/bench/client_flows/benchmark.js +19 -0
  26. package/dest/bench/client_flows/client_flows_benchmark.d.ts +6 -6
  27. package/dest/bench/client_flows/client_flows_benchmark.d.ts.map +1 -1
  28. package/dest/bench/client_flows/client_flows_benchmark.js +63 -54
  29. package/dest/bench/client_flows/config.d.ts +2 -2
  30. package/dest/bench/client_flows/config.d.ts.map +1 -1
  31. package/dest/bench/client_flows/config.js +18 -0
  32. package/dest/bench/client_flows/data_extractor.js +1 -0
  33. package/dest/bench/utils.d.ts +3 -3
  34. package/dest/bench/utils.d.ts.map +1 -1
  35. package/dest/bench/utils.js +102 -8
  36. package/dest/composed/ha/ha_full_setup.d.ts +77 -0
  37. package/dest/composed/ha/ha_full_setup.d.ts.map +1 -0
  38. package/dest/composed/ha/ha_full_setup.js +383 -0
  39. package/dest/composed/web3signer/multi_validator_keystore_utils.d.ts +12 -0
  40. package/dest/composed/web3signer/multi_validator_keystore_utils.d.ts.map +1 -0
  41. package/dest/fixtures/authwit_proxy.d.ts +15 -0
  42. package/dest/fixtures/authwit_proxy.d.ts.map +1 -0
  43. package/dest/fixtures/authwit_proxy.js +34 -0
  44. package/dest/fixtures/e2e_prover_test.d.ts +18 -14
  45. package/dest/fixtures/e2e_prover_test.d.ts.map +1 -1
  46. package/dest/fixtures/e2e_prover_test.js +82 -74
  47. package/dest/fixtures/elu_monitor.d.ts +21 -0
  48. package/dest/fixtures/elu_monitor.d.ts.map +1 -0
  49. package/dest/fixtures/elu_monitor.js +102 -0
  50. package/dest/fixtures/fixtures.d.ts +82 -1
  51. package/dest/fixtures/fixtures.d.ts.map +1 -1
  52. package/dest/fixtures/fixtures.js +84 -0
  53. package/dest/fixtures/get_bb_config.d.ts +1 -1
  54. package/dest/fixtures/get_bb_config.d.ts.map +1 -1
  55. package/dest/fixtures/get_bb_config.js +5 -5
  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 +119 -0
  59. package/dest/fixtures/index.d.ts +3 -1
  60. package/dest/fixtures/index.d.ts.map +1 -1
  61. package/dest/fixtures/index.js +2 -0
  62. package/dest/fixtures/schnorr_hardcoded_account_contract.d.ts +25 -0
  63. package/dest/fixtures/schnorr_hardcoded_account_contract.d.ts.map +1 -0
  64. package/dest/fixtures/schnorr_hardcoded_account_contract.js +37 -0
  65. package/dest/fixtures/setup.d.ts +111 -60
  66. package/dest/fixtures/setup.d.ts.map +1 -1
  67. package/dest/fixtures/setup.js +320 -327
  68. package/dest/fixtures/setup_p2p_test.d.ts +22 -10
  69. package/dest/fixtures/setup_p2p_test.d.ts.map +1 -1
  70. package/dest/fixtures/setup_p2p_test.js +26 -20
  71. package/dest/fixtures/timing.d.ts +42 -0
  72. package/dest/fixtures/timing.d.ts.map +1 -0
  73. package/dest/fixtures/timing.js +72 -0
  74. package/dest/fixtures/token_utils.d.ts +22 -4
  75. package/dest/fixtures/token_utils.d.ts.map +1 -1
  76. package/dest/fixtures/token_utils.js +26 -8
  77. package/dest/fixtures/utils.d.ts +2 -2
  78. package/dest/fixtures/utils.d.ts.map +1 -1
  79. package/dest/fixtures/utils.js +1 -1
  80. package/dest/fixtures/wait_helpers.d.ts +135 -0
  81. package/dest/fixtures/wait_helpers.d.ts.map +1 -0
  82. package/dest/fixtures/wait_helpers.js +154 -0
  83. package/dest/forward-compatibility/wallet_rpc_client.d.ts +7 -0
  84. package/dest/forward-compatibility/wallet_rpc_client.d.ts.map +1 -0
  85. package/dest/forward-compatibility/wallet_rpc_client.js +15 -0
  86. package/dest/forward-compatibility/wallet_service.d.ts +3 -0
  87. package/dest/forward-compatibility/wallet_service.d.ts.map +1 -0
  88. package/dest/forward-compatibility/wallet_service.js +109 -0
  89. package/dest/install_legacy_contracts.d.cts +10 -0
  90. package/dest/install_legacy_contracts.d.cts.map +1 -0
  91. package/dest/legacy-jest-resolver.d.cts +3 -0
  92. package/dest/legacy-jest-resolver.d.cts.map +1 -0
  93. package/dest/multi-node/block-production/setup.d.ts +97 -0
  94. package/dest/multi-node/block-production/setup.d.ts.map +1 -0
  95. package/dest/multi-node/block-production/setup.js +158 -0
  96. package/dest/multi-node/governance/setup.d.ts +67 -0
  97. package/dest/multi-node/governance/setup.d.ts.map +1 -0
  98. package/dest/multi-node/governance/setup.js +126 -0
  99. package/dest/multi-node/multi_node_test_context.d.ts +212 -0
  100. package/dest/multi-node/multi_node_test_context.d.ts.map +1 -0
  101. package/dest/multi-node/multi_node_test_context.js +347 -0
  102. package/dest/multi-node/slashing/inactivity_setup.d.ts +27 -0
  103. package/dest/multi-node/slashing/inactivity_setup.d.ts.map +1 -0
  104. package/dest/multi-node/slashing/inactivity_setup.js +111 -0
  105. package/dest/multi-node/slashing/setup.d.ts +167 -0
  106. package/dest/multi-node/slashing/setup.d.ts.map +1 -0
  107. package/dest/multi-node/slashing/setup.js +275 -0
  108. package/dest/{e2e_p2p → p2p}/p2p_network.d.ts +22 -12
  109. package/dest/p2p/p2p_network.d.ts.map +1 -0
  110. package/dest/{e2e_p2p → p2p}/p2p_network.js +97 -37
  111. package/dest/p2p/reqresp/utils.d.ts +19 -0
  112. package/dest/p2p/reqresp/utils.d.ts.map +1 -0
  113. package/dest/{e2e_p2p → p2p}/reqresp/utils.js +67 -27
  114. package/dest/p2p/shared.d.ts +72 -0
  115. package/dest/p2p/shared.d.ts.map +1 -0
  116. package/dest/p2p/shared.js +212 -0
  117. package/dest/shared/cross_chain_test_harness.d.ts +6 -4
  118. package/dest/shared/cross_chain_test_harness.d.ts.map +1 -1
  119. package/dest/shared/cross_chain_test_harness.js +36 -31
  120. package/dest/shared/gas_portal_test_harness.d.ts +8 -5
  121. package/dest/shared/gas_portal_test_harness.d.ts.map +1 -1
  122. package/dest/shared/gas_portal_test_harness.js +26 -14
  123. package/dest/shared/index.d.ts +2 -1
  124. package/dest/shared/index.d.ts.map +1 -1
  125. package/dest/shared/index.js +1 -0
  126. package/dest/shared/jest_setup.js +41 -1
  127. package/dest/shared/mock_state_view.d.ts +86 -0
  128. package/dest/shared/mock_state_view.d.ts.map +1 -0
  129. package/dest/shared/mock_state_view.js +186 -0
  130. package/dest/shared/submit-transactions.d.ts +2 -2
  131. package/dest/shared/submit-transactions.d.ts.map +1 -1
  132. package/dest/shared/submit-transactions.js +12 -5
  133. package/dest/shared/timing_env.d.js +5 -0
  134. package/dest/shared/timing_env.js +365 -0
  135. package/dest/shared/uniswap_l1_l2.d.ts +1 -1
  136. package/dest/shared/uniswap_l1_l2.d.ts.map +1 -1
  137. package/dest/shared/uniswap_l1_l2.js +56 -44
  138. package/dest/shared/wait_for_l1_to_l2_message.d.ts +13 -0
  139. package/dest/shared/wait_for_l1_to_l2_message.d.ts.map +1 -0
  140. package/dest/shared/wait_for_l1_to_l2_message.js +10 -0
  141. package/dest/simulators/lending_simulator.d.ts +10 -3
  142. package/dest/simulators/lending_simulator.d.ts.map +1 -1
  143. package/dest/simulators/lending_simulator.js +27 -15
  144. package/dest/simulators/token_simulator.d.ts +1 -1
  145. package/dest/simulators/token_simulator.d.ts.map +1 -1
  146. package/dest/simulators/token_simulator.js +3 -24
  147. package/dest/single-node/cross-chain/cross_chain_messaging_test.d.ts +75 -0
  148. package/dest/single-node/cross-chain/cross_chain_messaging_test.d.ts.map +1 -0
  149. package/dest/single-node/cross-chain/cross_chain_messaging_test.js +209 -0
  150. package/dest/single-node/cross-chain/message_test_helpers.d.ts +38 -0
  151. package/dest/single-node/cross-chain/message_test_helpers.d.ts.map +1 -0
  152. package/dest/single-node/cross-chain/message_test_helpers.js +70 -0
  153. package/dest/{e2e_fees → single-node/fees}/bridging_race.notest.d.ts +1 -1
  154. package/dest/single-node/fees/bridging_race.notest.d.ts.map +1 -0
  155. package/dest/{e2e_fees → single-node/fees}/bridging_race.notest.js +17 -4
  156. package/dest/single-node/fees/fees_test.d.ts +93 -0
  157. package/dest/single-node/fees/fees_test.d.ts.map +1 -0
  158. package/dest/{e2e_fees → single-node/fees}/fees_test.js +94 -68
  159. package/dest/single-node/l1-reorgs/setup.d.ts +42 -0
  160. package/dest/single-node/l1-reorgs/setup.d.ts.map +1 -0
  161. package/dest/single-node/l1-reorgs/setup.js +57 -0
  162. package/dest/single-node/partial-proofs/setup.d.ts +5 -0
  163. package/dest/single-node/partial-proofs/setup.d.ts.map +1 -0
  164. package/dest/single-node/partial-proofs/setup.js +5 -0
  165. package/dest/single-node/proving/setup.d.ts +5 -0
  166. package/dest/single-node/proving/setup.d.ts.map +1 -0
  167. package/dest/single-node/proving/setup.js +5 -0
  168. package/dest/single-node/recovery/setup.d.ts +5 -0
  169. package/dest/single-node/recovery/setup.d.ts.map +1 -0
  170. package/dest/single-node/recovery/setup.js +5 -0
  171. package/dest/single-node/setup.d.ts +49 -0
  172. package/dest/single-node/setup.d.ts.map +1 -0
  173. package/dest/single-node/setup.js +56 -0
  174. package/dest/single-node/single_node_test_context.d.ts +360 -0
  175. package/dest/single-node/single_node_test_context.d.ts.map +1 -0
  176. package/dest/single-node/single_node_test_context.js +833 -0
  177. package/dest/spartan/setup_test_wallets.d.ts +12 -3
  178. package/dest/spartan/setup_test_wallets.d.ts.map +1 -1
  179. package/dest/spartan/setup_test_wallets.js +118 -41
  180. package/dest/spartan/tx_metrics.d.ts +27 -4
  181. package/dest/spartan/tx_metrics.d.ts.map +1 -1
  182. package/dest/spartan/tx_metrics.js +106 -21
  183. package/dest/spartan/utils/bot.d.ts +3 -2
  184. package/dest/spartan/utils/bot.d.ts.map +1 -1
  185. package/dest/spartan/utils/bot.js +2 -1
  186. package/dest/spartan/utils/config.d.ts +11 -28
  187. package/dest/spartan/utils/config.d.ts.map +1 -1
  188. package/dest/spartan/utils/config.js +4 -1
  189. package/dest/spartan/utils/index.d.ts +5 -3
  190. package/dest/spartan/utils/index.d.ts.map +1 -1
  191. package/dest/spartan/utils/index.js +5 -1
  192. package/dest/spartan/utils/k8s.d.ts +3 -1
  193. package/dest/spartan/utils/k8s.d.ts.map +1 -1
  194. package/dest/spartan/utils/k8s.js +6 -0
  195. package/dest/spartan/utils/nodes.d.ts +4 -5
  196. package/dest/spartan/utils/nodes.d.ts.map +1 -1
  197. package/dest/spartan/utils/nodes.js +11 -11
  198. package/dest/spartan/utils/pod_logs.d.ts +25 -0
  199. package/dest/spartan/utils/pod_logs.d.ts.map +1 -0
  200. package/dest/spartan/utils/pod_logs.js +74 -0
  201. package/dest/spartan/utils/scripts.d.ts +18 -4
  202. package/dest/spartan/utils/scripts.d.ts.map +1 -1
  203. package/dest/spartan/utils/scripts.js +19 -4
  204. package/dest/test-wallet/test_wallet.d.ts +105 -0
  205. package/dest/test-wallet/test_wallet.d.ts.map +1 -0
  206. package/dest/test-wallet/test_wallet.js +323 -0
  207. package/dest/test-wallet/utils.d.ts +76 -0
  208. package/dest/test-wallet/utils.d.ts.map +1 -0
  209. package/dest/test-wallet/utils.js +126 -0
  210. package/dest/test-wallet/wallet_worker_script.d.ts +2 -0
  211. package/dest/test-wallet/wallet_worker_script.d.ts.map +1 -0
  212. package/dest/test-wallet/wallet_worker_script.js +56 -0
  213. package/dest/test-wallet/worker_wallet.d.ts +53 -0
  214. package/dest/test-wallet/worker_wallet.d.ts.map +1 -0
  215. package/dest/test-wallet/worker_wallet.js +155 -0
  216. package/dest/test-wallet/worker_wallet_schema.d.ts +4 -0
  217. package/dest/test-wallet/worker_wallet_schema.d.ts.map +1 -0
  218. package/dest/test-wallet/worker_wallet_schema.js +22 -0
  219. package/package.json +53 -46
  220. package/src/automine/README.md +60 -0
  221. package/src/automine/automine_test_context.ts +153 -0
  222. package/src/automine/contracts/fixtures/storage_proof.json +915 -0
  223. package/src/automine/contracts/fixtures/storage_proof_fetcher.ts +190 -0
  224. package/src/automine/contracts/fixtures/storage_proof_fixture.ts +173 -0
  225. package/src/automine/delivery/onchain_delivery_harness.ts +177 -0
  226. package/src/{e2e_blacklist_token_contract → automine/token}/blacklist_token_contract_test.ts +51 -61
  227. package/src/{e2e_token_contract → automine/token}/token_contract_test.ts +50 -56
  228. package/src/automine/token/token_test_helpers.ts +138 -0
  229. package/src/bench/client_flows/benchmark.ts +21 -0
  230. package/src/bench/client_flows/client_flows_benchmark.ts +104 -70
  231. package/src/bench/client_flows/config.ts +9 -1
  232. package/src/bench/client_flows/data_extractor.ts +1 -0
  233. package/src/bench/utils.ts +117 -8
  234. package/src/composed/ha/ha_full_setup.ts +466 -0
  235. package/src/fixtures/authwit_proxy.ts +54 -0
  236. package/src/fixtures/dumps/epoch_proof_result.json +1 -1
  237. package/src/fixtures/e2e_prover_test.ts +94 -95
  238. package/src/fixtures/elu_monitor.ts +126 -0
  239. package/src/fixtures/fixtures.ts +108 -0
  240. package/src/fixtures/get_bb_config.ts +7 -6
  241. package/src/fixtures/ha_setup.ts +192 -0
  242. package/src/fixtures/index.ts +2 -0
  243. package/src/fixtures/schnorr_hardcoded_account_contract.ts +49 -0
  244. package/src/fixtures/setup.ts +412 -442
  245. package/src/fixtures/setup_p2p_test.ts +39 -34
  246. package/src/fixtures/timing.ts +97 -0
  247. package/src/fixtures/token_utils.ts +42 -7
  248. package/src/fixtures/utils.ts +2 -3
  249. package/src/fixtures/wait_helpers.ts +333 -0
  250. package/src/forward-compatibility/wallet_rpc_client.ts +14 -0
  251. package/src/forward-compatibility/wallet_service.ts +106 -0
  252. package/src/guides/up_quick_start.sh +7 -4
  253. package/src/infra/README.md +12 -0
  254. package/src/install_legacy_contracts.cjs +75 -0
  255. package/src/legacy-jest-resolver.cjs +112 -0
  256. package/src/multi-node/README.md +95 -0
  257. package/src/multi-node/block-production/setup.ts +272 -0
  258. package/src/multi-node/governance/setup.ts +172 -0
  259. package/src/multi-node/multi_node_test_context.ts +447 -0
  260. package/src/multi-node/slashing/inactivity_setup.ts +139 -0
  261. package/src/multi-node/slashing/setup.ts +433 -0
  262. package/src/p2p/README.md +78 -0
  263. package/src/{e2e_p2p → p2p}/p2p_network.ts +121 -52
  264. package/src/{e2e_p2p → p2p}/reqresp/utils.ts +86 -30
  265. package/src/p2p/shared.ts +329 -0
  266. package/src/shared/cross_chain_test_harness.ts +42 -17
  267. package/src/shared/gas_portal_test_harness.ts +33 -15
  268. package/src/shared/index.ts +1 -0
  269. package/src/shared/jest_setup.ts +51 -1
  270. package/src/shared/mock_state_view.ts +188 -0
  271. package/src/shared/submit-transactions.ts +15 -6
  272. package/src/shared/timing_env.d.mts +39 -0
  273. package/src/shared/timing_env.mjs +363 -0
  274. package/src/shared/uniswap_l1_l2.ts +98 -56
  275. package/src/shared/wait_for_l1_to_l2_message.ts +23 -0
  276. package/src/simulators/lending_simulator.ts +33 -15
  277. package/src/simulators/token_simulator.ts +6 -30
  278. package/src/single-node/README.md +60 -0
  279. package/src/single-node/cross-chain/cross_chain_messaging_test.ts +302 -0
  280. package/src/single-node/cross-chain/message_test_helpers.ts +125 -0
  281. package/src/{e2e_fees → single-node/fees}/bridging_race.notest.ts +19 -5
  282. package/src/{e2e_fees → single-node/fees}/fees_test.ts +118 -89
  283. package/src/single-node/l1-reorgs/setup.ts +93 -0
  284. package/src/single-node/partial-proofs/setup.ts +8 -0
  285. package/src/single-node/proving/setup.ts +15 -0
  286. package/src/single-node/recovery/setup.ts +8 -0
  287. package/src/single-node/setup.ts +63 -0
  288. package/src/single-node/single_node_test_context.ts +1041 -0
  289. package/src/spartan/setup_test_wallets.ts +156 -36
  290. package/src/spartan/tx_metrics.ts +108 -24
  291. package/src/spartan/utils/bot.ts +4 -1
  292. package/src/spartan/utils/config.ts +3 -0
  293. package/src/spartan/utils/index.ts +8 -1
  294. package/src/spartan/utils/k8s.ts +8 -0
  295. package/src/spartan/utils/nodes.ts +17 -12
  296. package/src/spartan/utils/pod_logs.ts +99 -0
  297. package/src/spartan/utils/scripts.ts +43 -7
  298. package/src/test-wallet/test_wallet.ts +429 -0
  299. package/src/test-wallet/utils.ts +205 -0
  300. package/src/test-wallet/wallet_worker_script.ts +66 -0
  301. package/src/test-wallet/worker_wallet.ts +214 -0
  302. package/src/test-wallet/worker_wallet_schema.ts +14 -0
  303. package/dest/e2e_blacklist_token_contract/blacklist_token_contract_test.d.ts +0 -53
  304. package/dest/e2e_blacklist_token_contract/blacklist_token_contract_test.d.ts.map +0 -1
  305. package/dest/e2e_cross_chain_messaging/cross_chain_messaging_test.d.ts +0 -47
  306. package/dest/e2e_cross_chain_messaging/cross_chain_messaging_test.d.ts.map +0 -1
  307. package/dest/e2e_cross_chain_messaging/cross_chain_messaging_test.js +0 -128
  308. package/dest/e2e_deploy_contract/deploy_test.d.ts +0 -37
  309. package/dest/e2e_deploy_contract/deploy_test.d.ts.map +0 -1
  310. package/dest/e2e_deploy_contract/deploy_test.js +0 -50
  311. package/dest/e2e_epochs/epochs_test.d.ts +0 -100
  312. package/dest/e2e_epochs/epochs_test.d.ts.map +0 -1
  313. package/dest/e2e_epochs/epochs_test.js +0 -361
  314. package/dest/e2e_fees/bridging_race.notest.d.ts.map +0 -1
  315. package/dest/e2e_fees/fees_test.d.ts +0 -88
  316. package/dest/e2e_fees/fees_test.d.ts.map +0 -1
  317. package/dest/e2e_l1_publisher/write_json.d.ts +0 -11
  318. package/dest/e2e_l1_publisher/write_json.d.ts.map +0 -1
  319. package/dest/e2e_l1_publisher/write_json.js +0 -56
  320. package/dest/e2e_multi_validator/utils.d.ts +0 -12
  321. package/dest/e2e_multi_validator/utils.d.ts.map +0 -1
  322. package/dest/e2e_nested_contract/nested_contract_test.d.ts +0 -26
  323. package/dest/e2e_nested_contract/nested_contract_test.d.ts.map +0 -1
  324. package/dest/e2e_nested_contract/nested_contract_test.js +0 -56
  325. package/dest/e2e_p2p/inactivity_slash_test.d.ts +0 -31
  326. package/dest/e2e_p2p/inactivity_slash_test.d.ts.map +0 -1
  327. package/dest/e2e_p2p/inactivity_slash_test.js +0 -136
  328. package/dest/e2e_p2p/p2p_network.d.ts.map +0 -1
  329. package/dest/e2e_p2p/reqresp/utils.d.ts +0 -22
  330. package/dest/e2e_p2p/reqresp/utils.d.ts.map +0 -1
  331. package/dest/e2e_p2p/shared.d.ts +0 -46
  332. package/dest/e2e_p2p/shared.d.ts.map +0 -1
  333. package/dest/e2e_p2p/shared.js +0 -177
  334. package/dest/e2e_token_contract/token_contract_test.d.ts +0 -42
  335. package/dest/e2e_token_contract/token_contract_test.d.ts.map +0 -1
  336. package/src/e2e_cross_chain_messaging/cross_chain_messaging_test.ts +0 -194
  337. package/src/e2e_deploy_contract/deploy_test.ts +0 -85
  338. package/src/e2e_epochs/epochs_test.ts +0 -477
  339. package/src/e2e_l1_publisher/write_json.ts +0 -77
  340. package/src/e2e_nested_contract/nested_contract_test.ts +0 -73
  341. package/src/e2e_p2p/inactivity_slash_test.ts +0 -179
  342. package/src/e2e_p2p/shared.ts +0 -288
  343. /package/dest/{e2e_multi_validator/utils.js → composed/web3signer/multi_validator_keystore_utils.js} +0 -0
  344. /package/src/{e2e_multi_validator/utils.ts → composed/web3signer/multi_validator_keystore_utils.ts} +0 -0
@@ -4,18 +4,22 @@ import type { Logger } from '@aztec/aztec.js/log';
4
4
  import { Fq } from '@aztec/foundation/curves/bn254';
5
5
  import { sleep } from '@aztec/foundation/sleep';
6
6
  import type { AztecAddress } from '@aztec/stdlib/aztec-address';
7
- import type { TestWallet } from '@aztec/test-wallet/server';
8
7
 
9
8
  import { jest } from '@jest/globals';
10
9
  import type { Hex } from 'viem';
11
10
 
11
+ import type { TestWallet } from '../../test-wallet/test_wallet.js';
12
12
  import { FeesTest } from './fees_test.js';
13
13
 
14
14
  jest.setTimeout(300_000);
15
15
 
16
16
  // Regression for https://github.com/AztecProtocol/aztec-packages/issues/12366
17
17
  // Similar to e2e_fees/account_init but with no automine
18
- describe('e2e_fees bridging_race', () => {
18
+ // Disabled (.notest.ts): this regression was covered by fixes applied at each "wait for two blocks"
19
+ // site in the codebase; keeping the file as reference for the original race scenario. Uses FeesTest
20
+ // with prod sequencer (ethSlot=4s, aztecSlot=8s, inboxLag default, minTxsPerBlock=0) and
21
+ // GasBridgingTestHarness for L1↔L2 fee-juice bridging. Single account, fake in-proc prover node.
22
+ describe('single-node/fees/bridging_race', () => {
19
23
  const ETHEREUM_SLOT_DURATION = 4;
20
24
  const AZTEC_SLOT_DURATION = ETHEREUM_SLOT_DURATION * 2;
21
25
 
@@ -50,6 +54,18 @@ describe('e2e_fees bridging_race', () => {
50
54
  bobsAddress = bobsAccountManager.address;
51
55
  });
52
56
 
57
+ // Sleeps until 500ms before the current L2 slot ends, so the subsequent bridge lands right at the slot
58
+ // boundary (this is what reproduces the "message not in state" race the test guards against).
59
+ const sleepUntilNearSlotEnd = async () => {
60
+ const sleepTime = (Number(t.monitor.checkpointTimestamp) + AZTEC_SLOT_DURATION) * 1000 - Date.now() - 500;
61
+ logger.info(`Sleeping for ${sleepTime}ms until near end of L2 slot before sending L1 fee juice to L2 inbox`);
62
+ await sleep(sleepTime);
63
+ };
64
+
65
+ // Reproduces a timing race where an L1→L2 fee-juice bridge message lands just before the end of an
66
+ // L2 slot, causing the archiver to miss it. The fix was to wait for the archiver to see the message
67
+ // before waiting for the required two-block confirmation. The sleep injected into approve() simulates
68
+ // the near-slot-boundary timing.
53
69
  it('Alice bridges funds to Bob', async () => {
54
70
  // Tweak the token manager so the bridging happens immediately before the end of the current L2 slot
55
71
  // This caused the message to be "not in state" when tried to be used
@@ -57,9 +73,7 @@ describe('e2e_fees bridging_race', () => {
57
73
  const origApprove = l1TokenManager.approve.bind(l1TokenManager);
58
74
  l1TokenManager.approve = async (amount: bigint, address: Hex, addressName = '') => {
59
75
  await origApprove(amount, address, addressName);
60
- const sleepTime = (Number(t.chainMonitor.checkpointTimestamp) + AZTEC_SLOT_DURATION) * 1000 - Date.now() - 500;
61
- logger.info(`Sleeping for ${sleepTime}ms until near end of L2 slot before sending L1 fee juice to L2 inbox`);
62
- await sleep(sleepTime);
76
+ await sleepUntilNearSlotEnd();
63
77
  };
64
78
 
65
79
  // Waiting for the archiver to sync the message _before_ waiting for the mandatory 2 L2 blocks to pass fixed it
@@ -1,11 +1,10 @@
1
1
  import type { AztecAddress } from '@aztec/aztec.js/addresses';
2
- import { type Logger, createLogger } from '@aztec/aztec.js/log';
2
+ import { createLogger } from '@aztec/aztec.js/log';
3
3
  import type { AztecNode } from '@aztec/aztec.js/node';
4
- import { CheatCodes } from '@aztec/aztec/testing';
4
+ import { CheatCodes, getTokenAllowedSetupFunctions } from '@aztec/aztec/testing';
5
5
  import { createExtendedL1Client } from '@aztec/ethereum/client';
6
- import { RollupContract } from '@aztec/ethereum/contracts';
6
+ import type { RollupContract } from '@aztec/ethereum/contracts';
7
7
  import type { DeployAztecL1ContractsArgs } from '@aztec/ethereum/deploy-aztec-l1-contracts';
8
- import { ChainMonitor } from '@aztec/ethereum/test';
9
8
  import { BlockNumber } from '@aztec/foundation/branded-types';
10
9
  import { EthAddress } from '@aztec/foundation/eth-address';
11
10
  import { sleep } from '@aztec/foundation/sleep';
@@ -18,24 +17,22 @@ import { TokenContract as BananaCoin } from '@aztec/noir-contracts.js/Token';
18
17
  import { CounterContract } from '@aztec/noir-test-contracts.js/Counter';
19
18
  import { ProtocolContractAddress } from '@aztec/protocol-contracts';
20
19
  import { getCanonicalFeeJuice } from '@aztec/protocol-contracts/fee-juice';
21
- import { GasSettings } from '@aztec/stdlib/gas';
20
+ import { Gas, GasSettings } from '@aztec/stdlib/gas';
22
21
  import type { AztecNodeAdmin } from '@aztec/stdlib/interfaces/client';
23
- import { TestWallet } from '@aztec/test-wallet/server';
24
22
 
25
23
  import { getContract } from 'viem';
26
24
 
27
- import { MNEMONIC } from '../fixtures/fixtures.js';
25
+ import { L1_DIRECT_WRITE_ACCOUNT_INDEX, MNEMONIC, getPaddedMaxFeesPerGas } from '../../fixtures/fixtures.js';
26
+ import { type SetupOptions, ensureAuthRegistryPublished, setup } from '../../fixtures/setup.js';
27
+ import { testSpan } from '../../fixtures/timing.js';
28
+ import { mintTokensToPrivate } from '../../fixtures/token_utils.js';
29
+ import { type BalancesFn, getBalancesFn, setupSponsoredFPC } from '../../fixtures/utils.js';
28
30
  import {
29
- type EndToEndContext,
30
- type SetupOptions,
31
- deployAccounts,
32
- publicDeployAccounts,
33
- setup,
34
- teardown,
35
- } from '../fixtures/setup.js';
36
- import { mintTokensToPrivate } from '../fixtures/token_utils.js';
37
- import { type BalancesFn, getBalancesFn, setupSponsoredFPC } from '../fixtures/utils.js';
38
- import { FeeJuicePortalTestingHarnessFactory, type GasBridgingTestHarness } from '../shared/gas_portal_test_harness.js';
31
+ FeeJuicePortalTestingHarnessFactory,
32
+ type GasBridgingTestHarness,
33
+ } from '../../shared/gas_portal_test_harness.js';
34
+ import { TestWallet } from '../../test-wallet/test_wallet.js';
35
+ import { SingleNodeTestContext, type SingleNodeTestOpts } from '../single_node_test_context.js';
39
36
 
40
37
  /**
41
38
  * Test fixture for testing fees. Provides the following setup steps:
@@ -46,12 +43,15 @@ import { FeeJuicePortalTestingHarnessFactory, type GasBridgingTestHarness } from
46
43
  * SponsoredFPCSetup: Deploys Sponsored FPC contract, and bridges gas from L1.
47
44
  * FundAlice: Mints private and public bananas to Alice.
48
45
  * SetupSubscription: Deploys a counter contract and a subscription contract, and mints Fee Juice to the subscription contract.
46
+ *
47
+ * The fee-domain harness over the single-node topology: extends {@link SingleNodeTestContext} so it
48
+ * reuses the base node tracking / chain monitor / teardown machinery, but builds its environment with
49
+ * the bespoke fee opts below (prover node, sponsored-FPC funding, token allowlist) rather than the
50
+ * base's default node config, and layers the fee-domain setup (FPC, fee juice, banana token) on top.
49
51
  */
50
- export class FeesTest {
52
+ export class FeesTest extends SingleNodeTestContext {
51
53
  private accounts: AztecAddress[] = [];
52
- public context!: EndToEndContext;
53
54
 
54
- public logger: Logger;
55
55
  public aztecNode!: AztecNode;
56
56
  public aztecNodeAdmin!: AztecNodeAdmin;
57
57
  public cheatCodes!: CheatCodes;
@@ -66,6 +66,7 @@ export class FeesTest {
66
66
 
67
67
  public gasSettings!: GasSettings;
68
68
 
69
+ /** The base's {@link SingleNodeTestContext.rollup}, exposed under the fee suite's historical name. */
69
70
  public rollupContract!: RollupContract;
70
71
 
71
72
  public feeJuiceContract!: FeeJuiceContract;
@@ -76,66 +77,72 @@ export class FeesTest {
76
77
  public subscriptionContract!: AppSubscriptionContract;
77
78
  public feeJuiceBridgeTestHarness!: GasBridgingTestHarness;
78
79
 
79
- public chainMonitor!: ChainMonitor;
80
-
81
80
  public getCoinbaseBalance!: () => Promise<bigint>;
82
81
  public getCoinbaseSequencerRewards!: () => Promise<bigint>;
83
82
  public getGasBalanceFn!: BalancesFn;
84
83
  public getBananaPublicBalanceFn!: BalancesFn;
85
84
  public getBananaPrivateBalanceFn!: BalancesFn;
86
85
  public getProverFee!: (blockNumber: BlockNumber) => Promise<bigint>;
86
+ public getCommittedProverFee!: (blockNumber: BlockNumber) => Promise<bigint>;
87
+ public getCommittedBurn!: (blockNumber: BlockNumber) => Promise<bigint>;
87
88
 
88
89
  public readonly ALICE_INITIAL_BANANAS = BigInt(1e22);
89
90
  public readonly SUBSCRIPTION_AMOUNT = BigInt(1e19);
90
91
  public readonly APP_SPONSORED_TX_GAS_LIMIT = BigInt(10e9);
91
92
 
93
+ private testName: string;
94
+
92
95
  constructor(
93
96
  testName: string,
94
97
  private numberOfAccounts = 3,
95
98
  private setupOptions: Partial<SetupOptions & DeployAztecL1ContractsArgs> = {},
96
99
  ) {
100
+ super();
97
101
  if (!numberOfAccounts) {
98
102
  throw new Error('There must be at least 1 initial account.');
99
103
  }
100
104
  setupOptions.coinbase ??= EthAddress.random();
101
105
  this.coinbase = setupOptions.coinbase!;
106
+ this.testName = testName;
102
107
  this.logger = createLogger(`e2e:e2e_fees:${testName}`);
103
108
  }
104
109
 
105
- async setup() {
110
+ override async setup(opts: SingleNodeTestOpts = {}) {
106
111
  this.logger.verbose('Setting up fresh context...');
107
- this.context = await setup(0, {
112
+ // Token allowlist entries are test-only: FPC-based fee payment with custom tokens won't work on mainnet alpha.
113
+ const tokenAllowList = await getTokenAllowedSetupFunctions();
114
+ const context = await setup(this.numberOfAccounts, {
108
115
  startProverNode: true,
109
116
  ...this.setupOptions,
117
+ ...opts,
110
118
  fundSponsoredFPC: true,
111
- skipAccountDeployment: true,
112
119
  l1ContractsArgs: { ...this.setupOptions },
120
+ txPublicSetupAllowListExtend: [...(this.setupOptions.txPublicSetupAllowListExtend ?? []), ...tokenAllowList],
113
121
  });
114
122
 
115
- this.rollupContract = RollupContract.getFromConfig(this.context.config);
116
- this.chainMonitor = new ChainMonitor(this.rollupContract, this.context.dateProvider!, this.logger, 200).start();
123
+ // Reuse the base context machinery (rollup, epoch cache, chain monitor, node tracking, teardown)
124
+ // over the environment built above. Restore the FeesTest-named logger afterwards, since
125
+ // hydrateFromContext repoints `this.logger` at the context logger.
126
+ await this.hydrateFromContext(context);
127
+ this.logger = createLogger(`e2e:e2e_fees:${this.testName}`);
128
+ this.rollupContract = this.rollup;
117
129
 
118
130
  await this.applyBaseSetup();
119
-
120
- return this;
121
- }
122
-
123
- async teardown() {
124
- await this.chainMonitor.stop();
125
- await teardown(this.context);
126
- }
127
-
128
- setIsMarkingAsProven(b: boolean) {
129
- this.context.watcher!.setIsMarkingAsProven(b);
130
131
  }
131
132
 
132
133
  async catchUpProvenChain() {
133
134
  const bn = await this.aztecNode.getBlockNumber();
134
- while ((await this.aztecNode.getProvenBlockNumber()) < bn) {
135
+ while ((await this.aztecNode.getBlockNumber('proven')) < bn) {
135
136
  await sleep(1000);
136
137
  }
137
138
  }
138
139
 
140
+ /** Advances to the next epoch and waits for the proven chain to catch up, so all prior fees are paid out. */
141
+ async waitForEpochProven() {
142
+ await this.cheatCodes.rollup.advanceToNextEpoch();
143
+ await this.catchUpProvenChain();
144
+ }
145
+
139
146
  async getBlockRewards() {
140
147
  const blockReward = await this.rollupContract.getCheckpointReward();
141
148
  const rewardConfig = await this.rollupContract.getRewardConfig();
@@ -152,47 +159,49 @@ export class FeesTest {
152
159
  async mintAndBridgeFeeJuice(minter: AztecAddress, recipient: AztecAddress) {
153
160
  const claim = await this.feeJuiceBridgeTestHarness.prepareTokensOnL1(recipient);
154
161
  const { claimSecret: secret, messageLeafIndex: index } = claim;
155
- await this.feeJuiceContract.methods.claim(recipient, claim.claimAmount, secret, index).send({ from: minter });
162
+ await testSpan('setup:bridge', () =>
163
+ this.feeJuiceContract.methods.claim(recipient, claim.claimAmount, secret, index).send({ from: minter }),
164
+ );
156
165
  }
157
166
 
158
167
  /** Alice mints bananaCoin tokens privately to the target address and redeems them. */
159
168
  async mintPrivateBananas(amount: bigint, address: AztecAddress) {
160
- const balanceBefore = await this.bananaCoin.methods
169
+ const { result: balanceBefore } = await this.bananaCoin.methods
161
170
  .balance_of_private(address)
162
- .simulate({ from: this.aliceAddress });
171
+ .simulate({ from: address });
163
172
 
164
- await mintTokensToPrivate(this.bananaCoin, this.aliceAddress, address, amount);
173
+ await testSpan('tx:mint', () => mintTokensToPrivate(this.bananaCoin, this.aliceAddress, address, amount));
165
174
 
166
- const balanceAfter = await this.bananaCoin.methods
175
+ const { result: balanceAfter } = await this.bananaCoin.methods
167
176
  .balance_of_private(address)
168
- .simulate({ from: this.aliceAddress });
177
+ .simulate({ from: address });
169
178
  expect(balanceAfter).toEqual(balanceBefore + amount);
170
179
  }
171
180
 
172
181
  public async applyBaseSetup() {
173
182
  await this.applyInitialAccounts();
174
- await this.applyPublicDeployAccounts();
183
+ await this.applyEnsureAuthRegistryPublished();
175
184
  await this.applySetupFeeJuice();
176
185
  await this.applyDeployBananaToken();
177
186
  }
178
187
 
188
+ async applyEnsureAuthRegistryPublished() {
189
+ this.logger.info('Ensuring AuthRegistry published');
190
+ await ensureAuthRegistryPublished(this.wallet, this.aliceAddress);
191
+ }
192
+
179
193
  async applyInitialAccounts() {
180
194
  this.logger.info('Applying initial accounts setup');
181
195
 
182
- const { deployedAccounts } = await deployAccounts(
183
- this.numberOfAccounts,
184
- this.logger,
185
- )({
186
- wallet: this.context.wallet,
187
- initialFundedAccounts: this.context.initialFundedAccounts,
188
- });
189
-
190
196
  this.wallet = this.context.wallet;
191
- this.aztecNode = this.context.aztecNodeService!;
192
- this.aztecNodeAdmin = this.context.aztecNodeService!;
193
- this.gasSettings = GasSettings.default({ maxFeesPerGas: (await this.aztecNode.getCurrentMinFees()).mul(2) });
197
+ this.aztecNode = this.context.aztecNodeService;
198
+ this.aztecNodeAdmin = this.context.aztecNodeService;
199
+ this.gasSettings = GasSettings.fallback({
200
+ gasLimits: Gas.from((await this.aztecNode.getNodeInfo()).txsLimits.gas),
201
+ maxFeesPerGas: await getPaddedMaxFeesPerGas(this.aztecNode),
202
+ });
194
203
  this.cheatCodes = this.context.cheatCodes;
195
- this.accounts = deployedAccounts.map(a => a.address);
204
+ this.accounts = this.context.accounts;
196
205
  this.accounts.forEach((a, i) => this.logger.verbose(`Account ${i} address: ${a}`));
197
206
  [this.aliceAddress, this.bobAddress, this.sequencerAddress] = this.accounts.slice(0, 3);
198
207
 
@@ -203,27 +212,25 @@ export class FeesTest {
203
212
  this.feeJuiceContract = FeeJuiceContract.at(canonicalFeeJuice.address, this.wallet);
204
213
  }
205
214
 
206
- async applyPublicDeployAccounts() {
207
- this.logger.info('Applying public deploy accounts setup');
208
- await publicDeployAccounts(this.wallet, this.accounts);
209
- }
210
-
211
215
  async applySetupFeeJuice() {
212
216
  this.logger.info('Applying fee juice setup');
213
217
 
214
218
  this.feeJuiceContract = FeeJuiceContract.at(ProtocolContractAddress.FeeJuice, this.wallet);
215
219
 
216
- this.getGasBalanceFn = getBalancesFn(
217
- '⛽',
218
- this.feeJuiceContract.methods.balance_of_public,
219
- this.aliceAddress,
220
- this.logger,
221
- );
220
+ this.getGasBalanceFn = getBalancesFn('⛽', this.feeJuiceContract.methods.balance_of_public, this.logger);
222
221
 
223
222
  this.feeJuiceBridgeTestHarness = await FeeJuicePortalTestingHarnessFactory.create({
224
- aztecNode: this.context.aztecNodeService!,
225
- aztecNodeAdmin: this.context.aztecNodeService!,
226
- l1Client: this.context.deployL1ContractsValues.l1Client,
223
+ aztecNode: this.context.aztecNodeService,
224
+ aztecNodeAdmin: this.context.aztecNodeService,
225
+ // Bridge from a dedicated L1 account so its direct writes don't race the sequencer publisher's
226
+ // txs on the deployer account (see L1_DIRECT_WRITE_ACCOUNT_INDEX).
227
+ l1Client: createExtendedL1Client(
228
+ this.context.config.l1RpcUrls,
229
+ MNEMONIC,
230
+ undefined,
231
+ undefined,
232
+ L1_DIRECT_WRITE_ACCOUNT_INDEX,
233
+ ),
227
234
  wallet: this.wallet,
228
235
  logger: this.logger,
229
236
  });
@@ -232,22 +239,18 @@ export class FeesTest {
232
239
  async applyDeployBananaToken() {
233
240
  this.logger.info('Applying deploy banana token setup');
234
241
 
235
- const bananaCoin = await BananaCoin.deploy(this.wallet, this.aliceAddress, 'BC', 'BC', 18n).send({
236
- from: this.aliceAddress,
237
- });
242
+ const { contract: bananaCoin } = await testSpan('deploy:token', () =>
243
+ BananaCoin.deploy(this.wallet, this.aliceAddress, 'BC', 'BC', 18n).send({
244
+ from: this.aliceAddress,
245
+ }),
246
+ );
238
247
  this.logger.info(`BananaCoin deployed at ${bananaCoin.address}`);
239
248
 
240
249
  this.bananaCoin = bananaCoin;
241
- this.getBananaPublicBalanceFn = getBalancesFn(
242
- '🍌.public',
243
- this.bananaCoin.methods.balance_of_public,
244
- this.aliceAddress,
245
- this.logger,
246
- );
250
+ this.getBananaPublicBalanceFn = getBalancesFn('🍌.public', this.bananaCoin.methods.balance_of_public, this.logger);
247
251
  this.getBananaPrivateBalanceFn = getBalancesFn(
248
252
  '🍌.private',
249
253
  this.bananaCoin.methods.balance_of_private,
250
- this.aliceAddress,
251
254
  this.logger,
252
255
  );
253
256
  }
@@ -259,12 +262,15 @@ export class FeesTest {
259
262
  expect((await this.wallet.getContractMetadata(feeJuiceContract.address)).isContractPublished).toBe(true);
260
263
 
261
264
  const bananaCoin = this.bananaCoin;
262
- const bananaFPC = await FPCContract.deploy(this.wallet, bananaCoin.address, this.fpcAdmin).send({
263
- from: this.aliceAddress,
264
- });
265
+ const { contract: bananaFPC } = await testSpan('deploy:fpc', () =>
266
+ FPCContract.deploy(this.wallet, bananaCoin.address, this.fpcAdmin).send({
267
+ from: this.aliceAddress,
268
+ }),
269
+ );
265
270
 
266
271
  this.logger.info(`BananaPay deployed at ${bananaFPC.address}`);
267
272
 
273
+ // bridgeFromL1ToL2 carries its own setup:bridge span.
268
274
  await this.feeJuiceBridgeTestHarness.bridgeFromL1ToL2(bananaFPC.address, this.aliceAddress);
269
275
 
270
276
  this.bananaFPC = bananaFPC;
@@ -290,7 +296,7 @@ export class FeesTest {
290
296
 
291
297
  // @todo @lherskind As we deal with #13601
292
298
  // Right now the value is from `FeeLib.sol`
293
- const L1_GAS_PER_EPOCH_VERIFIED = 1000000n;
299
+ const L1_GAS_PER_EPOCH_VERIFIED = 3600000n;
294
300
 
295
301
  // We round up
296
302
  const mulDiv = (a: bigint, b: bigint, c: bigint) => (a * b) / c + ((a * b) % c > 0n ? 1n : 0n);
@@ -308,6 +314,27 @@ export class FeesTest {
308
314
  const mana = block!.header.totalManaUsed.toBigInt();
309
315
  return mulDiv(mana * proverCost, 10n ** 12n, price);
310
316
  };
317
+
318
+ /**
319
+ * Reads the prover fee that the rollup actually committed for the block's checkpoint, which is what
320
+ * RewardLib uses to pay prover rewards. Unlike `getProverFee`, this does not re-derive the value
321
+ * from current L1 fees or current eth-per-fee-asset price, so it is robust to pipelined fee-asset-price
322
+ * drift between propose-time and reward-payout-time.
323
+ */
324
+ this.getCommittedProverFee = async (blockNumber: BlockNumber) => {
325
+ const block = await this.aztecNode.getBlock(blockNumber);
326
+ const feeHeader = await this.rollupContract.getFeeHeader(BigInt(block!.checkpointNumber));
327
+ return feeHeader.manaUsed * feeHeader.proverCost;
328
+ };
329
+
330
+ // RewardLib computes sequencerFee = checkpointFee - burn - proverFee where burn = manaUsed * congestionCost.
331
+ // The fixture's typical case keeps congestionCost at zero, but reading it explicitly avoids latent bugs
332
+ // when test load changes excess mana.
333
+ this.getCommittedBurn = async (blockNumber: BlockNumber) => {
334
+ const block = await this.aztecNode.getBlock(blockNumber);
335
+ const feeHeader = await this.rollupContract.getFeeHeader(BigInt(block!.checkpointNumber));
336
+ return feeHeader.manaUsed * feeHeader.congestionCost;
337
+ };
311
338
  }
312
339
 
313
340
  public async applySponsoredFPCSetup() {
@@ -326,9 +353,11 @@ export class FeesTest {
326
353
  this.logger.info('Applying fund Alice with bananas setup');
327
354
 
328
355
  await this.mintPrivateBananas(this.ALICE_INITIAL_BANANAS, this.aliceAddress);
329
- await this.bananaCoin.methods
330
- .mint_to_public(this.aliceAddress, this.ALICE_INITIAL_BANANAS)
331
- .send({ from: this.aliceAddress });
356
+ await testSpan('tx:mint', () =>
357
+ this.bananaCoin.methods.mint_to_public(this.aliceAddress, this.ALICE_INITIAL_BANANAS).send({
358
+ from: this.aliceAddress,
359
+ }),
360
+ );
332
361
  }
333
362
 
334
363
  public async applyFundAliceWithPrivateBananas() {
@@ -0,0 +1,93 @@
1
+ import type { Archiver } from '@aztec/archiver';
2
+ import type { AztecNodeService } from '@aztec/aztec-node';
3
+ import type { AztecAddress } from '@aztec/aztec.js/addresses';
4
+ import { Fr } from '@aztec/aztec.js/fields';
5
+ import type { Logger } from '@aztec/aztec.js/log';
6
+ import type { AztecNode } from '@aztec/aztec.js/node';
7
+ import type { Delayer } from '@aztec/ethereum/l1-tx-utils';
8
+ import type { ChainMonitor } from '@aztec/ethereum/test';
9
+ import type { TestContract } from '@aztec/noir-test-contracts.js/Test';
10
+ import type { TxHash } from '@aztec/stdlib/tx';
11
+
12
+ import { jest } from '@jest/globals';
13
+
14
+ import type { EndToEndContext } from '../../fixtures/utils.js';
15
+ import { proveAndSendTxs } from '../../test-wallet/utils.js';
16
+ import { setupWithProver } from '../setup.js';
17
+ import { FAST_REORG_TIMING, SingleNodeTestContext } from '../single_node_test_context.js';
18
+
19
+ jest.setTimeout(1000 * 60 * 20);
20
+
21
+ /** Number of txs to send at the start of each reorg test to trigger multi-block checkpoints. */
22
+ export const TX_COUNT = 8;
23
+
24
+ /**
25
+ * The single-node + prover-node fixture shared by the L1-reorg suites (`blocks`, `messages`). Stands
26
+ * up a {@link SingleNodeTestContext} on the {@link FAST_REORG_TIMING} cadence (ethSlot=4s,
27
+ * aztecSlot=36s, block=8s, epoch=4, 32 slots/epoch) with L1 speed-ups disabled so prover/sequencer txs
28
+ * can be held back and reorged, registers a {@link TestContract}, and exposes the per-test handles plus
29
+ * a `sendTransactions` helper that pre-proves and fires `count` lightweight txs to drive multi-block
30
+ * checkpoints. Reorgs themselves are driven by `EthCheatCodes.reorg`/`reorgWithReplacement` at the call
31
+ * site. The returned object's fields are populated when `setup()` resolves; create it in `beforeEach`.
32
+ */
33
+ export class L1ReorgsTest {
34
+ public test!: SingleNodeTestContext;
35
+ public context!: EndToEndContext;
36
+ public logger!: Logger;
37
+ public node!: AztecNode;
38
+ public archiver!: Archiver;
39
+ public monitor!: ChainMonitor;
40
+ public proverDelayer!: Delayer;
41
+ public sequencerDelayer!: Delayer;
42
+ public contract!: TestContract;
43
+ public from!: AztecAddress;
44
+
45
+ public L1_BLOCK_TIME_IN_S!: number;
46
+ public L2_SLOT_DURATION_IN_S!: number;
47
+
48
+ public async setup(): Promise<void> {
49
+ this.test = await setupWithProver({
50
+ ...FAST_REORG_TIMING, // ethSlot=4s, aztecSlot=36s, block=8s, epoch=4, 32 slots/epoch (mainnet)
51
+ numberOfAccounts: 1,
52
+ maxSpeedUpAttempts: 0, // Do not speed up l1 txs, we dont want them to land
53
+ cancelTxOnTimeout: false,
54
+ minTxsPerBlock: 0,
55
+ maxTxsPerBlock: 1,
56
+ aztecProofSubmissionEpochs: 1,
57
+ // Pipelining + multi-blocks-per-slot: 8s blocks fit ~4 blocks per 36s slot, and TX_COUNT=8
58
+ // ensures multiple checkpoints have multiple blocks
59
+ });
60
+ ({
61
+ proverDelayer: this.proverDelayer,
62
+ sequencerDelayer: this.sequencerDelayer,
63
+ context: this.context,
64
+ logger: this.logger,
65
+ monitor: this.monitor,
66
+ L1_BLOCK_TIME_IN_S: this.L1_BLOCK_TIME_IN_S,
67
+ L2_SLOT_DURATION_IN_S: this.L2_SLOT_DURATION_IN_S,
68
+ } = this.test);
69
+ this.node = this.context.aztecNode;
70
+ this.archiver = (this.node as AztecNodeService).getBlockSource() as Archiver;
71
+ this.from = this.context.accounts[0];
72
+ this.contract = await this.test.registerTestContract(this.context.wallet);
73
+ }
74
+
75
+ public teardown(): Promise<void> {
76
+ return this.test.teardown();
77
+ }
78
+
79
+ /** Pre-proves and sends `count` txs to generate L2 activity for multi-block checkpoints. */
80
+ public async sendTransactions(count: number, offset = 0): Promise<TxHash[]> {
81
+ this.logger.warn(`Pre-proving ${count} transactions`);
82
+ const txHashes = await proveAndSendTxs(
83
+ this.context.wallet,
84
+ count,
85
+ i => this.contract.methods.emit_nullifier(new Fr(offset + i + 1)),
86
+ { from: this.from },
87
+ );
88
+ this.logger.warn(`Sent ${txHashes.length} transactions`);
89
+ return txHashes;
90
+ }
91
+ }
92
+
93
+ export { jest };
@@ -0,0 +1,8 @@
1
+ import { jest } from '@jest/globals';
2
+
3
+ import { NO_REORG_SUBMISSION_EPOCHS, PROVING_SLOT_TIMING, setupWithProver } from '../setup.js';
4
+ import { SingleNodeTestContext } from '../single_node_test_context.js';
5
+
6
+ jest.setTimeout(1000 * 60 * 10);
7
+
8
+ export { jest, setupWithProver, SingleNodeTestContext, NO_REORG_SUBMISSION_EPOCHS, PROVING_SLOT_TIMING };
@@ -0,0 +1,15 @@
1
+ import { jest } from '@jest/globals';
2
+
3
+ import { NO_REORG_SUBMISSION_EPOCHS, PROVING_SLOT_TIMING, setupWithProver } from '../setup.js';
4
+ import { SingleNodeTestContext, WORLD_STATE_CHECKPOINT_HISTORY } from '../single_node_test_context.js';
5
+
6
+ jest.setTimeout(1000 * 60 * 15);
7
+
8
+ export {
9
+ jest,
10
+ setupWithProver,
11
+ SingleNodeTestContext,
12
+ WORLD_STATE_CHECKPOINT_HISTORY,
13
+ NO_REORG_SUBMISSION_EPOCHS,
14
+ PROVING_SLOT_TIMING,
15
+ };
@@ -0,0 +1,8 @@
1
+ import { jest } from '@jest/globals';
2
+
3
+ import { NO_REORG_SUBMISSION_EPOCHS, PROVING_SLOT_TIMING, setupWithProver } from '../setup.js';
4
+ import { SingleNodeTestContext } from '../single_node_test_context.js';
5
+
6
+ jest.setTimeout(1000 * 60 * 10);
7
+
8
+ export { jest, setupWithProver, SingleNodeTestContext, NO_REORG_SUBMISSION_EPOCHS, PROVING_SLOT_TIMING };
@@ -0,0 +1,63 @@
1
+ import { SingleNodeTestContext, type SingleNodeTestOpts } from './single_node_test_context.js';
2
+
3
+ /**
4
+ * The single-node setup surface, organized over the prover axis (none / fake / real). Each factory is a
5
+ * thin wrapper over {@link SingleNodeTestContext.setup} that fixes the prover mode and the defaults that go
6
+ * with it; tests pick the factory matching their topology and vary it through `opts`.
7
+ */
8
+
9
+ /**
10
+ * Proof-submission window (in epochs) so large the chain never prunes/reorgs in the test's lifetime.
11
+ * Tests that must keep unproven blocks alive for their whole run (no prover, or a hand-driven settler)
12
+ * set `aztecProofSubmissionEpochs` to this rather than picking an arbitrary large number.
13
+ */
14
+ export const NO_REORG_SUBMISSION_EPOCHS = 1024;
15
+
16
+ /**
17
+ * The "12s floor" slot cadence: a 4s L1 slot with 3 L1 slots per L2 slot, i.e. a 12s L2 slot. Shared by
18
+ * the proving / partial-proof suites whose bodies wait in real wall-clock for the sequencer to build
19
+ * empty checkpoints (one per L2 slot) and so cannot warp the clock forward. 12s is the shortest L2 slot
20
+ * that still fits one block per checkpoint under the default 3s block-duration timing model (which needs
21
+ * S >= ~8.5s); an 8s slot derives 0 blocks per checkpoint and trips the timing-config guard. Running at
22
+ * this floor keeps those real-time waits as short as possible.
23
+ */
24
+ export const PROVING_SLOT_TIMING = {
25
+ ethereumSlotDuration: 4,
26
+ aztecSlotDurationInL1Slots: 3,
27
+ } as const;
28
+
29
+ /**
30
+ * Single sequencer plus the context's fake in-process prover node (`realProofs: false`,
31
+ * `aztecProofSubmissionEpochs: 1`, `syncChainTip: 'checkpointed'`). This is exactly today's
32
+ * {@link SingleNodeTestContext.setup} default, used by the proving/partial-proofs/reorg/recovery suites.
33
+ */
34
+ export function setupWithProver(opts: SingleNodeTestOpts = {}): Promise<SingleNodeTestContext> {
35
+ return SingleNodeTestContext.setup(opts);
36
+ }
37
+
38
+ /**
39
+ * Single production sequencer with **no prover node**, used by the block-building/sequencer/sync suites.
40
+ *
41
+ * Dropping the prover requires raising `aztecProofSubmissionEpochs` to a high value
42
+ * ({@link NO_REORG_SUBMISSION_EPOCHS}): with the context's default window of `1` and no prover producing
43
+ * proofs, unproven blocks get pruned out from under the test after an epoch — so the high window keeps the
44
+ * blocks alive. Also defaults the PXE to `syncChainTip: 'proposed'` (rather than the context's
45
+ * `'checkpointed'`) since these tests assert on freshly proposed, not-yet-checkpointed blocks.
46
+ *
47
+ * Defaults `aztecEpochDuration` to `32` (the production default). These tests were written against the raw
48
+ * `setup()` helper, which deployed with the 32-slot production epoch; the context's own default of `6`
49
+ * lands an epoch boundary mid-test, where proposer selection changes and the propose for the boundary slot
50
+ * silently reverts (no checkpoint lands, the chain stops advancing). The 32-slot epoch keeps the boundary
51
+ * out past the short runs these tests need. All three (`startProverNode`, the proof window, the epoch) and
52
+ * `pxeOpts` can be overridden via `opts` — tests that need a shorter epoch (e.g. governance signalling) set
53
+ * their own.
54
+ */
55
+ export function setupBlockProducer(opts: SingleNodeTestOpts = {}): Promise<SingleNodeTestContext> {
56
+ return SingleNodeTestContext.setup({
57
+ startProverNode: false,
58
+ aztecProofSubmissionEpochs: NO_REORG_SUBMISSION_EPOCHS,
59
+ aztecEpochDuration: 32,
60
+ ...opts,
61
+ pxeOpts: { syncChainTip: 'proposed', ...opts.pxeOpts },
62
+ });
63
+ }