@aztec/end-to-end 0.0.1-commit.d3ec352c → 0.0.1-commit.d58ff9d0

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 (404) 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/interactive_handshake_responder.d.ts +48 -0
  12. package/dest/automine/delivery/interactive_handshake_responder.d.ts.map +1 -0
  13. package/dest/automine/delivery/interactive_handshake_responder.js +76 -0
  14. package/dest/automine/delivery/onchain_delivery_harness.d.ts +19 -0
  15. package/dest/automine/delivery/onchain_delivery_harness.d.ts.map +1 -0
  16. package/dest/automine/delivery/onchain_delivery_harness.js +141 -0
  17. package/dest/automine/token/blacklist_token_contract_test.d.ts +49 -0
  18. package/dest/automine/token/blacklist_token_contract_test.d.ts.map +1 -0
  19. package/dest/automine/token/blacklist_token_contract_test.js +166 -0
  20. package/dest/automine/token/token_contract_test.d.ts +40 -0
  21. package/dest/automine/token/token_contract_test.d.ts.map +1 -0
  22. package/dest/automine/token/token_contract_test.js +119 -0
  23. package/dest/automine/token/token_test_helpers.d.ts +73 -0
  24. package/dest/automine/token/token_test_helpers.d.ts.map +1 -0
  25. package/dest/automine/token/token_test_helpers.js +97 -0
  26. package/dest/bench/client_flows/benchmark.d.ts +17 -2
  27. package/dest/bench/client_flows/benchmark.d.ts.map +1 -1
  28. package/dest/bench/client_flows/benchmark.js +40 -1
  29. package/dest/bench/client_flows/client_flows_benchmark.d.ts +19 -20
  30. package/dest/bench/client_flows/client_flows_benchmark.d.ts.map +1 -1
  31. package/dest/bench/client_flows/client_flows_benchmark.js +155 -159
  32. package/dest/bench/client_flows/config.d.ts +2 -2
  33. package/dest/bench/client_flows/config.d.ts.map +1 -1
  34. package/dest/bench/client_flows/config.js +18 -0
  35. package/dest/bench/client_flows/data_extractor.js +4 -1
  36. package/dest/bench/utils.d.ts +11 -10
  37. package/dest/bench/utils.d.ts.map +1 -1
  38. package/dest/bench/utils.js +126 -23
  39. package/dest/composed/ha/ha_full_setup.d.ts +77 -0
  40. package/dest/composed/ha/ha_full_setup.d.ts.map +1 -0
  41. package/dest/composed/ha/ha_full_setup.js +383 -0
  42. package/dest/composed/web3signer/multi_validator_keystore_utils.d.ts +12 -0
  43. package/dest/composed/web3signer/multi_validator_keystore_utils.d.ts.map +1 -0
  44. package/dest/{e2e_multi_validator/utils.js → composed/web3signer/multi_validator_keystore_utils.js} +1 -1
  45. package/dest/fixtures/authwit_proxy.d.ts +15 -0
  46. package/dest/fixtures/authwit_proxy.d.ts.map +1 -0
  47. package/dest/fixtures/authwit_proxy.js +34 -0
  48. package/dest/fixtures/e2e_prover_test.d.ts +25 -29
  49. package/dest/fixtures/e2e_prover_test.d.ts.map +1 -1
  50. package/dest/fixtures/e2e_prover_test.js +147 -151
  51. package/dest/fixtures/elu_monitor.d.ts +21 -0
  52. package/dest/fixtures/elu_monitor.d.ts.map +1 -0
  53. package/dest/fixtures/elu_monitor.js +102 -0
  54. package/dest/fixtures/fixtures.d.ts +84 -3
  55. package/dest/fixtures/fixtures.d.ts.map +1 -1
  56. package/dest/fixtures/fixtures.js +87 -2
  57. package/dest/fixtures/get_acvm_config.js +1 -1
  58. package/dest/fixtures/get_bb_config.d.ts +1 -1
  59. package/dest/fixtures/get_bb_config.d.ts.map +1 -1
  60. package/dest/fixtures/get_bb_config.js +5 -5
  61. package/dest/fixtures/ha_setup.d.ts +71 -0
  62. package/dest/fixtures/ha_setup.d.ts.map +1 -0
  63. package/dest/fixtures/ha_setup.js +119 -0
  64. package/dest/fixtures/index.d.ts +3 -1
  65. package/dest/fixtures/index.d.ts.map +1 -1
  66. package/dest/fixtures/index.js +2 -0
  67. package/dest/fixtures/l1_to_l2_messaging.d.ts +4 -3
  68. package/dest/fixtures/l1_to_l2_messaging.d.ts.map +1 -1
  69. package/dest/fixtures/l1_to_l2_messaging.js +2 -2
  70. package/dest/fixtures/schnorr_hardcoded_account_contract.d.ts +25 -0
  71. package/dest/fixtures/schnorr_hardcoded_account_contract.d.ts.map +1 -0
  72. package/dest/fixtures/schnorr_hardcoded_account_contract.js +37 -0
  73. package/dest/fixtures/setup.d.ts +269 -0
  74. package/dest/fixtures/setup.d.ts.map +1 -0
  75. package/dest/fixtures/setup.js +688 -0
  76. package/dest/fixtures/setup_p2p_test.d.ts +22 -11
  77. package/dest/fixtures/setup_p2p_test.d.ts.map +1 -1
  78. package/dest/fixtures/setup_p2p_test.js +49 -38
  79. package/dest/fixtures/timing.d.ts +42 -0
  80. package/dest/fixtures/timing.d.ts.map +1 -0
  81. package/dest/fixtures/timing.js +72 -0
  82. package/dest/fixtures/token_utils.d.ts +22 -4
  83. package/dest/fixtures/token_utils.d.ts.map +1 -1
  84. package/dest/fixtures/token_utils.js +28 -7
  85. package/dest/fixtures/utils.d.ts +5 -638
  86. package/dest/fixtures/utils.d.ts.map +1 -1
  87. package/dest/fixtures/utils.js +4 -647
  88. package/dest/fixtures/wait_helpers.d.ts +135 -0
  89. package/dest/fixtures/wait_helpers.d.ts.map +1 -0
  90. package/dest/fixtures/wait_helpers.js +154 -0
  91. package/dest/fixtures/web3signer.js +1 -1
  92. package/dest/fixtures/with_telemetry_utils.d.ts +2 -2
  93. package/dest/fixtures/with_telemetry_utils.d.ts.map +1 -1
  94. package/dest/fixtures/with_telemetry_utils.js +2 -2
  95. package/dest/forward-compatibility/wallet_rpc_client.d.ts +7 -0
  96. package/dest/forward-compatibility/wallet_rpc_client.d.ts.map +1 -0
  97. package/dest/forward-compatibility/wallet_rpc_client.js +15 -0
  98. package/dest/forward-compatibility/wallet_service.d.ts +3 -0
  99. package/dest/forward-compatibility/wallet_service.d.ts.map +1 -0
  100. package/dest/forward-compatibility/wallet_service.js +109 -0
  101. package/dest/install_legacy_contracts.d.cts +10 -0
  102. package/dest/install_legacy_contracts.d.cts.map +1 -0
  103. package/dest/legacy-jest-resolver.d.cts +3 -0
  104. package/dest/legacy-jest-resolver.d.cts.map +1 -0
  105. package/dest/multi-node/block-production/setup.d.ts +97 -0
  106. package/dest/multi-node/block-production/setup.d.ts.map +1 -0
  107. package/dest/multi-node/block-production/setup.js +158 -0
  108. package/dest/multi-node/governance/setup.d.ts +67 -0
  109. package/dest/multi-node/governance/setup.d.ts.map +1 -0
  110. package/dest/multi-node/governance/setup.js +126 -0
  111. package/dest/multi-node/multi_node_test_context.d.ts +212 -0
  112. package/dest/multi-node/multi_node_test_context.d.ts.map +1 -0
  113. package/dest/multi-node/multi_node_test_context.js +347 -0
  114. package/dest/multi-node/slashing/inactivity_setup.d.ts +27 -0
  115. package/dest/multi-node/slashing/inactivity_setup.d.ts.map +1 -0
  116. package/dest/multi-node/slashing/inactivity_setup.js +111 -0
  117. package/dest/multi-node/slashing/setup.d.ts +167 -0
  118. package/dest/multi-node/slashing/setup.d.ts.map +1 -0
  119. package/dest/multi-node/slashing/setup.js +275 -0
  120. package/dest/{e2e_p2p → p2p}/p2p_network.d.ts +33 -21
  121. package/dest/p2p/p2p_network.d.ts.map +1 -0
  122. package/dest/p2p/p2p_network.js +389 -0
  123. package/dest/p2p/reqresp/utils.d.ts +19 -0
  124. package/dest/p2p/reqresp/utils.d.ts.map +1 -0
  125. package/dest/p2p/reqresp/utils.js +193 -0
  126. package/dest/p2p/shared.d.ts +72 -0
  127. package/dest/p2p/shared.d.ts.map +1 -0
  128. package/dest/p2p/shared.js +212 -0
  129. package/dest/quality_of_service/grafana_client.d.ts +41 -0
  130. package/dest/quality_of_service/grafana_client.d.ts.map +1 -0
  131. package/dest/quality_of_service/{alert_checker.js → grafana_client.js} +1 -1
  132. package/dest/quality_of_service/prometheus_client.d.ts +38 -0
  133. package/dest/quality_of_service/prometheus_client.d.ts.map +1 -0
  134. package/dest/quality_of_service/prometheus_client.js +67 -0
  135. package/dest/shared/cross_chain_test_harness.d.ts +22 -9
  136. package/dest/shared/cross_chain_test_harness.d.ts.map +1 -1
  137. package/dest/shared/cross_chain_test_harness.js +45 -40
  138. package/dest/shared/gas_portal_test_harness.d.ts +19 -6
  139. package/dest/shared/gas_portal_test_harness.d.ts.map +1 -1
  140. package/dest/shared/gas_portal_test_harness.js +27 -15
  141. package/dest/shared/index.d.ts +3 -2
  142. package/dest/shared/index.d.ts.map +1 -1
  143. package/dest/shared/index.js +1 -0
  144. package/dest/shared/jest_setup.js +41 -1
  145. package/dest/shared/mock_state_view.d.ts +86 -0
  146. package/dest/shared/mock_state_view.d.ts.map +1 -0
  147. package/dest/shared/mock_state_view.js +186 -0
  148. package/dest/shared/submit-transactions.d.ts +4 -4
  149. package/dest/shared/submit-transactions.d.ts.map +1 -1
  150. package/dest/shared/submit-transactions.js +19 -14
  151. package/dest/shared/timing_env.d.js +5 -0
  152. package/dest/shared/timing_env.js +365 -0
  153. package/dest/shared/uniswap_l1_l2.d.ts +3 -27
  154. package/dest/shared/uniswap_l1_l2.d.ts.map +1 -1
  155. package/dest/shared/uniswap_l1_l2.js +86 -54
  156. package/dest/shared/wait_for_l1_to_l2_message.d.ts +13 -0
  157. package/dest/shared/wait_for_l1_to_l2_message.d.ts.map +1 -0
  158. package/dest/shared/wait_for_l1_to_l2_message.js +10 -0
  159. package/dest/simulators/lending_simulator.d.ts +15 -4
  160. package/dest/simulators/lending_simulator.d.ts.map +1 -1
  161. package/dest/simulators/lending_simulator.js +29 -17
  162. package/dest/simulators/token_simulator.d.ts +1 -1
  163. package/dest/simulators/token_simulator.d.ts.map +1 -1
  164. package/dest/simulators/token_simulator.js +3 -24
  165. package/dest/single-node/cross-chain/cross_chain_messaging_test.d.ts +75 -0
  166. package/dest/single-node/cross-chain/cross_chain_messaging_test.d.ts.map +1 -0
  167. package/dest/single-node/cross-chain/cross_chain_messaging_test.js +209 -0
  168. package/dest/single-node/cross-chain/message_test_helpers.d.ts +38 -0
  169. package/dest/single-node/cross-chain/message_test_helpers.d.ts.map +1 -0
  170. package/dest/single-node/cross-chain/message_test_helpers.js +70 -0
  171. package/dest/{e2e_fees → single-node/fees}/bridging_race.notest.d.ts +1 -1
  172. package/dest/single-node/fees/bridging_race.notest.d.ts.map +1 -0
  173. package/dest/{e2e_fees → single-node/fees}/bridging_race.notest.js +21 -10
  174. package/dest/single-node/fees/fees_test.d.ts +93 -0
  175. package/dest/single-node/fees/fees_test.d.ts.map +1 -0
  176. package/dest/single-node/fees/fees_test.js +274 -0
  177. package/dest/single-node/l1-reorgs/setup.d.ts +42 -0
  178. package/dest/single-node/l1-reorgs/setup.d.ts.map +1 -0
  179. package/dest/single-node/l1-reorgs/setup.js +57 -0
  180. package/dest/single-node/partial-proofs/setup.d.ts +5 -0
  181. package/dest/single-node/partial-proofs/setup.d.ts.map +1 -0
  182. package/dest/single-node/partial-proofs/setup.js +5 -0
  183. package/dest/single-node/proving/setup.d.ts +5 -0
  184. package/dest/single-node/proving/setup.d.ts.map +1 -0
  185. package/dest/single-node/proving/setup.js +5 -0
  186. package/dest/single-node/recovery/setup.d.ts +5 -0
  187. package/dest/single-node/recovery/setup.d.ts.map +1 -0
  188. package/dest/single-node/recovery/setup.js +5 -0
  189. package/dest/single-node/setup.d.ts +49 -0
  190. package/dest/single-node/setup.d.ts.map +1 -0
  191. package/dest/single-node/setup.js +56 -0
  192. package/dest/single-node/single_node_test_context.d.ts +360 -0
  193. package/dest/single-node/single_node_test_context.d.ts.map +1 -0
  194. package/dest/single-node/single_node_test_context.js +833 -0
  195. package/dest/spartan/setup_test_wallets.d.ts +15 -5
  196. package/dest/spartan/setup_test_wallets.d.ts.map +1 -1
  197. package/dest/spartan/setup_test_wallets.js +155 -50
  198. package/dest/spartan/tx_metrics.d.ts +111 -0
  199. package/dest/spartan/tx_metrics.d.ts.map +1 -0
  200. package/dest/spartan/tx_metrics.js +507 -0
  201. package/dest/spartan/utils/bot.d.ts +28 -0
  202. package/dest/spartan/utils/bot.d.ts.map +1 -0
  203. package/dest/spartan/utils/bot.js +142 -0
  204. package/dest/spartan/utils/chaos.d.ts +79 -0
  205. package/dest/spartan/utils/chaos.d.ts.map +1 -0
  206. package/dest/spartan/utils/chaos.js +142 -0
  207. package/dest/spartan/utils/clients.d.ts +39 -0
  208. package/dest/spartan/utils/clients.d.ts.map +1 -0
  209. package/dest/spartan/utils/clients.js +90 -0
  210. package/dest/spartan/utils/config.d.ts +19 -0
  211. package/dest/spartan/utils/config.d.ts.map +1 -0
  212. package/dest/spartan/utils/config.js +23 -0
  213. package/dest/spartan/utils/health.d.ts +63 -0
  214. package/dest/spartan/utils/health.d.ts.map +1 -0
  215. package/dest/spartan/utils/health.js +202 -0
  216. package/dest/spartan/utils/helm.d.ts +15 -0
  217. package/dest/spartan/utils/helm.d.ts.map +1 -0
  218. package/dest/spartan/utils/helm.js +47 -0
  219. package/dest/spartan/utils/index.d.ts +11 -0
  220. package/dest/spartan/utils/index.d.ts.map +1 -0
  221. package/dest/spartan/utils/index.js +22 -0
  222. package/dest/spartan/utils/k8s.d.ts +128 -0
  223. package/dest/spartan/utils/k8s.d.ts.map +1 -0
  224. package/dest/spartan/utils/k8s.js +381 -0
  225. package/dest/spartan/utils/nodes.d.ts +40 -0
  226. package/dest/spartan/utils/nodes.d.ts.map +1 -0
  227. package/dest/spartan/utils/nodes.js +461 -0
  228. package/dest/spartan/utils/pod_logs.d.ts +25 -0
  229. package/dest/spartan/utils/pod_logs.d.ts.map +1 -0
  230. package/dest/spartan/utils/pod_logs.js +74 -0
  231. package/dest/spartan/utils/scripts.d.ts +30 -0
  232. package/dest/spartan/utils/scripts.d.ts.map +1 -0
  233. package/dest/spartan/utils/scripts.js +81 -0
  234. package/dest/spartan/utils.d.ts +2 -221
  235. package/dest/spartan/utils.d.ts.map +1 -1
  236. package/dest/spartan/utils.js +1 -782
  237. package/dest/test-wallet/test_wallet.d.ts +105 -0
  238. package/dest/test-wallet/test_wallet.d.ts.map +1 -0
  239. package/dest/test-wallet/test_wallet.js +320 -0
  240. package/dest/test-wallet/utils.d.ts +76 -0
  241. package/dest/test-wallet/utils.d.ts.map +1 -0
  242. package/dest/test-wallet/utils.js +126 -0
  243. package/dest/test-wallet/wallet_worker_script.d.ts +2 -0
  244. package/dest/test-wallet/wallet_worker_script.d.ts.map +1 -0
  245. package/dest/test-wallet/wallet_worker_script.js +56 -0
  246. package/dest/test-wallet/worker_wallet.d.ts +53 -0
  247. package/dest/test-wallet/worker_wallet.d.ts.map +1 -0
  248. package/dest/test-wallet/worker_wallet.js +157 -0
  249. package/dest/test-wallet/worker_wallet_schema.d.ts +4 -0
  250. package/dest/test-wallet/worker_wallet_schema.d.ts.map +1 -0
  251. package/dest/test-wallet/worker_wallet_schema.js +23 -0
  252. package/package.json +54 -46
  253. package/src/automine/README.md +60 -0
  254. package/src/automine/automine_test_context.ts +153 -0
  255. package/src/automine/contracts/fixtures/storage_proof.json +915 -0
  256. package/src/automine/contracts/fixtures/storage_proof_fetcher.ts +190 -0
  257. package/src/automine/contracts/fixtures/storage_proof_fixture.ts +173 -0
  258. package/src/automine/delivery/interactive_handshake_responder.ts +125 -0
  259. package/src/automine/delivery/onchain_delivery_harness.ts +213 -0
  260. package/src/automine/token/blacklist_token_contract_test.ts +208 -0
  261. package/src/automine/token/token_contract_test.ts +146 -0
  262. package/src/automine/token/token_test_helpers.ts +138 -0
  263. package/src/bench/client_flows/benchmark.ts +45 -2
  264. package/src/bench/client_flows/client_flows_benchmark.ts +222 -251
  265. package/src/bench/client_flows/config.ts +9 -1
  266. package/src/bench/client_flows/data_extractor.ts +2 -1
  267. package/src/bench/utils.ts +144 -25
  268. package/src/composed/ha/ha_full_setup.ts +466 -0
  269. package/src/{e2e_multi_validator/utils.ts → composed/web3signer/multi_validator_keystore_utils.ts} +1 -1
  270. package/src/fixtures/authwit_proxy.ts +54 -0
  271. package/src/fixtures/dumps/epoch_proof_result.json +1 -1
  272. package/src/fixtures/e2e_prover_test.ts +172 -205
  273. package/src/fixtures/elu_monitor.ts +126 -0
  274. package/src/fixtures/fixtures.ts +111 -3
  275. package/src/fixtures/get_acvm_config.ts +1 -1
  276. package/src/fixtures/get_bb_config.ts +7 -6
  277. package/src/fixtures/ha_setup.ts +192 -0
  278. package/src/fixtures/index.ts +2 -0
  279. package/src/fixtures/l1_to_l2_messaging.ts +4 -2
  280. package/src/fixtures/schnorr_hardcoded_account_contract.ts +49 -0
  281. package/src/fixtures/setup.ts +987 -0
  282. package/src/fixtures/setup_p2p_test.ts +57 -57
  283. package/src/fixtures/timing.ts +97 -0
  284. package/src/fixtures/token_utils.ts +46 -10
  285. package/src/fixtures/utils.ts +26 -966
  286. package/src/fixtures/wait_helpers.ts +333 -0
  287. package/src/fixtures/web3signer.ts +1 -1
  288. package/src/fixtures/with_telemetry_utils.ts +2 -2
  289. package/src/forward-compatibility/wallet_rpc_client.ts +14 -0
  290. package/src/forward-compatibility/wallet_service.ts +106 -0
  291. package/src/guides/up_quick_start.sh +7 -4
  292. package/src/infra/README.md +12 -0
  293. package/src/install_legacy_contracts.cjs +75 -0
  294. package/src/legacy-jest-resolver.cjs +112 -0
  295. package/src/multi-node/README.md +95 -0
  296. package/src/multi-node/block-production/setup.ts +272 -0
  297. package/src/multi-node/governance/setup.ts +172 -0
  298. package/src/multi-node/multi_node_test_context.ts +447 -0
  299. package/src/multi-node/slashing/inactivity_setup.ts +139 -0
  300. package/src/multi-node/slashing/setup.ts +433 -0
  301. package/src/p2p/README.md +78 -0
  302. package/src/p2p/p2p_network.ts +542 -0
  303. package/src/p2p/reqresp/utils.ts +263 -0
  304. package/src/p2p/shared.ts +329 -0
  305. package/src/quality_of_service/{alert_checker.ts → grafana_client.ts} +1 -1
  306. package/src/quality_of_service/prometheus_client.ts +113 -0
  307. package/src/shared/cross_chain_test_harness.ts +51 -44
  308. package/src/shared/gas_portal_test_harness.ts +35 -17
  309. package/src/shared/index.ts +2 -1
  310. package/src/shared/jest_setup.ts +51 -1
  311. package/src/shared/mock_state_view.ts +188 -0
  312. package/src/shared/submit-transactions.ts +22 -19
  313. package/src/shared/timing_env.d.mts +39 -0
  314. package/src/shared/timing_env.mjs +363 -0
  315. package/src/shared/uniswap_l1_l2.ts +136 -115
  316. package/src/shared/wait_for_l1_to_l2_message.ts +23 -0
  317. package/src/simulators/lending_simulator.ts +36 -18
  318. package/src/simulators/token_simulator.ts +6 -30
  319. package/src/single-node/README.md +60 -0
  320. package/src/single-node/cross-chain/cross_chain_messaging_test.ts +302 -0
  321. package/src/single-node/cross-chain/message_test_helpers.ts +125 -0
  322. package/src/{e2e_fees → single-node/fees}/bridging_race.notest.ts +23 -15
  323. package/src/single-node/fees/fees_test.ts +368 -0
  324. package/src/single-node/l1-reorgs/setup.ts +93 -0
  325. package/src/single-node/partial-proofs/setup.ts +8 -0
  326. package/src/single-node/proving/setup.ts +15 -0
  327. package/src/single-node/recovery/setup.ts +8 -0
  328. package/src/single-node/setup.ts +63 -0
  329. package/src/single-node/single_node_test_context.ts +1041 -0
  330. package/src/spartan/setup_test_wallets.ts +217 -36
  331. package/src/spartan/tx_metrics.ts +460 -0
  332. package/src/spartan/utils/bot.ts +188 -0
  333. package/src/spartan/utils/chaos.ts +253 -0
  334. package/src/spartan/utils/clients.ts +100 -0
  335. package/src/spartan/utils/config.ts +29 -0
  336. package/src/spartan/utils/health.ts +255 -0
  337. package/src/spartan/utils/helm.ts +84 -0
  338. package/src/spartan/utils/index.ts +71 -0
  339. package/src/spartan/utils/k8s.ts +535 -0
  340. package/src/spartan/utils/nodes.ts +543 -0
  341. package/src/spartan/utils/pod_logs.ts +99 -0
  342. package/src/spartan/utils/scripts.ts +99 -0
  343. package/src/spartan/utils.ts +1 -983
  344. package/src/test-wallet/test_wallet.ts +426 -0
  345. package/src/test-wallet/utils.ts +205 -0
  346. package/src/test-wallet/wallet_worker_script.ts +66 -0
  347. package/src/test-wallet/worker_wallet.ts +216 -0
  348. package/src/test-wallet/worker_wallet_schema.ts +14 -0
  349. package/dest/e2e_blacklist_token_contract/blacklist_token_contract_test.d.ts +0 -54
  350. package/dest/e2e_blacklist_token_contract/blacklist_token_contract_test.d.ts.map +0 -1
  351. package/dest/e2e_blacklist_token_contract/blacklist_token_contract_test.js +0 -185
  352. package/dest/e2e_cross_chain_messaging/cross_chain_messaging_test.d.ts +0 -41
  353. package/dest/e2e_cross_chain_messaging/cross_chain_messaging_test.d.ts.map +0 -1
  354. package/dest/e2e_cross_chain_messaging/cross_chain_messaging_test.js +0 -108
  355. package/dest/e2e_deploy_contract/deploy_test.d.ts +0 -36
  356. package/dest/e2e_deploy_contract/deploy_test.d.ts.map +0 -1
  357. package/dest/e2e_deploy_contract/deploy_test.js +0 -45
  358. package/dest/e2e_epochs/epochs_test.d.ts +0 -93
  359. package/dest/e2e_epochs/epochs_test.d.ts.map +0 -1
  360. package/dest/e2e_epochs/epochs_test.js +0 -337
  361. package/dest/e2e_fees/bridging_race.notest.d.ts.map +0 -1
  362. package/dest/e2e_fees/fees_test.d.ts +0 -85
  363. package/dest/e2e_fees/fees_test.d.ts.map +0 -1
  364. package/dest/e2e_fees/fees_test.js +0 -263
  365. package/dest/e2e_l1_publisher/write_json.d.ts +0 -10
  366. package/dest/e2e_l1_publisher/write_json.d.ts.map +0 -1
  367. package/dest/e2e_l1_publisher/write_json.js +0 -58
  368. package/dest/e2e_multi_validator/utils.d.ts +0 -12
  369. package/dest/e2e_multi_validator/utils.d.ts.map +0 -1
  370. package/dest/e2e_nested_contract/nested_contract_test.d.ts +0 -29
  371. package/dest/e2e_nested_contract/nested_contract_test.d.ts.map +0 -1
  372. package/dest/e2e_nested_contract/nested_contract_test.js +0 -64
  373. package/dest/e2e_p2p/inactivity_slash_test.d.ts +0 -31
  374. package/dest/e2e_p2p/inactivity_slash_test.d.ts.map +0 -1
  375. package/dest/e2e_p2p/inactivity_slash_test.js +0 -139
  376. package/dest/e2e_p2p/p2p_network.d.ts.map +0 -1
  377. package/dest/e2e_p2p/p2p_network.js +0 -320
  378. package/dest/e2e_p2p/shared.d.ts +0 -46
  379. package/dest/e2e_p2p/shared.d.ts.map +0 -1
  380. package/dest/e2e_p2p/shared.js +0 -184
  381. package/dest/e2e_token_contract/token_contract_test.d.ts +0 -35
  382. package/dest/e2e_token_contract/token_contract_test.d.ts.map +0 -1
  383. package/dest/e2e_token_contract/token_contract_test.js +0 -126
  384. package/dest/fixtures/setup_l1_contracts.d.ts +0 -477
  385. package/dest/fixtures/setup_l1_contracts.d.ts.map +0 -1
  386. package/dest/fixtures/setup_l1_contracts.js +0 -17
  387. package/dest/fixtures/snapshot_manager.d.ts +0 -95
  388. package/dest/fixtures/snapshot_manager.d.ts.map +0 -1
  389. package/dest/fixtures/snapshot_manager.js +0 -505
  390. package/dest/quality_of_service/alert_checker.d.ts +0 -41
  391. package/dest/quality_of_service/alert_checker.d.ts.map +0 -1
  392. package/src/e2e_blacklist_token_contract/blacklist_token_contract_test.ts +0 -256
  393. package/src/e2e_cross_chain_messaging/cross_chain_messaging_test.ts +0 -179
  394. package/src/e2e_deploy_contract/deploy_test.ts +0 -78
  395. package/src/e2e_epochs/epochs_test.ts +0 -438
  396. package/src/e2e_fees/fees_test.ts +0 -382
  397. package/src/e2e_l1_publisher/write_json.ts +0 -77
  398. package/src/e2e_nested_contract/nested_contract_test.ts +0 -96
  399. package/src/e2e_p2p/inactivity_slash_test.ts +0 -182
  400. package/src/e2e_p2p/p2p_network.ts +0 -476
  401. package/src/e2e_p2p/shared.ts +0 -285
  402. package/src/e2e_token_contract/token_contract_test.ts +0 -167
  403. package/src/fixtures/setup_l1_contracts.ts +0 -26
  404. package/src/fixtures/snapshot_manager.ts +0 -665
