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

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 (141) hide show
  1. package/dest/bench/client_flows/benchmark.d.ts +3 -2
  2. package/dest/bench/client_flows/benchmark.d.ts.map +1 -1
  3. package/dest/bench/client_flows/benchmark.js +21 -1
  4. package/dest/bench/client_flows/client_flows_benchmark.d.ts +14 -15
  5. package/dest/bench/client_flows/client_flows_benchmark.d.ts.map +1 -1
  6. package/dest/bench/client_flows/client_flows_benchmark.js +110 -138
  7. package/dest/bench/client_flows/data_extractor.js +3 -1
  8. package/dest/bench/utils.d.ts +6 -6
  9. package/dest/bench/utils.d.ts.map +1 -1
  10. package/dest/bench/utils.js +18 -11
  11. package/dest/e2e_blacklist_token_contract/blacklist_token_contract_test.d.ts +6 -7
  12. package/dest/e2e_blacklist_token_contract/blacklist_token_contract_test.d.ts.map +1 -1
  13. package/dest/e2e_blacklist_token_contract/blacklist_token_contract_test.js +98 -113
  14. package/dest/e2e_cross_chain_messaging/cross_chain_messaging_test.d.ts +19 -13
  15. package/dest/e2e_cross_chain_messaging/cross_chain_messaging_test.d.ts.map +1 -1
  16. package/dest/e2e_cross_chain_messaging/cross_chain_messaging_test.js +91 -71
  17. package/dest/e2e_deploy_contract/deploy_test.d.ts +4 -3
  18. package/dest/e2e_deploy_contract/deploy_test.d.ts.map +1 -1
  19. package/dest/e2e_deploy_contract/deploy_test.js +18 -13
  20. package/dest/e2e_epochs/epochs_test.d.ts +3 -2
  21. package/dest/e2e_epochs/epochs_test.d.ts.map +1 -1
  22. package/dest/e2e_epochs/epochs_test.js +13 -11
  23. package/dest/e2e_fees/bridging_race.notest.js +3 -5
  24. package/dest/e2e_fees/fees_test.d.ts +18 -15
  25. package/dest/e2e_fees/fees_test.d.ts.map +1 -1
  26. package/dest/e2e_fees/fees_test.js +126 -141
  27. package/dest/e2e_l1_publisher/write_json.d.ts +3 -3
  28. package/dest/e2e_l1_publisher/write_json.d.ts.map +1 -1
  29. package/dest/e2e_l1_publisher/write_json.js +19 -15
  30. package/dest/e2e_multi_validator/utils.js +1 -1
  31. package/dest/e2e_nested_contract/nested_contract_test.d.ts +6 -9
  32. package/dest/e2e_nested_contract/nested_contract_test.d.ts.map +1 -1
  33. package/dest/e2e_nested_contract/nested_contract_test.js +32 -40
  34. package/dest/e2e_p2p/inactivity_slash_test.d.ts +4 -4
  35. package/dest/e2e_p2p/inactivity_slash_test.d.ts.map +1 -1
  36. package/dest/e2e_p2p/inactivity_slash_test.js +6 -9
  37. package/dest/e2e_p2p/p2p_network.d.ts +13 -11
  38. package/dest/e2e_p2p/p2p_network.d.ts.map +1 -1
  39. package/dest/e2e_p2p/p2p_network.js +116 -111
  40. package/dest/e2e_p2p/shared.d.ts +2 -2
  41. package/dest/e2e_p2p/shared.d.ts.map +1 -1
  42. package/dest/e2e_p2p/shared.js +4 -4
  43. package/dest/e2e_token_contract/token_contract_test.d.ts +16 -9
  44. package/dest/e2e_token_contract/token_contract_test.d.ts.map +1 -1
  45. package/dest/e2e_token_contract/token_contract_test.js +90 -92
  46. package/dest/fixtures/e2e_prover_test.d.ts +10 -18
  47. package/dest/fixtures/e2e_prover_test.d.ts.map +1 -1
  48. package/dest/fixtures/e2e_prover_test.js +88 -103
  49. package/dest/fixtures/fixtures.d.ts +2 -3
  50. package/dest/fixtures/fixtures.d.ts.map +1 -1
  51. package/dest/fixtures/fixtures.js +1 -2
  52. package/dest/fixtures/get_acvm_config.js +1 -1
  53. package/dest/fixtures/l1_to_l2_messaging.d.ts +4 -3
  54. package/dest/fixtures/l1_to_l2_messaging.d.ts.map +1 -1
  55. package/dest/fixtures/l1_to_l2_messaging.js +2 -2
  56. package/dest/fixtures/setup.d.ts +216 -0
  57. package/dest/fixtures/setup.d.ts.map +1 -0
  58. package/dest/fixtures/setup.js +684 -0
  59. package/dest/fixtures/setup_p2p_test.js +3 -3
  60. package/dest/fixtures/utils.d.ts +5 -638
  61. package/dest/fixtures/utils.d.ts.map +1 -1
  62. package/dest/fixtures/utils.js +4 -647
  63. package/dest/fixtures/web3signer.js +1 -1
  64. package/dest/fixtures/with_telemetry_utils.d.ts +2 -2
  65. package/dest/fixtures/with_telemetry_utils.d.ts.map +1 -1
  66. package/dest/fixtures/with_telemetry_utils.js +2 -2
  67. package/dest/quality_of_service/grafana_client.d.ts +41 -0
  68. package/dest/quality_of_service/grafana_client.d.ts.map +1 -0
  69. package/dest/quality_of_service/{alert_checker.js → grafana_client.js} +1 -1
  70. package/dest/quality_of_service/prometheus_client.d.ts +38 -0
  71. package/dest/quality_of_service/prometheus_client.d.ts.map +1 -0
  72. package/dest/quality_of_service/prometheus_client.js +67 -0
  73. package/dest/shared/cross_chain_test_harness.d.ts +16 -4
  74. package/dest/shared/cross_chain_test_harness.d.ts.map +1 -1
  75. package/dest/shared/cross_chain_test_harness.js +3 -3
  76. package/dest/shared/gas_portal_test_harness.d.ts +12 -2
  77. package/dest/shared/gas_portal_test_harness.d.ts.map +1 -1
  78. package/dest/shared/index.d.ts +2 -2
  79. package/dest/shared/index.d.ts.map +1 -1
  80. package/dest/shared/uniswap_l1_l2.d.ts +3 -27
  81. package/dest/shared/uniswap_l1_l2.d.ts.map +1 -1
  82. package/dest/shared/uniswap_l1_l2.js +43 -23
  83. package/dest/simulators/lending_simulator.d.ts +6 -2
  84. package/dest/simulators/lending_simulator.d.ts.map +1 -1
  85. package/dest/simulators/lending_simulator.js +1 -1
  86. package/dest/spartan/setup_test_wallets.d.ts +4 -3
  87. package/dest/spartan/setup_test_wallets.d.ts.map +1 -1
  88. package/dest/spartan/setup_test_wallets.js +2 -1
  89. package/dest/spartan/tx_metrics.d.ts +42 -0
  90. package/dest/spartan/tx_metrics.d.ts.map +1 -0
  91. package/dest/spartan/tx_metrics.js +118 -0
  92. package/dest/spartan/utils.d.ts +51 -12
  93. package/dest/spartan/utils.d.ts.map +1 -1
  94. package/dest/spartan/utils.js +262 -102
  95. package/package.json +40 -39
  96. package/src/bench/client_flows/benchmark.ts +24 -2
  97. package/src/bench/client_flows/client_flows_benchmark.ts +150 -200
  98. package/src/bench/client_flows/data_extractor.ts +1 -1
  99. package/src/bench/utils.ts +22 -14
  100. package/src/e2e_blacklist_token_contract/blacklist_token_contract_test.ts +107 -142
  101. package/src/e2e_cross_chain_messaging/cross_chain_messaging_test.ts +140 -125
  102. package/src/e2e_deploy_contract/deploy_test.ts +21 -14
  103. package/src/e2e_epochs/epochs_test.ts +26 -13
  104. package/src/e2e_fees/bridging_race.notest.ts +3 -6
  105. package/src/e2e_fees/fees_test.ts +177 -216
  106. package/src/e2e_l1_publisher/write_json.ts +22 -17
  107. package/src/e2e_multi_validator/utils.ts +1 -1
  108. package/src/e2e_nested_contract/nested_contract_test.ts +35 -56
  109. package/src/e2e_p2p/inactivity_slash_test.ts +9 -12
  110. package/src/e2e_p2p/p2p_network.ts +174 -183
  111. package/src/e2e_p2p/shared.ts +11 -6
  112. package/src/e2e_token_contract/token_contract_test.ts +105 -118
  113. package/src/fixtures/e2e_prover_test.ts +112 -144
  114. package/src/fixtures/fixtures.ts +1 -3
  115. package/src/fixtures/get_acvm_config.ts +1 -1
  116. package/src/fixtures/l1_to_l2_messaging.ts +4 -2
  117. package/src/fixtures/setup.ts +1010 -0
  118. package/src/fixtures/setup_p2p_test.ts +3 -3
  119. package/src/fixtures/utils.ts +27 -966
  120. package/src/fixtures/web3signer.ts +1 -1
  121. package/src/fixtures/with_telemetry_utils.ts +2 -2
  122. package/src/quality_of_service/{alert_checker.ts → grafana_client.ts} +1 -1
  123. package/src/quality_of_service/prometheus_client.ts +113 -0
  124. package/src/shared/cross_chain_test_harness.ts +6 -10
  125. package/src/shared/gas_portal_test_harness.ts +1 -1
  126. package/src/shared/index.ts +1 -1
  127. package/src/shared/uniswap_l1_l2.ts +53 -67
  128. package/src/simulators/lending_simulator.ts +2 -2
  129. package/src/spartan/setup_test_wallets.ts +9 -2
  130. package/src/spartan/tx_metrics.ts +153 -0
  131. package/src/spartan/utils.ts +308 -45
  132. package/dest/fixtures/setup_l1_contracts.d.ts +0 -477
  133. package/dest/fixtures/setup_l1_contracts.d.ts.map +0 -1
  134. package/dest/fixtures/setup_l1_contracts.js +0 -17
  135. package/dest/fixtures/snapshot_manager.d.ts +0 -95
  136. package/dest/fixtures/snapshot_manager.d.ts.map +0 -1
  137. package/dest/fixtures/snapshot_manager.js +0 -505
  138. package/dest/quality_of_service/alert_checker.d.ts +0 -41
  139. package/dest/quality_of_service/alert_checker.d.ts.map +0 -1
  140. package/src/fixtures/setup_l1_contracts.ts +0 -26
  141. 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, deployAccounts, ensureAccountContractsPublished, expectMapping, expectMappingDelta, getBalancesFn, getLogger, getPrivateKeyFromIndex, getSponsoredFPCAddress, getSponsoredFPCInstance, publicDeployAccounts, 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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidXRpbHMuZC50cyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy9maXh0dXJlcy91dGlscy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7O0dBR0c7QUFDSCxPQUFPLEVBQ0wsS0FBSyxVQUFVLEVBQ2YsS0FBSyxlQUFlLEVBQ3BCLEtBQUssWUFBWSxFQUNqQix1QkFBdUIsRUFDdkIsY0FBYyxFQUNkLCtCQUErQixFQUMvQixhQUFhLEVBQ2Isa0JBQWtCLEVBQ2xCLGFBQWEsRUFDYixTQUFTLEVBQ1Qsc0JBQXNCLEVBQ3RCLHNCQUFzQixFQUN0Qix1QkFBdUIsRUFDdkIsb0JBQW9CLEVBQ3BCLG9CQUFvQixFQUNwQixLQUFLLEVBQ0wsb0JBQW9CLEVBQ3BCLHNCQUFzQixFQUN0QixpQkFBaUIsRUFDakIsVUFBVSxFQUNWLFFBQVEsRUFDUixrQkFBa0IsR0FDbkIsTUFBTSxZQUFZLENBQUM7QUFFcEIsT0FBTyxFQUFFLDBDQUEwQyxFQUFFLE1BQU0sdUNBQXVDLENBQUMifQ==
@@ -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,cAAc,EACd,+BAA+B,EAC/B,aAAa,EACb,kBAAkB,EAClB,aAAa,EACb,SAAS,EACT,sBAAsB,EACtB,sBAAsB,EACtB,uBAAuB,EACvB,oBAAoB,EACpB,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"}