@@ -1,640 +1,7 @@
1
- import { type InitialAccountData } from '@aztec/accounts/testing';
2
- import { type AztecNodeConfig } from '@aztec/aztec-node';
3
- import { AztecAddress } from '@aztec/aztec.js/addresses';
4
- import { type ContractMethod } from '@aztec/aztec.js/contracts';
5
- import { type Logger } from '@aztec/aztec.js/log';
6
- import { type AztecNode } from '@aztec/aztec.js/node';
7
- import type { Wallet } from '@aztec/aztec.js/wallet';
8
- import { AnvilTestWatcher, CheatCodes } from '@aztec/aztec/testing';
9
- import { type BlobSinkServer } from '@aztec/blob-sink/server';
10
- import { type DeployL1ContractsArgs, type DeployL1ContractsReturnType, type Operator } from '@aztec/ethereum';
11
- import { EthCheatCodes, startAnvil } from '@aztec/ethereum/test';
12
- import { BlockNumber } from '@aztec/foundation/branded-types';
13
- import { SecretValue } from '@aztec/foundation/config';
14
- import { Fr } from '@aztec/foundation/fields';
15
- import { TestDateProvider } from '@aztec/foundation/timer';
16
- import type { DataStoreConfig } from '@aztec/kv-store/config';
17
- import { MockGossipSubNetwork } from '@aztec/p2p/test-helpers';
18
- import { type ProverNode, type ProverNodeConfig, type ProverNodeDeps } from '@aztec/prover-node';
19
- import { type PXEConfig } from '@aztec/pxe/server';
20
- import type { SequencerClient } from '@aztec/sequencer-client';
21
- import { type ContractInstanceWithAddress } from '@aztec/stdlib/contract';
22
- import type { AztecNodeAdmin } from '@aztec/stdlib/interfaces/client';
23
- import type { PublicDataTreeLeaf } from '@aztec/stdlib/trees';
24
- import { type TelemetryClient, type TelemetryClientConfig } from '@aztec/telemetry-client';
25
- import { TestWallet } from '@aztec/test-wallet/server';
26
- import { type Chain } from 'viem';
27
- export { deployAndInitializeTokenAndBridgeContracts } from '../shared/cross_chain_test_harness.js';
28
- export { startAnvil };
29
- export declare const getPrivateKeyFromIndex: (index: number) => Buffer<ArrayBufferLike> | null;
30
- export declare const setupL1Contracts: (l1RpcUrls: string[], account: {
31
- address: `0x${string}`;
32
- nonceManager?: import("viem").NonceManager | undefined;
33
- sign: (parameters: {
34
- hash: `0x${string}`;
35
- }) => Promise<`0x${string}`>;
36
- signAuthorization?: ((parameters: import("viem").AuthorizationRequest) => Promise<import("viem/accounts").SignAuthorizationReturnType>) | undefined;
37
- signMessage: ({ message }: {
38
- message: import("viem").SignableMessage;
39
- }) => Promise<`0x${string}`>;
40
- signTransaction: <serializer extends import("viem").SerializeTransactionFn<import("viem").TransactionSerializable> = import("viem").SerializeTransactionFn<import("viem").TransactionSerializable>, transaction extends Parameters<serializer>[0] = Parameters<serializer>[0]>(transaction: transaction, options?: {
41
- serializer?: serializer | undefined;
42
- } | undefined) => Promise<`0x${string}`>;
43
- signTypedData: <const typedData extends Record<string, unknown> | {
44
- [x: string]: readonly import("viem").TypedDataParameter[];
45
- [x: `address[${string}]`]: undefined;
46
- [x: `bool[${string}]`]: undefined;
47
- [x: `bytes10[${string}]`]: undefined;
48
- [x: `bytes11[${string}]`]: undefined;
49
- [x: `bytes12[${string}]`]: undefined;
50
- [x: `bytes13[${string}]`]: undefined;
51
- [x: `bytes14[${string}]`]: undefined;
52
- [x: `bytes15[${string}]`]: undefined;
53
- [x: `bytes16[${string}]`]: undefined;
54
- [x: `bytes17[${string}]`]: undefined;
55
- [x: `bytes18[${string}]`]: undefined;
56
- [x: `bytes19[${string}]`]: undefined;
57
- [x: `bytes1[${string}]`]: undefined;
58
- [x: `bytes20[${string}]`]: undefined;
59
- [x: `bytes21[${string}]`]: undefined;
60
- [x: `bytes22[${string}]`]: undefined;
61
- [x: `bytes23[${string}]`]: undefined;
62
- [x: `bytes24[${string}]`]: undefined;
63
- [x: `bytes25[${string}]`]: undefined;
64
- [x: `bytes26[${string}]`]: undefined;
65
- [x: `bytes27[${string}]`]: undefined;
66
- [x: `bytes28[${string}]`]: undefined;
67
- [x: `bytes29[${string}]`]: undefined;
68
- [x: `bytes2[${string}]`]: undefined;
69
- [x: `bytes30[${string}]`]: undefined;
70
- [x: `bytes31[${string}]`]: undefined;
71
- [x: `bytes32[${string}]`]: undefined;
72
- [x: `bytes3[${string}]`]: undefined;
73
- [x: `bytes4[${string}]`]: undefined;
74
- [x: `bytes5[${string}]`]: undefined;
75
- [x: `bytes6[${string}]`]: undefined;
76
- [x: `bytes7[${string}]`]: undefined;
77
- [x: `bytes8[${string}]`]: undefined;
78
- [x: `bytes9[${string}]`]: undefined;
79
- [x: `bytes[${string}]`]: undefined;
80
- [x: `function[${string}]`]: undefined;
81
- [x: `int104[${string}]`]: undefined;
82
- [x: `int112[${string}]`]: undefined;
83
- [x: `int120[${string}]`]: undefined;
84
- [x: `int128[${string}]`]: undefined;
85
- [x: `int136[${string}]`]: undefined;
86
- [x: `int144[${string}]`]: undefined;
87
- [x: `int152[${string}]`]: undefined;
88
- [x: `int160[${string}]`]: undefined;
89
- [x: `int168[${string}]`]: undefined;
90
- [x: `int16[${string}]`]: undefined;
91
- [x: `int176[${string}]`]: undefined;
92
- [x: `int184[${string}]`]: undefined;
93
- [x: `int192[${string}]`]: undefined;
94
- [x: `int200[${string}]`]: undefined;
95
- [x: `int208[${string}]`]: undefined;
96
- [x: `int216[${string}]`]: undefined;
97
- [x: `int224[${string}]`]: undefined;
98
- [x: `int232[${string}]`]: undefined;
99
- [x: `int240[${string}]`]: undefined;
100
- [x: `int248[${string}]`]: undefined;
101
- [x: `int24[${string}]`]: undefined;
102
- [x: `int256[${string}]`]: undefined;
103
- [x: `int32[${string}]`]: undefined;
104
- [x: `int40[${string}]`]: undefined;
105
- [x: `int48[${string}]`]: undefined;
106
- [x: `int56[${string}]`]: undefined;
107
- [x: `int64[${string}]`]: undefined;
108
- [x: `int72[${string}]`]: undefined;
109
- [x: `int80[${string}]`]: undefined;
110
- [x: `int88[${string}]`]: undefined;
111
- [x: `int8[${string}]`]: undefined;
112
- [x: `int96[${string}]`]: undefined;
113
- [x: `int[${string}]`]: undefined;
114
- [x: `string[${string}]`]: undefined;
115
- [x: `uint104[${string}]`]: undefined;
116
- [x: `uint112[${string}]`]: undefined;
117
- [x: `uint120[${string}]`]: undefined;
118
- [x: `uint128[${string}]`]: undefined;
119
- [x: `uint136[${string}]`]: undefined;
120
- [x: `uint144[${string}]`]: undefined;
121
- [x: `uint152[${string}]`]: undefined;
122
- [x: `uint160[${string}]`]: undefined;
123
- [x: `uint168[${string}]`]: undefined;
124
- [x: `uint16[${string}]`]: undefined;
125
- [x: `uint176[${string}]`]: undefined;
126
- [x: `uint184[${string}]`]: undefined;
127
- [x: `uint192[${string}]`]: undefined;
128
- [x: `uint200[${string}]`]: undefined;
129
- [x: `uint208[${string}]`]: undefined;
130
- [x: `uint216[${string}]`]: undefined;
131
- [x: `uint224[${string}]`]: undefined;
132
- [x: `uint232[${string}]`]: undefined;
133
- [x: `uint240[${string}]`]: undefined;
134
- [x: `uint248[${string}]`]: undefined;
135
- [x: `uint24[${string}]`]: undefined;
136
- [x: `uint256[${string}]`]: undefined;
137
- [x: `uint32[${string}]`]: undefined;
138
- [x: `uint40[${string}]`]: undefined;
139
- [x: `uint48[${string}]`]: undefined;
140
- [x: `uint56[${string}]`]: undefined;
141
- [x: `uint64[${string}]`]: undefined;
142
- [x: `uint72[${string}]`]: undefined;
143
- [x: `uint80[${string}]`]: undefined;
144
- [x: `uint88[${string}]`]: undefined;
145
- [x: `uint8[${string}]`]: undefined;
146
- [x: `uint96[${string}]`]: undefined;
147
- [x: `uint[${string}]`]: undefined;
148
- address?: undefined;
149
- bool?: undefined;
150
- bytes?: undefined;
151
- bytes1?: undefined;
152
- bytes10?: undefined;
153
- bytes11?: undefined;
154
- bytes12?: undefined;
155
- bytes13?: undefined;
156
- bytes14?: undefined;
157
- bytes15?: undefined;
158
- bytes16?: undefined;
159
- bytes17?: undefined;
160
- bytes18?: undefined;
161
- bytes19?: undefined;
162
- bytes2?: undefined;
163
- bytes20?: undefined;
164
- bytes21?: undefined;
165
- bytes22?: undefined;
166
- bytes23?: undefined;
167
- bytes24?: undefined;
168
- bytes25?: undefined;
169
- bytes26?: undefined;
170
- bytes27?: undefined;
171
- bytes28?: undefined;
172
- bytes29?: undefined;
173
- bytes3?: undefined;
174
- bytes30?: undefined;
175
- bytes31?: undefined;
176
- bytes32?: undefined;
177
- bytes4?: undefined;
178
- bytes5?: undefined;
179
- bytes6?: undefined;
180
- bytes7?: undefined;
181
- bytes8?: undefined;
182
- bytes9?: undefined;
183
- int104?: undefined;
184
- int112?: undefined;
185
- int120?: undefined;
186
- int128?: undefined;
187
- int136?: undefined;
188
- int144?: undefined;
189
- int152?: undefined;
190
- int16?: undefined;
191
- int160?: undefined;
192
- int168?: undefined;
193
- int176?: undefined;
194
- int184?: undefined;
195
- int192?: undefined;
196
- int200?: undefined;
197
- int208?: undefined;
198
- int216?: undefined;
199
- int224?: undefined;
200
- int232?: undefined;
201
- int24?: undefined;
202
- int240?: undefined;
203
- int248?: undefined;
204
- int256?: undefined;
205
- int32?: undefined;
206
- int40?: undefined;
207
- int48?: undefined;
208
- int56?: undefined;
209
- int64?: undefined;
210
- int72?: undefined;
211
- int8?: undefined;
212
- int80?: undefined;
213
- int88?: undefined;
214
- int96?: undefined;
215
- string?: undefined;
216
- uint104?: undefined;
217
- uint112?: undefined;
218
- uint120?: undefined;
219
- uint128?: undefined;
220
- uint136?: undefined;
221
- uint144?: undefined;
222
- uint152?: undefined;
223
- uint16?: undefined;
224
- uint160?: undefined;
225
- uint168?: undefined;
226
- uint176?: undefined;
227
- uint184?: undefined;
228
- uint192?: undefined;
229
- uint200?: undefined;
230
- uint208?: undefined;
231
- uint216?: undefined;
232
- uint224?: undefined;
233
- uint232?: undefined;
234
- uint24?: undefined;
235
- uint240?: undefined;
236
- uint248?: undefined;
237
- uint256?: undefined;
238
- uint32?: undefined;
239
- uint40?: undefined;
240
- uint48?: undefined;
241
- uint56?: undefined;
242
- uint64?: undefined;
243
- uint72?: undefined;
244
- uint8?: undefined;
245
- uint80?: undefined;
246
- uint88?: undefined;
247
- uint96?: undefined;
248
- }, primaryType extends "EIP712Domain" | keyof typedData = keyof typedData>(parameters: import("viem").TypedDataDefinition<typedData, primaryType>) => Promise<`0x${string}`>;
249
- publicKey: `0x${string}`;
250
- source: "hd";
251
- type: "local";
252
- getHdKey: () => import("viem").HDKey;
253
- } | {
254
- address: `0x${string}`;
255
- nonceManager?: import("viem").NonceManager | undefined;
256
- sign: (parameters: {
257
- hash: `0x${string}`;
258
- }) => Promise<`0x${string}`>;
259
- signAuthorization: (parameters: import("viem").AuthorizationRequest) => Promise<import("viem/accounts").SignAuthorizationReturnType>;
260
- signMessage: ({ message }: {
261
- message: import("viem").SignableMessage;
262
- }) => Promise<`0x${string}`>;
263
- signTransaction: <serializer extends import("viem").SerializeTransactionFn<import("viem").TransactionSerializable> = import("viem").SerializeTransactionFn<import("viem").TransactionSerializable>, transaction extends Parameters<serializer>[0] = Parameters<serializer>[0]>(transaction: transaction, options?: {
264
- serializer?: serializer | undefined;
265
- } | undefined) => Promise<`0x${string}`>;
266
- signTypedData: <const typedData extends Record<string, unknown> | {
267
- [x: string]: readonly import("viem").TypedDataParameter[];
268
- [x: `address[${string}]`]: undefined;
269
- [x: `bool[${string}]`]: undefined;
270
- [x: `bytes10[${string}]`]: undefined;
271
- [x: `bytes11[${string}]`]: undefined;
272
- [x: `bytes12[${string}]`]: undefined;
273
- [x: `bytes13[${string}]`]: undefined;
274
- [x: `bytes14[${string}]`]: undefined;
275
- [x: `bytes15[${string}]`]: undefined;
276
- [x: `bytes16[${string}]`]: undefined;
277
- [x: `bytes17[${string}]`]: undefined;
278
- [x: `bytes18[${string}]`]: undefined;
279
- [x: `bytes19[${string}]`]: undefined;
280
- [x: `bytes1[${string}]`]: undefined;
281
- [x: `bytes20[${string}]`]: undefined;
282
- [x: `bytes21[${string}]`]: undefined;
283
- [x: `bytes22[${string}]`]: undefined;
284
- [x: `bytes23[${string}]`]: undefined;
285
- [x: `bytes24[${string}]`]: undefined;
286
- [x: `bytes25[${string}]`]: undefined;
287
- [x: `bytes26[${string}]`]: undefined;
288
- [x: `bytes27[${string}]`]: undefined;
289
- [x: `bytes28[${string}]`]: undefined;
290
- [x: `bytes29[${string}]`]: undefined;
291
- [x: `bytes2[${string}]`]: undefined;
292
- [x: `bytes30[${string}]`]: undefined;
293
- [x: `bytes31[${string}]`]: undefined;
294
- [x: `bytes32[${string}]`]: undefined;
295
- [x: `bytes3[${string}]`]: undefined;
296
- [x: `bytes4[${string}]`]: undefined;
297
- [x: `bytes5[${string}]`]: undefined;
298
- [x: `bytes6[${string}]`]: undefined;
299
- [x: `bytes7[${string}]`]: undefined;
300
- [x: `bytes8[${string}]`]: undefined;
301
- [x: `bytes9[${string}]`]: undefined;
302
- [x: `bytes[${string}]`]: undefined;
303
- [x: `function[${string}]`]: undefined;
304
- [x: `int104[${string}]`]: undefined;
305
- [x: `int112[${string}]`]: undefined;
306
- [x: `int120[${string}]`]: undefined;
307
- [x: `int128[${string}]`]: undefined;
308
- [x: `int136[${string}]`]: undefined;
309
- [x: `int144[${string}]`]: undefined;
310
- [x: `int152[${string}]`]: undefined;
311
- [x: `int160[${string}]`]: undefined;
312
- [x: `int168[${string}]`]: undefined;
313
- [x: `int16[${string}]`]: undefined;
314
- [x: `int176[${string}]`]: undefined;
315
- [x: `int184[${string}]`]: undefined;
316
- [x: `int192[${string}]`]: undefined;
317
- [x: `int200[${string}]`]: undefined;
318
- [x: `int208[${string}]`]: undefined;
319
- [x: `int216[${string}]`]: undefined;
320
- [x: `int224[${string}]`]: undefined;
321
- [x: `int232[${string}]`]: undefined;
322
- [x: `int240[${string}]`]: undefined;
323
- [x: `int248[${string}]`]: undefined;
324
- [x: `int24[${string}]`]: undefined;
325
- [x: `int256[${string}]`]: undefined;
326
- [x: `int32[${string}]`]: undefined;
327
- [x: `int40[${string}]`]: undefined;
328
- [x: `int48[${string}]`]: undefined;
329
- [x: `int56[${string}]`]: undefined;
330
- [x: `int64[${string}]`]: undefined;
331
- [x: `int72[${string}]`]: undefined;
332
- [x: `int80[${string}]`]: undefined;
333
- [x: `int88[${string}]`]: undefined;
334
- [x: `int8[${string}]`]: undefined;
335
- [x: `int96[${string}]`]: undefined;
336
- [x: `int[${string}]`]: undefined;
337
- [x: `string[${string}]`]: undefined;
338
- [x: `uint104[${string}]`]: undefined;
339
- [x: `uint112[${string}]`]: undefined;
340
- [x: `uint120[${string}]`]: undefined;
341
- [x: `uint128[${string}]`]: undefined;
342
- [x: `uint136[${string}]`]: undefined;
343
- [x: `uint144[${string}]`]: undefined;
344
- [x: `uint152[${string}]`]: undefined;
345
- [x: `uint160[${string}]`]: undefined;
346
- [x: `uint168[${string}]`]: undefined;
347
- [x: `uint16[${string}]`]: undefined;
348
- [x: `uint176[${string}]`]: undefined;
349
- [x: `uint184[${string}]`]: undefined;
350
- [x: `uint192[${string}]`]: undefined;
351
- [x: `uint200[${string}]`]: undefined;
352
- [x: `uint208[${string}]`]: undefined;
353
- [x: `uint216[${string}]`]: undefined;
354
- [x: `uint224[${string}]`]: undefined;
355
- [x: `uint232[${string}]`]: undefined;
356
- [x: `uint240[${string}]`]: undefined;
357
- [x: `uint248[${string}]`]: undefined;
358
- [x: `uint24[${string}]`]: undefined;
359
- [x: `uint256[${string}]`]: undefined;
360
- [x: `uint32[${string}]`]: undefined;
361
- [x: `uint40[${string}]`]: undefined;
362
- [x: `uint48[${string}]`]: undefined;
363
- [x: `uint56[${string}]`]: undefined;
364
- [x: `uint64[${string}]`]: undefined;
365
- [x: `uint72[${string}]`]: undefined;
366
- [x: `uint80[${string}]`]: undefined;
367
- [x: `uint88[${string}]`]: undefined;
368
- [x: `uint8[${string}]`]: undefined;
369
- [x: `uint96[${string}]`]: undefined;
370
- [x: `uint[${string}]`]: undefined;
371
- address?: undefined;
372
- bool?: undefined;
373
- bytes?: undefined;
374
- bytes1?: undefined;
375
- bytes10?: undefined;
376
- bytes11?: undefined;
377
- bytes12?: undefined;
378
- bytes13?: undefined;
379
- bytes14?: undefined;
380
- bytes15?: undefined;
381
- bytes16?: undefined;
382
- bytes17?: undefined;
383
- bytes18?: undefined;
384
- bytes19?: undefined;
385
- bytes2?: undefined;
386
- bytes20?: undefined;
387
- bytes21?: undefined;
388
- bytes22?: undefined;
389
- bytes23?: undefined;
390
- bytes24?: undefined;
391
- bytes25?: undefined;
392
- bytes26?: undefined;
393
- bytes27?: undefined;
394
- bytes28?: undefined;
395
- bytes29?: undefined;
396
- bytes3?: undefined;
397
- bytes30?: undefined;
398
- bytes31?: undefined;
399
- bytes32?: undefined;
400
- bytes4?: undefined;
401
- bytes5?: undefined;
402
- bytes6?: undefined;
403
- bytes7?: undefined;
404
- bytes8?: undefined;
405
- bytes9?: undefined;
406
- int104?: undefined;
407
- int112?: undefined;
408
- int120?: undefined;
409
- int128?: undefined;
410
- int136?: undefined;
411
- int144?: undefined;
412
- int152?: undefined;
413
- int16?: undefined;
414
- int160?: undefined;
415
- int168?: undefined;
416
- int176?: undefined;
417
- int184?: undefined;
418
- int192?: undefined;
419
- int200?: undefined;
420
- int208?: undefined;
421
- int216?: undefined;
422
- int224?: undefined;
423
- int232?: undefined;
424
- int24?: undefined;
425
- int240?: undefined;
426
- int248?: undefined;
427
- int256?: undefined;
428
- int32?: undefined;
429
- int40?: undefined;
430
- int48?: undefined;
431
- int56?: undefined;
432
- int64?: undefined;
433
- int72?: undefined;
434
- int8?: undefined;
435
- int80?: undefined;
436
- int88?: undefined;
437
- int96?: undefined;
438
- string?: undefined;
439
- uint104?: undefined;
440
- uint112?: undefined;
441
- uint120?: undefined;
442
- uint128?: undefined;
443
- uint136?: undefined;
444
- uint144?: undefined;
445
- uint152?: undefined;
446
- uint16?: undefined;
447
- uint160?: undefined;
448
- uint168?: undefined;
449
- uint176?: undefined;
450
- uint184?: undefined;
451
- uint192?: undefined;
452
- uint200?: undefined;
453
- uint208?: undefined;
454
- uint216?: undefined;
455
- uint224?: undefined;
456
- uint232?: undefined;
457
- uint24?: undefined;
458
- uint240?: undefined;
459
- uint248?: undefined;
460
- uint256?: undefined;
461
- uint32?: undefined;
462
- uint40?: undefined;
463
- uint48?: undefined;
464
- uint56?: undefined;
465
- uint64?: undefined;
466
- uint72?: undefined;
467
- uint8?: undefined;
468
- uint80?: undefined;
469
- uint88?: undefined;
470
- uint96?: undefined;
471
- }, primaryType extends "EIP712Domain" | keyof typedData = keyof typedData>(parameters: import("viem").TypedDataDefinition<typedData, primaryType>) => Promise<`0x${string}`>;
472
- publicKey: `0x${string}`;
473
- source: "privateKey";
474
- type: "local";
475
- }, logger: Logger, args?: Partial<DeployL1ContractsArgs>, chain?: Chain) => Promise<DeployL1ContractsReturnType>;
476
- /**
477
- * Sets up Private eXecution Environment (PXE) and returns the corresponding test wallet.
478
- * @param aztecNode - An instance of Aztec Node.
479
- * @param opts - Partial configuration for the PXE.
480
- * @param logger - The logger to be used.
481
- * @param useLogSuffix - Whether to add a randomly generated suffix to the PXE debug logs.
482
- * @returns A test wallet, logger and teardown function.
483
- */
484
- export declare function setupPXEAndGetWallet(aztecNode: AztecNode, opts?: Partial<PXEConfig>, logger?: Logger, useLogSuffix?: boolean): Promise<{
485
- /**
486
- * The wallet instance.
487
- */
488
- wallet: TestWallet;
489
- /**
490
- * Logger instance named as the current test.
491
- */
492
- logger: Logger;
493
- /**
494
- * Teardown function
495
- */
496
- teardown: () => Promise<void>;
497
- }>;
498
- /** Options for the e2e tests setup */
499
- export type SetupOptions = {
500
- /** State load */
501
- stateLoad?: string;
502
- /** Whether to enable metrics collection, if undefined, metrics collection is disabled */
503
- metricsPort?: number | undefined;
504
- /** Previously deployed contracts on L1 */
505
- deployL1ContractsValues?: DeployL1ContractsReturnType;
506
- /** Whether to skip deployment of protocol contracts (auth registry, etc) */
507
- skipProtocolContracts?: boolean;
508
- /** Initial fee juice for default accounts */
509
- initialAccountFeeJuice?: Fr;
510
- /** Number of initial accounts funded with fee juice */
511
- numberOfInitialFundedAccounts?: number;
512
- /** Data of the initial funded accounts */
513
- initialFundedAccounts?: InitialAccountData[];
514
- /** Salt to use in L1 contract deployment */
515
- salt?: number;
516
- /** An initial set of validators */
517
- initialValidators?: (Operator & {
518
- privateKey: `0x${string}`;
519
- })[];
520
- /** Anvil Start time */
521
- l1StartTime?: number;
522
- /** The anvil time where we should at the earliest be seeing L2 blocks */
523
- l2StartTime?: number;
524
- /** Whether to start a prover node */
525
- startProverNode?: boolean;
526
- /** Whether to fund the rewardDistributor */
527
- fundRewardDistributor?: boolean;
528
- /** Manual config for the telemetry client */
529
- telemetryConfig?: Partial<TelemetryClientConfig> & {
530
- benchmark?: boolean;
531
- };
532
- /** Public data that will be inserted in the tree in genesis */
533
- genesisPublicData?: PublicDataTreeLeaf[];
534
- /** Specific config for the prover node, if set. */
535
- proverNodeConfig?: Partial<ProverNodeConfig>;
536
- /** Whether to use a mock gossip sub network for p2p clients. */
537
- mockGossipSubNetwork?: boolean;
538
- /** Whether to disable the anvil test watcher (can still be manually started) */
539
- disableAnvilTestWatcher?: boolean;
540
- /** Whether to enable anvil automine during deployment of L1 contracts (consider defaulting this to true). */
541
- automineL1Setup?: boolean;
542
- /** How many accounts to seed and unlock in anvil. */
543
- anvilAccounts?: number;
544
- /** Port to start anvil (defaults to 8545) */
545
- anvilPort?: number;
546
- /** Key to use for publishing L1 contracts */
547
- l1PublisherKey?: SecretValue<`0x${string}`>;
548
- } & Partial<AztecNodeConfig>;
549
- /** Context for an end-to-end test as returned by the `setup` function */
550
- export type EndToEndContext = {
551
- /** The Aztec Node service or client a connected to it. */
552
- aztecNode: AztecNode;
553
- /** Client to the Aztec Node admin interface (undefined if connected to remote environment) */
554
- aztecNodeAdmin?: AztecNodeAdmin;
555
- /** The prover node service (only set if startProverNode is true) */
556
- proverNode: ProverNode | undefined;
557
- /** A client to the sequencer service (undefined if connected to remote environment) */
558
- sequencer: SequencerClient | undefined;
559
- /** Return values from deployL1Contracts function. */
560
- deployL1ContractsValues: DeployL1ContractsReturnType;
561
- /** The Aztec Node configuration. */
562
- config: AztecNodeConfig;
563
- /** The data for the initial funded accounts. */
564
- initialFundedAccounts: InitialAccountData[];
565
- /** The wallet to be used. */
566
- wallet: TestWallet;
567
- /** The wallets to be used. */
568
- accounts: AztecAddress[];
569
- /** Logger instance named as the current test. */
570
- logger: Logger;
571
- /** The cheat codes. */
572
- cheatCodes: CheatCodes;
573
- /** The cheat codes for L1 */
574
- ethCheatCodes: EthCheatCodes;
575
- /** The anvil test watcher (undefined if connected to remote environment) */
576
- watcher: AnvilTestWatcher | undefined;
577
- /** Allows tweaking current system time, used by the epoch cache only (undefined if connected to remote environment) */
578
- dateProvider: TestDateProvider | undefined;
579
- /** The blob sink (undefined if connected to remote environment) */
580
- blobSink: BlobSinkServer | undefined;
581
- /** Telemetry client */
582
- telemetryClient: TelemetryClient | undefined;
583
- /** Mock gossip sub network used for gossipping messages (only if mockGossipSubNetwork was set to true in opts) */
584
- mockGossipSubNetwork: MockGossipSubNetwork | undefined;
585
- /** Prefilled public data used for setting up nodes. */
586
- prefilledPublicData: PublicDataTreeLeaf[] | undefined;
587
- /** Function to stop the started services. */
588
- teardown: () => Promise<void>;
589
- };
590
- /**
591
- * Sets up the environment for the end-to-end tests.
592
- * @param numberOfAccounts - The number of new accounts to be created once the PXE is initiated.
593
- * @param opts - Options to pass to the node initialization and to the setup script.
594
- * @param pxeOpts - Options to pass to the PXE initialization.
595
- */
596
- export declare function setup(numberOfAccounts?: number, opts?: SetupOptions, pxeOpts?: Partial<PXEConfig>, chain?: Chain): Promise<EndToEndContext>;
597
- /**
598
- * Registers the contract class used for test accounts and publicly deploys the instances requested.
599
- * Use this when you need to make a public call to an account contract, such as for requesting a public authwit.
600
- * @param sender - Wallet to send the deployment tx.
601
- * @param accountsToDeploy - Which accounts to publicly deploy.
602
- */
603
- export declare function ensureAccountContractsPublished(wallet: Wallet, accountsToDeploy: AztecAddress[]): Promise<void>;
604
- /**
605
- * Returns a logger instance for the current test.
606
- * @returns a logger instance for the current test.
607
- */
608
- export declare function getLogger(): Logger;
609
- export type BalancesFn = ReturnType<typeof getBalancesFn>;
610
- export declare function getBalancesFn(symbol: string, method: ContractMethod, from: AztecAddress, logger: any): (...addresses: (AztecAddress | {
611
- address: AztecAddress;
612
- })[]) => Promise<bigint[]>;
613
- export declare function expectMapping<K, V>(fn: (...k: K[]) => Promise<V[]>, inputs: K[], expectedOutputs: V[]): Promise<void>;
614
- export declare function expectMappingDelta<K, V extends number | bigint>(initialValues: V[], fn: (...k: K[]) => Promise<V[]>, inputs: K[], expectedDiffs: V[]): Promise<void>;
615
- /**
616
- * Computes the address of the "canonical" SponsoredFPCContract. This is not a protocol contract
617
- * but by conventions its address is computed with a salt of 0.
618
- * @returns The address of the sponsored FPC contract
619
- */
620
- export declare function getSponsoredFPCInstance(): Promise<ContractInstanceWithAddress>;
621
- /**
622
- * Computes the address of the "canonical" SponsoredFPCContract. This is not a protocol contract
623
- * but by conventions its address is computed with a salt of 0.
624
- * @returns The address of the sponsored FPC contract
625
- */
626
- export declare function getSponsoredFPCAddress(): Promise<AztecAddress>;
627
- /**
628
- * Deploy a sponsored FPC contract to a running instance.
629
- */
630
- export declare function setupSponsoredFPC(wallet: Wallet): Promise<ContractInstanceWithAddress>;
631
1
  /**
632
- * Registers the SponsoredFPC in this PXE instance
633
- * @param wallet - The wallet
2
+ * Re-exports from the unified setup module for backward compatibility.
3
+ * Tests that previously used utils.ts should continue to work.
634
4
  */
635
- export declare function registerSponsoredFPC(wallet: Wallet): Promise<void>;
636
- export declare function waitForProvenChain(node: AztecNode, targetBlock?: BlockNumber, timeoutSec?: number, intervalSec?: number): Promise<void>;
637
- export declare function createAndSyncProverNode(proverNodePrivateKey: `0x${string}`, aztecNodeConfig: AztecNodeConfig, proverNodeConfig: Partial<ProverNodeConfig> & Pick<DataStoreConfig, 'dataDirectory'> & {
638
- dontStart?: boolean;
639
- }, aztecNode: AztecNode | undefined, prefilledPublicData?: PublicDataTreeLeaf[], proverNodeDeps?: ProverNodeDeps): Promise<ProverNode>;
640
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidXRpbHMuZC50cyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy9maXh0dXJlcy91dGlscy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFDQSxPQUFPLEVBQUUsS0FBSyxrQkFBa0IsRUFBdUQsTUFBTSx5QkFBeUIsQ0FBQztBQUV2SCxPQUFPLEVBQUUsS0FBSyxlQUFlLEVBQXNDLE1BQU0sbUJBQW1CLENBQUM7QUFDN0YsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLDJCQUEyQixDQUFDO0FBQ3pELE9BQU8sRUFBYSxLQUFLLGNBQWMsRUFBRSxNQUFNLDJCQUEyQixDQUFDO0FBRTNFLE9BQU8sRUFBRSxLQUFLLE1BQU0sRUFBZ0IsTUFBTSxxQkFBcUIsQ0FBQztBQUNoRSxPQUFPLEVBQUUsS0FBSyxTQUFTLEVBQXNDLE1BQU0sc0JBQXNCLENBQUM7QUFDMUYsT0FBTyxLQUFLLEVBQUUsTUFBTSxFQUFFLE1BQU0sd0JBQXdCLENBQUM7QUFDckQsT0FBTyxFQUFFLGdCQUFnQixFQUFFLFVBQVUsRUFBRSxNQUFNLHNCQUFzQixDQUFDO0FBRXBFLE9BQU8sRUFBRSxLQUFLLGNBQWMsRUFBd0IsTUFBTSx5QkFBeUIsQ0FBQztBQUVwRixPQUFPLEVBQ0wsS0FBSyxxQkFBcUIsRUFDMUIsS0FBSywyQkFBMkIsRUFHaEMsS0FBSyxRQUFRLEVBT2QsTUFBTSxpQkFBaUIsQ0FBQztBQUN6QixPQUFPLEVBRUwsYUFBYSxFQUdiLFVBQVUsRUFDWCxNQUFNLHNCQUFzQixDQUFDO0FBQzlCLE9BQU8sRUFBRSxXQUFXLEVBQWUsTUFBTSxpQ0FBaUMsQ0FBQztBQUMzRSxPQUFPLEVBQUUsV0FBVyxFQUFFLE1BQU0sMEJBQTBCLENBQUM7QUFHdkQsT0FBTyxFQUFFLEVBQUUsRUFBRSxNQUFNLDBCQUEwQixDQUFDO0FBSzlDLE9BQU8sRUFBZ0IsZ0JBQWdCLEVBQUUsTUFBTSx5QkFBeUIsQ0FBQztBQUN6RSxPQUFPLEtBQUssRUFBRSxlQUFlLEVBQUUsTUFB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
5
+ export { type BalancesFn, type EndToEndContext, type SetupOptions, createAndSyncProverNode, ensureAuthRegistryPublished, ensurePublicChecksPublished, expectMapping, expectMappingDelta, getBalancesFn, getLogger, getPrivateKeyFromIndex, getSponsoredFPCAddress, getSponsoredFPCInstance, registerSponsoredFPC, setup, setupPXEAndGetWallet, setupSharedBlobStorage, setupSponsoredFPC, startAnvil, teardown, waitForProvenChain, } from './setup.js';
6
+ export { deployAndInitializeTokenAndBridgeContracts } from '../shared/cross_chain_test_harness.js';
7
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidXRpbHMuZC50cyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy9maXh0dXJlcy91dGlscy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7O0dBR0c7QUFDSCxPQUFPLEVBQ0wsS0FBSyxVQUFVLEVBQ2YsS0FBSyxlQUFlLEVBQ3BCLEtBQUssWUFBWSxFQUNqQix1QkFBdUIsRUFDdkIsMkJBQTJCLEVBQzNCLDJCQUEyQixFQUMzQixhQUFhLEVBQ2Isa0JBQWtCLEVBQ2xCLGFBQWEsRUFDYixTQUFTLEVBQ1Qsc0JBQXNCLEVBQ3RCLHNCQUFzQixFQUN0Qix1QkFBdUIsRUFDdkIsb0JBQW9CLEVBQ3BCLEtBQUssRUFDTCxvQkFBb0IsRUFDcEIsc0JBQXNCLEVBQ3RCLGlCQUFpQixFQUNqQixVQUFVLEVBQ1YsUUFBUSxFQUNSLGtCQUFrQixHQUNuQixNQUFNLFlBQVksQ0FBQztBQUVwQixPQUFPLEVBQUUsMENBQTBDLEVBQUUsTUFBTSx1Q0FBdUMsQ0FBQyJ9
@@ -1 +1 @@
1
- {"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../src/fixtures/utils.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../src/fixtures/utils.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH,OAAO,EACL,KAAK,UAAU,EACf,KAAK,eAAe,EACpB,KAAK,YAAY,EACjB,uBAAuB,EACvB,2BAA2B,EAC3B,2BAA2B,EAC3B,aAAa,EACb,kBAAkB,EAClB,aAAa,EACb,SAAS,EACT,sBAAsB,EACtB,sBAAsB,EACtB,uBAAuB,EACvB,oBAAoB,EACpB,KAAK,EACL,oBAAoB,EACpB,sBAAsB,EACtB,iBAAiB,EACjB,UAAU,EACV,QAAQ,EACR,kBAAkB,GACnB,MAAM,YAAY,CAAC;AAEpB,OAAO,EAAE,0CAA0C,EAAE,MAAM,uCAAuC,CAAC"}