@aztec/end-to-end 0.0.1-commit.24de95ac → 0.0.1-commit.5daedc8
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.
- package/dest/bench/client_flows/benchmark.d.ts +1 -1
- package/dest/bench/client_flows/benchmark.d.ts.map +1 -1
- package/dest/bench/client_flows/client_flows_benchmark.d.ts +8 -1
- package/dest/bench/client_flows/client_flows_benchmark.d.ts.map +1 -1
- package/dest/bench/client_flows/client_flows_benchmark.js +53 -30
- package/dest/bench/client_flows/config.d.ts +1 -1
- package/dest/bench/client_flows/data_extractor.d.ts +1 -1
- package/dest/bench/client_flows/data_extractor.js +5 -27
- package/dest/bench/utils.d.ts +2 -2
- package/dest/e2e_blacklist_token_contract/blacklist_token_contract_test.d.ts +1 -1
- package/dest/e2e_blacklist_token_contract/blacklist_token_contract_test.d.ts.map +1 -1
- package/dest/e2e_blacklist_token_contract/blacklist_token_contract_test.js +2 -2
- package/dest/e2e_cross_chain_messaging/cross_chain_messaging_test.d.ts +1 -1
- package/dest/e2e_cross_chain_messaging/cross_chain_messaging_test.d.ts.map +1 -1
- package/dest/e2e_cross_chain_messaging/cross_chain_messaging_test.js +4 -3
- package/dest/e2e_deploy_contract/deploy_test.d.ts +2 -2
- package/dest/e2e_deploy_contract/deploy_test.d.ts.map +1 -1
- package/dest/e2e_epochs/epochs_test.d.ts +1 -1
- package/dest/e2e_epochs/epochs_test.d.ts.map +1 -1
- package/dest/e2e_epochs/epochs_test.js +6 -5
- package/dest/e2e_fees/bridging_race.notest.d.ts +1 -1
- package/dest/e2e_fees/bridging_race.notest.js +1 -1
- package/dest/e2e_fees/fees_test.d.ts +1 -1
- package/dest/e2e_fees/fees_test.d.ts.map +1 -1
- package/dest/e2e_fees/fees_test.js +12 -9
- package/dest/e2e_l1_publisher/write_json.d.ts +1 -1
- package/dest/e2e_l1_publisher/write_json.d.ts.map +1 -1
- package/dest/e2e_l1_publisher/write_json.js +5 -4
- package/dest/e2e_multi_validator/utils.d.ts +1 -1
- package/dest/e2e_nested_contract/nested_contract_test.d.ts +1 -1
- package/dest/e2e_nested_contract/nested_contract_test.d.ts.map +1 -1
- package/dest/e2e_nested_contract/nested_contract_test.js +4 -3
- package/dest/e2e_p2p/inactivity_slash_test.d.ts +2 -2
- package/dest/e2e_p2p/inactivity_slash_test.d.ts.map +1 -1
- package/dest/e2e_p2p/inactivity_slash_test.js +6 -2
- package/dest/e2e_p2p/p2p_network.d.ts +214 -9
- package/dest/e2e_p2p/p2p_network.d.ts.map +1 -1
- package/dest/e2e_p2p/p2p_network.js +5 -3
- package/dest/e2e_p2p/shared.d.ts +5 -5
- package/dest/e2e_p2p/shared.d.ts.map +1 -1
- package/dest/e2e_p2p/shared.js +6 -5
- package/dest/e2e_token_contract/token_contract_test.d.ts +1 -1
- package/dest/e2e_token_contract/token_contract_test.d.ts.map +1 -1
- package/dest/e2e_token_contract/token_contract_test.js +2 -2
- package/dest/fixtures/e2e_prover_test.d.ts +3 -1
- package/dest/fixtures/e2e_prover_test.d.ts.map +1 -1
- package/dest/fixtures/e2e_prover_test.js +18 -14
- package/dest/fixtures/fixtures.d.ts +1 -1
- package/dest/fixtures/get_acvm_config.d.ts +1 -1
- package/dest/fixtures/get_bb_config.d.ts +1 -1
- package/dest/fixtures/get_bb_config.d.ts.map +1 -1
- package/dest/fixtures/index.d.ts +1 -1
- package/dest/fixtures/l1_to_l2_messaging.d.ts +1 -1
- package/dest/fixtures/logging.d.ts +1 -1
- package/dest/fixtures/setup_l1_contracts.d.ts +475 -4
- package/dest/fixtures/setup_l1_contracts.d.ts.map +1 -1
- package/dest/fixtures/setup_p2p_test.d.ts +4 -4
- package/dest/fixtures/setup_p2p_test.d.ts.map +1 -1
- package/dest/fixtures/setup_p2p_test.js +15 -7
- package/dest/fixtures/snapshot_manager.d.ts +2 -2
- package/dest/fixtures/snapshot_manager.d.ts.map +1 -1
- package/dest/fixtures/token_utils.d.ts +5 -2
- package/dest/fixtures/token_utils.d.ts.map +1 -1
- package/dest/fixtures/token_utils.js +7 -4
- package/dest/fixtures/utils.d.ts +449 -4
- package/dest/fixtures/utils.d.ts.map +1 -1
- package/dest/fixtures/utils.js +11 -12
- package/dest/fixtures/web3signer.d.ts +1 -1
- package/dest/fixtures/with_telemetry_utils.d.ts +1 -1
- package/dest/index.d.ts +1 -1
- package/dest/quality_of_service/alert_checker.d.ts +1 -1
- package/dest/quality_of_service/alert_checker.d.ts.map +1 -1
- package/dest/shared/cross_chain_test_harness.d.ts +1 -12
- package/dest/shared/cross_chain_test_harness.d.ts.map +1 -1
- package/dest/shared/gas_portal_test_harness.d.ts +1 -11
- package/dest/shared/gas_portal_test_harness.d.ts.map +1 -1
- package/dest/shared/gas_portal_test_harness.js +1 -1
- package/dest/shared/index.d.ts +1 -1
- package/dest/shared/jest_setup.d.ts +1 -1
- package/dest/shared/submit-transactions.d.ts +1 -1
- package/dest/shared/submit-transactions.d.ts.map +1 -1
- package/dest/shared/uniswap_l1_l2.d.ts +1 -1
- package/dest/shared/uniswap_l1_l2.d.ts.map +1 -1
- package/dest/shared/uniswap_l1_l2.js +11 -11
- package/dest/simulators/index.d.ts +1 -1
- package/dest/simulators/lending_simulator.d.ts +1 -5
- package/dest/simulators/lending_simulator.d.ts.map +1 -1
- package/dest/simulators/lending_simulator.js +4 -2
- package/dest/simulators/token_simulator.d.ts +1 -1
- package/dest/simulators/token_simulator.d.ts.map +1 -1
- package/dest/spartan/setup_test_wallets.d.ts +5 -3
- package/dest/spartan/setup_test_wallets.d.ts.map +1 -1
- package/dest/spartan/setup_test_wallets.js +43 -9
- package/dest/spartan/utils.d.ts +20 -18
- package/dest/spartan/utils.d.ts.map +1 -1
- package/dest/spartan/utils.js +59 -26
- package/package.json +42 -40
- package/src/bench/client_flows/client_flows_benchmark.ts +75 -30
- package/src/bench/client_flows/data_extractor.ts +6 -28
- package/src/e2e_blacklist_token_contract/blacklist_token_contract_test.ts +2 -2
- package/src/e2e_cross_chain_messaging/cross_chain_messaging_test.ts +4 -3
- package/src/e2e_deploy_contract/deploy_test.ts +1 -1
- package/src/e2e_epochs/epochs_test.ts +6 -5
- package/src/e2e_fees/bridging_race.notest.ts +1 -1
- package/src/e2e_fees/fees_test.ts +12 -9
- package/src/e2e_l1_publisher/write_json.ts +5 -4
- package/src/e2e_nested_contract/nested_contract_test.ts +4 -3
- package/src/e2e_p2p/inactivity_slash_test.ts +6 -2
- package/src/e2e_p2p/p2p_network.ts +7 -3
- package/src/e2e_p2p/shared.ts +8 -5
- package/src/e2e_token_contract/token_contract_test.ts +2 -2
- package/src/fixtures/e2e_prover_test.ts +15 -16
- package/src/fixtures/setup_p2p_test.ts +20 -6
- package/src/fixtures/token_utils.ts +4 -4
- package/src/fixtures/utils.ts +35 -16
- package/src/guides/up_quick_start.sh +1 -1
- package/src/shared/gas_portal_test_harness.ts +1 -1
- package/src/shared/uniswap_l1_l2.ts +11 -11
- package/src/simulators/lending_simulator.ts +4 -2
- package/src/spartan/setup_test_wallets.ts +47 -11
- package/src/spartan/utils.ts +64 -24
|
@@ -2,14 +2,17 @@ import { BatchCall } from '@aztec/aztec.js/contracts';
|
|
|
2
2
|
import { TokenContract } from '@aztec/noir-contracts.js/Token';
|
|
3
3
|
export async function deployToken(wallet, admin, initialAdminBalance, logger) {
|
|
4
4
|
logger.info(`Deploying Token contract...`);
|
|
5
|
-
const contract = await TokenContract.deploy(wallet, admin, 'TokenName', 'TokenSymbol', 18).send({
|
|
5
|
+
const { contract, instance } = await TokenContract.deploy(wallet, admin, 'TokenName', 'TokenSymbol', 18).send({
|
|
6
6
|
from: admin
|
|
7
|
-
}).
|
|
7
|
+
}).wait();
|
|
8
8
|
if (initialAdminBalance > 0n) {
|
|
9
9
|
await mintTokensToPrivate(contract, admin, admin, initialAdminBalance);
|
|
10
10
|
}
|
|
11
11
|
logger.info('L2 contract deployed');
|
|
12
|
-
return
|
|
12
|
+
return {
|
|
13
|
+
contract,
|
|
14
|
+
instance
|
|
15
|
+
};
|
|
13
16
|
}
|
|
14
17
|
export async function mintTokensToPrivate(token, minter, recipient, amount) {
|
|
15
18
|
await token.methods.mint_to_private(recipient, amount).send({
|
|
@@ -18,7 +21,7 @@ export async function mintTokensToPrivate(token, minter, recipient, amount) {
|
|
|
18
21
|
}
|
|
19
22
|
export async function expectTokenBalance(wallet, token, owner, expectedBalance, logger) {
|
|
20
23
|
// Then check the balance
|
|
21
|
-
const contractWithWallet =
|
|
24
|
+
const contractWithWallet = TokenContract.at(token.address, wallet);
|
|
22
25
|
const balance = await contractWithWallet.methods.balance_of_private(owner).simulate({
|
|
23
26
|
from: owner
|
|
24
27
|
});
|
package/dest/fixtures/utils.d.ts
CHANGED
|
@@ -22,11 +22,456 @@ import type { AztecNodeAdmin } from '@aztec/stdlib/interfaces/client';
|
|
|
22
22
|
import type { PublicDataTreeLeaf } from '@aztec/stdlib/trees';
|
|
23
23
|
import { type TelemetryClient, type TelemetryClientConfig } from '@aztec/telemetry-client';
|
|
24
24
|
import { TestWallet } from '@aztec/test-wallet/server';
|
|
25
|
-
import { type Chain
|
|
25
|
+
import { type Chain } from 'viem';
|
|
26
26
|
export { deployAndInitializeTokenAndBridgeContracts } from '../shared/cross_chain_test_harness.js';
|
|
27
27
|
export { startAnvil };
|
|
28
|
-
export declare const getPrivateKeyFromIndex: (index: number) => Buffer | null;
|
|
29
|
-
export declare const setupL1Contracts: (l1RpcUrls: string[], account:
|
|
28
|
+
export declare const getPrivateKeyFromIndex: (index: number) => Buffer<ArrayBufferLike> | null;
|
|
29
|
+
export declare const setupL1Contracts: (l1RpcUrls: string[], account: {
|
|
30
|
+
address: `0x${string}`;
|
|
31
|
+
nonceManager?: import("viem").NonceManager | undefined;
|
|
32
|
+
sign: (parameters: {
|
|
33
|
+
hash: `0x${string}`;
|
|
34
|
+
}) => Promise<`0x${string}`>;
|
|
35
|
+
signAuthorization?: ((parameters: import("viem").AuthorizationRequest) => Promise<import("viem/accounts").SignAuthorizationReturnType>) | undefined;
|
|
36
|
+
signMessage: ({ message }: {
|
|
37
|
+
message: import("viem").SignableMessage;
|
|
38
|
+
}) => Promise<`0x${string}`>;
|
|
39
|
+
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?: {
|
|
40
|
+
serializer?: serializer | undefined;
|
|
41
|
+
} | undefined) => Promise<`0x${string}`>;
|
|
42
|
+
signTypedData: <const typedData extends Record<string, unknown> | {
|
|
43
|
+
[x: string]: readonly import("viem").TypedDataParameter[];
|
|
44
|
+
[x: `address[${string}]`]: undefined;
|
|
45
|
+
[x: `bool[${string}]`]: undefined;
|
|
46
|
+
[x: `bytes10[${string}]`]: undefined;
|
|
47
|
+
[x: `bytes11[${string}]`]: undefined;
|
|
48
|
+
[x: `bytes12[${string}]`]: undefined;
|
|
49
|
+
[x: `bytes13[${string}]`]: undefined;
|
|
50
|
+
[x: `bytes14[${string}]`]: undefined;
|
|
51
|
+
[x: `bytes15[${string}]`]: undefined;
|
|
52
|
+
[x: `bytes16[${string}]`]: undefined;
|
|
53
|
+
[x: `bytes17[${string}]`]: undefined;
|
|
54
|
+
[x: `bytes18[${string}]`]: undefined;
|
|
55
|
+
[x: `bytes19[${string}]`]: undefined;
|
|
56
|
+
[x: `bytes1[${string}]`]: undefined;
|
|
57
|
+
[x: `bytes20[${string}]`]: undefined;
|
|
58
|
+
[x: `bytes21[${string}]`]: undefined;
|
|
59
|
+
[x: `bytes22[${string}]`]: undefined;
|
|
60
|
+
[x: `bytes23[${string}]`]: undefined;
|
|
61
|
+
[x: `bytes24[${string}]`]: undefined;
|
|
62
|
+
[x: `bytes25[${string}]`]: undefined;
|
|
63
|
+
[x: `bytes26[${string}]`]: undefined;
|
|
64
|
+
[x: `bytes27[${string}]`]: undefined;
|
|
65
|
+
[x: `bytes28[${string}]`]: undefined;
|
|
66
|
+
[x: `bytes29[${string}]`]: undefined;
|
|
67
|
+
[x: `bytes2[${string}]`]: undefined;
|
|
68
|
+
[x: `bytes30[${string}]`]: undefined;
|
|
69
|
+
[x: `bytes31[${string}]`]: undefined;
|
|
70
|
+
[x: `bytes32[${string}]`]: undefined;
|
|
71
|
+
[x: `bytes3[${string}]`]: undefined;
|
|
72
|
+
[x: `bytes4[${string}]`]: undefined;
|
|
73
|
+
[x: `bytes5[${string}]`]: undefined;
|
|
74
|
+
[x: `bytes6[${string}]`]: undefined;
|
|
75
|
+
[x: `bytes7[${string}]`]: undefined;
|
|
76
|
+
[x: `bytes8[${string}]`]: undefined;
|
|
77
|
+
[x: `bytes9[${string}]`]: undefined;
|
|
78
|
+
[x: `bytes[${string}]`]: undefined;
|
|
79
|
+
[x: `function[${string}]`]: undefined;
|
|
80
|
+
[x: `int104[${string}]`]: undefined;
|
|
81
|
+
[x: `int112[${string}]`]: undefined;
|
|
82
|
+
[x: `int120[${string}]`]: undefined;
|
|
83
|
+
[x: `int128[${string}]`]: undefined;
|
|
84
|
+
[x: `int136[${string}]`]: undefined;
|
|
85
|
+
[x: `int144[${string}]`]: undefined;
|
|
86
|
+
[x: `int152[${string}]`]: undefined;
|
|
87
|
+
[x: `int160[${string}]`]: undefined;
|
|
88
|
+
[x: `int168[${string}]`]: undefined;
|
|
89
|
+
[x: `int16[${string}]`]: undefined;
|
|
90
|
+
[x: `int176[${string}]`]: undefined;
|
|
91
|
+
[x: `int184[${string}]`]: undefined;
|
|
92
|
+
[x: `int192[${string}]`]: undefined;
|
|
93
|
+
[x: `int200[${string}]`]: undefined;
|
|
94
|
+
[x: `int208[${string}]`]: undefined;
|
|
95
|
+
[x: `int216[${string}]`]: undefined;
|
|
96
|
+
[x: `int224[${string}]`]: undefined;
|
|
97
|
+
[x: `int232[${string}]`]: undefined;
|
|
98
|
+
[x: `int240[${string}]`]: undefined;
|
|
99
|
+
[x: `int248[${string}]`]: undefined;
|
|
100
|
+
[x: `int24[${string}]`]: undefined;
|
|
101
|
+
[x: `int256[${string}]`]: undefined;
|
|
102
|
+
[x: `int32[${string}]`]: undefined;
|
|
103
|
+
[x: `int40[${string}]`]: undefined;
|
|
104
|
+
[x: `int48[${string}]`]: undefined;
|
|
105
|
+
[x: `int56[${string}]`]: undefined;
|
|
106
|
+
[x: `int64[${string}]`]: undefined;
|
|
107
|
+
[x: `int72[${string}]`]: undefined;
|
|
108
|
+
[x: `int80[${string}]`]: undefined;
|
|
109
|
+
[x: `int88[${string}]`]: undefined;
|
|
110
|
+
[x: `int8[${string}]`]: undefined;
|
|
111
|
+
[x: `int96[${string}]`]: undefined;
|
|
112
|
+
[x: `int[${string}]`]: undefined;
|
|
113
|
+
[x: `string[${string}]`]: undefined;
|
|
114
|
+
[x: `uint104[${string}]`]: undefined;
|
|
115
|
+
[x: `uint112[${string}]`]: undefined;
|
|
116
|
+
[x: `uint120[${string}]`]: undefined;
|
|
117
|
+
[x: `uint128[${string}]`]: undefined;
|
|
118
|
+
[x: `uint136[${string}]`]: undefined;
|
|
119
|
+
[x: `uint144[${string}]`]: undefined;
|
|
120
|
+
[x: `uint152[${string}]`]: undefined;
|
|
121
|
+
[x: `uint160[${string}]`]: undefined;
|
|
122
|
+
[x: `uint168[${string}]`]: undefined;
|
|
123
|
+
[x: `uint16[${string}]`]: undefined;
|
|
124
|
+
[x: `uint176[${string}]`]: undefined;
|
|
125
|
+
[x: `uint184[${string}]`]: undefined;
|
|
126
|
+
[x: `uint192[${string}]`]: undefined;
|
|
127
|
+
[x: `uint200[${string}]`]: undefined;
|
|
128
|
+
[x: `uint208[${string}]`]: undefined;
|
|
129
|
+
[x: `uint216[${string}]`]: undefined;
|
|
130
|
+
[x: `uint224[${string}]`]: undefined;
|
|
131
|
+
[x: `uint232[${string}]`]: undefined;
|
|
132
|
+
[x: `uint240[${string}]`]: undefined;
|
|
133
|
+
[x: `uint248[${string}]`]: undefined;
|
|
134
|
+
[x: `uint24[${string}]`]: undefined;
|
|
135
|
+
[x: `uint256[${string}]`]: undefined;
|
|
136
|
+
[x: `uint32[${string}]`]: undefined;
|
|
137
|
+
[x: `uint40[${string}]`]: undefined;
|
|
138
|
+
[x: `uint48[${string}]`]: undefined;
|
|
139
|
+
[x: `uint56[${string}]`]: undefined;
|
|
140
|
+
[x: `uint64[${string}]`]: undefined;
|
|
141
|
+
[x: `uint72[${string}]`]: undefined;
|
|
142
|
+
[x: `uint80[${string}]`]: undefined;
|
|
143
|
+
[x: `uint88[${string}]`]: undefined;
|
|
144
|
+
[x: `uint8[${string}]`]: undefined;
|
|
145
|
+
[x: `uint96[${string}]`]: undefined;
|
|
146
|
+
[x: `uint[${string}]`]: undefined;
|
|
147
|
+
address?: undefined;
|
|
148
|
+
bool?: undefined;
|
|
149
|
+
bytes?: undefined;
|
|
150
|
+
bytes1?: undefined;
|
|
151
|
+
bytes10?: undefined;
|
|
152
|
+
bytes11?: undefined;
|
|
153
|
+
bytes12?: undefined;
|
|
154
|
+
bytes13?: undefined;
|
|
155
|
+
bytes14?: undefined;
|
|
156
|
+
bytes15?: undefined;
|
|
157
|
+
bytes16?: undefined;
|
|
158
|
+
bytes17?: undefined;
|
|
159
|
+
bytes18?: undefined;
|
|
160
|
+
bytes19?: undefined;
|
|
161
|
+
bytes2?: undefined;
|
|
162
|
+
bytes20?: undefined;
|
|
163
|
+
bytes21?: undefined;
|
|
164
|
+
bytes22?: undefined;
|
|
165
|
+
bytes23?: undefined;
|
|
166
|
+
bytes24?: undefined;
|
|
167
|
+
bytes25?: undefined;
|
|
168
|
+
bytes26?: undefined;
|
|
169
|
+
bytes27?: undefined;
|
|
170
|
+
bytes28?: undefined;
|
|
171
|
+
bytes29?: undefined;
|
|
172
|
+
bytes3?: undefined;
|
|
173
|
+
bytes30?: undefined;
|
|
174
|
+
bytes31?: undefined;
|
|
175
|
+
bytes32?: undefined;
|
|
176
|
+
bytes4?: undefined;
|
|
177
|
+
bytes5?: undefined;
|
|
178
|
+
bytes6?: undefined;
|
|
179
|
+
bytes7?: undefined;
|
|
180
|
+
bytes8?: undefined;
|
|
181
|
+
bytes9?: undefined;
|
|
182
|
+
int104?: undefined;
|
|
183
|
+
int112?: undefined;
|
|
184
|
+
int120?: undefined;
|
|
185
|
+
int128?: undefined;
|
|
186
|
+
int136?: undefined;
|
|
187
|
+
int144?: undefined;
|
|
188
|
+
int152?: undefined;
|
|
189
|
+
int16?: undefined;
|
|
190
|
+
int160?: undefined;
|
|
191
|
+
int168?: undefined;
|
|
192
|
+
int176?: undefined;
|
|
193
|
+
int184?: undefined;
|
|
194
|
+
int192?: undefined;
|
|
195
|
+
int200?: undefined;
|
|
196
|
+
int208?: undefined;
|
|
197
|
+
int216?: undefined;
|
|
198
|
+
int224?: undefined;
|
|
199
|
+
int232?: undefined;
|
|
200
|
+
int24?: undefined;
|
|
201
|
+
int240?: undefined;
|
|
202
|
+
int248?: undefined;
|
|
203
|
+
int256?: undefined;
|
|
204
|
+
int32?: undefined;
|
|
205
|
+
int40?: undefined;
|
|
206
|
+
int48?: undefined;
|
|
207
|
+
int56?: undefined;
|
|
208
|
+
int64?: undefined;
|
|
209
|
+
int72?: undefined;
|
|
210
|
+
int8?: undefined;
|
|
211
|
+
int80?: undefined;
|
|
212
|
+
int88?: undefined;
|
|
213
|
+
int96?: undefined;
|
|
214
|
+
string?: undefined;
|
|
215
|
+
uint104?: undefined;
|
|
216
|
+
uint112?: undefined;
|
|
217
|
+
uint120?: undefined;
|
|
218
|
+
uint128?: undefined;
|
|
219
|
+
uint136?: undefined;
|
|
220
|
+
uint144?: undefined;
|
|
221
|
+
uint152?: undefined;
|
|
222
|
+
uint16?: undefined;
|
|
223
|
+
uint160?: undefined;
|
|
224
|
+
uint168?: undefined;
|
|
225
|
+
uint176?: undefined;
|
|
226
|
+
uint184?: undefined;
|
|
227
|
+
uint192?: undefined;
|
|
228
|
+
uint200?: undefined;
|
|
229
|
+
uint208?: undefined;
|
|
230
|
+
uint216?: undefined;
|
|
231
|
+
uint224?: undefined;
|
|
232
|
+
uint232?: undefined;
|
|
233
|
+
uint24?: undefined;
|
|
234
|
+
uint240?: undefined;
|
|
235
|
+
uint248?: undefined;
|
|
236
|
+
uint256?: undefined;
|
|
237
|
+
uint32?: undefined;
|
|
238
|
+
uint40?: undefined;
|
|
239
|
+
uint48?: undefined;
|
|
240
|
+
uint56?: undefined;
|
|
241
|
+
uint64?: undefined;
|
|
242
|
+
uint72?: undefined;
|
|
243
|
+
uint8?: undefined;
|
|
244
|
+
uint80?: undefined;
|
|
245
|
+
uint88?: undefined;
|
|
246
|
+
uint96?: undefined;
|
|
247
|
+
}, primaryType extends "EIP712Domain" | keyof typedData = keyof typedData>(parameters: import("viem").TypedDataDefinition<typedData, primaryType>) => Promise<`0x${string}`>;
|
|
248
|
+
publicKey: `0x${string}`;
|
|
249
|
+
source: "hd";
|
|
250
|
+
type: "local";
|
|
251
|
+
getHdKey: () => import("viem").HDKey;
|
|
252
|
+
} | {
|
|
253
|
+
address: `0x${string}`;
|
|
254
|
+
nonceManager?: import("viem").NonceManager | undefined;
|
|
255
|
+
sign: (parameters: {
|
|
256
|
+
hash: `0x${string}`;
|
|
257
|
+
}) => Promise<`0x${string}`>;
|
|
258
|
+
signAuthorization: (parameters: import("viem").AuthorizationRequest) => Promise<import("viem/accounts").SignAuthorizationReturnType>;
|
|
259
|
+
signMessage: ({ message }: {
|
|
260
|
+
message: import("viem").SignableMessage;
|
|
261
|
+
}) => Promise<`0x${string}`>;
|
|
262
|
+
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?: {
|
|
263
|
+
serializer?: serializer | undefined;
|
|
264
|
+
} | undefined) => Promise<`0x${string}`>;
|
|
265
|
+
signTypedData: <const typedData extends Record<string, unknown> | {
|
|
266
|
+
[x: string]: readonly import("viem").TypedDataParameter[];
|
|
267
|
+
[x: `address[${string}]`]: undefined;
|
|
268
|
+
[x: `bool[${string}]`]: undefined;
|
|
269
|
+
[x: `bytes10[${string}]`]: undefined;
|
|
270
|
+
[x: `bytes11[${string}]`]: undefined;
|
|
271
|
+
[x: `bytes12[${string}]`]: undefined;
|
|
272
|
+
[x: `bytes13[${string}]`]: undefined;
|
|
273
|
+
[x: `bytes14[${string}]`]: undefined;
|
|
274
|
+
[x: `bytes15[${string}]`]: undefined;
|
|
275
|
+
[x: `bytes16[${string}]`]: undefined;
|
|
276
|
+
[x: `bytes17[${string}]`]: undefined;
|
|
277
|
+
[x: `bytes18[${string}]`]: undefined;
|
|
278
|
+
[x: `bytes19[${string}]`]: undefined;
|
|
279
|
+
[x: `bytes1[${string}]`]: undefined;
|
|
280
|
+
[x: `bytes20[${string}]`]: undefined;
|
|
281
|
+
[x: `bytes21[${string}]`]: undefined;
|
|
282
|
+
[x: `bytes22[${string}]`]: undefined;
|
|
283
|
+
[x: `bytes23[${string}]`]: undefined;
|
|
284
|
+
[x: `bytes24[${string}]`]: undefined;
|
|
285
|
+
[x: `bytes25[${string}]`]: undefined;
|
|
286
|
+
[x: `bytes26[${string}]`]: undefined;
|
|
287
|
+
[x: `bytes27[${string}]`]: undefined;
|
|
288
|
+
[x: `bytes28[${string}]`]: undefined;
|
|
289
|
+
[x: `bytes29[${string}]`]: undefined;
|
|
290
|
+
[x: `bytes2[${string}]`]: undefined;
|
|
291
|
+
[x: `bytes30[${string}]`]: undefined;
|
|
292
|
+
[x: `bytes31[${string}]`]: undefined;
|
|
293
|
+
[x: `bytes32[${string}]`]: undefined;
|
|
294
|
+
[x: `bytes3[${string}]`]: undefined;
|
|
295
|
+
[x: `bytes4[${string}]`]: undefined;
|
|
296
|
+
[x: `bytes5[${string}]`]: undefined;
|
|
297
|
+
[x: `bytes6[${string}]`]: undefined;
|
|
298
|
+
[x: `bytes7[${string}]`]: undefined;
|
|
299
|
+
[x: `bytes8[${string}]`]: undefined;
|
|
300
|
+
[x: `bytes9[${string}]`]: undefined;
|
|
301
|
+
[x: `bytes[${string}]`]: undefined;
|
|
302
|
+
[x: `function[${string}]`]: undefined;
|
|
303
|
+
[x: `int104[${string}]`]: undefined;
|
|
304
|
+
[x: `int112[${string}]`]: undefined;
|
|
305
|
+
[x: `int120[${string}]`]: undefined;
|
|
306
|
+
[x: `int128[${string}]`]: undefined;
|
|
307
|
+
[x: `int136[${string}]`]: undefined;
|
|
308
|
+
[x: `int144[${string}]`]: undefined;
|
|
309
|
+
[x: `int152[${string}]`]: undefined;
|
|
310
|
+
[x: `int160[${string}]`]: undefined;
|
|
311
|
+
[x: `int168[${string}]`]: undefined;
|
|
312
|
+
[x: `int16[${string}]`]: undefined;
|
|
313
|
+
[x: `int176[${string}]`]: undefined;
|
|
314
|
+
[x: `int184[${string}]`]: undefined;
|
|
315
|
+
[x: `int192[${string}]`]: undefined;
|
|
316
|
+
[x: `int200[${string}]`]: undefined;
|
|
317
|
+
[x: `int208[${string}]`]: undefined;
|
|
318
|
+
[x: `int216[${string}]`]: undefined;
|
|
319
|
+
[x: `int224[${string}]`]: undefined;
|
|
320
|
+
[x: `int232[${string}]`]: undefined;
|
|
321
|
+
[x: `int240[${string}]`]: undefined;
|
|
322
|
+
[x: `int248[${string}]`]: undefined;
|
|
323
|
+
[x: `int24[${string}]`]: undefined;
|
|
324
|
+
[x: `int256[${string}]`]: undefined;
|
|
325
|
+
[x: `int32[${string}]`]: undefined;
|
|
326
|
+
[x: `int40[${string}]`]: undefined;
|
|
327
|
+
[x: `int48[${string}]`]: undefined;
|
|
328
|
+
[x: `int56[${string}]`]: undefined;
|
|
329
|
+
[x: `int64[${string}]`]: undefined;
|
|
330
|
+
[x: `int72[${string}]`]: undefined;
|
|
331
|
+
[x: `int80[${string}]`]: undefined;
|
|
332
|
+
[x: `int88[${string}]`]: undefined;
|
|
333
|
+
[x: `int8[${string}]`]: undefined;
|
|
334
|
+
[x: `int96[${string}]`]: undefined;
|
|
335
|
+
[x: `int[${string}]`]: undefined;
|
|
336
|
+
[x: `string[${string}]`]: undefined;
|
|
337
|
+
[x: `uint104[${string}]`]: undefined;
|
|
338
|
+
[x: `uint112[${string}]`]: undefined;
|
|
339
|
+
[x: `uint120[${string}]`]: undefined;
|
|
340
|
+
[x: `uint128[${string}]`]: undefined;
|
|
341
|
+
[x: `uint136[${string}]`]: undefined;
|
|
342
|
+
[x: `uint144[${string}]`]: undefined;
|
|
343
|
+
[x: `uint152[${string}]`]: undefined;
|
|
344
|
+
[x: `uint160[${string}]`]: undefined;
|
|
345
|
+
[x: `uint168[${string}]`]: undefined;
|
|
346
|
+
[x: `uint16[${string}]`]: undefined;
|
|
347
|
+
[x: `uint176[${string}]`]: undefined;
|
|
348
|
+
[x: `uint184[${string}]`]: undefined;
|
|
349
|
+
[x: `uint192[${string}]`]: undefined;
|
|
350
|
+
[x: `uint200[${string}]`]: undefined;
|
|
351
|
+
[x: `uint208[${string}]`]: undefined;
|
|
352
|
+
[x: `uint216[${string}]`]: undefined;
|
|
353
|
+
[x: `uint224[${string}]`]: undefined;
|
|
354
|
+
[x: `uint232[${string}]`]: undefined;
|
|
355
|
+
[x: `uint240[${string}]`]: undefined;
|
|
356
|
+
[x: `uint248[${string}]`]: undefined;
|
|
357
|
+
[x: `uint24[${string}]`]: undefined;
|
|
358
|
+
[x: `uint256[${string}]`]: undefined;
|
|
359
|
+
[x: `uint32[${string}]`]: undefined;
|
|
360
|
+
[x: `uint40[${string}]`]: undefined;
|
|
361
|
+
[x: `uint48[${string}]`]: undefined;
|
|
362
|
+
[x: `uint56[${string}]`]: undefined;
|
|
363
|
+
[x: `uint64[${string}]`]: undefined;
|
|
364
|
+
[x: `uint72[${string}]`]: undefined;
|
|
365
|
+
[x: `uint80[${string}]`]: undefined;
|
|
366
|
+
[x: `uint88[${string}]`]: undefined;
|
|
367
|
+
[x: `uint8[${string}]`]: undefined;
|
|
368
|
+
[x: `uint96[${string}]`]: undefined;
|
|
369
|
+
[x: `uint[${string}]`]: undefined;
|
|
370
|
+
address?: undefined;
|
|
371
|
+
bool?: undefined;
|
|
372
|
+
bytes?: undefined;
|
|
373
|
+
bytes1?: undefined;
|
|
374
|
+
bytes10?: undefined;
|
|
375
|
+
bytes11?: undefined;
|
|
376
|
+
bytes12?: undefined;
|
|
377
|
+
bytes13?: undefined;
|
|
378
|
+
bytes14?: undefined;
|
|
379
|
+
bytes15?: undefined;
|
|
380
|
+
bytes16?: undefined;
|
|
381
|
+
bytes17?: undefined;
|
|
382
|
+
bytes18?: undefined;
|
|
383
|
+
bytes19?: undefined;
|
|
384
|
+
bytes2?: undefined;
|
|
385
|
+
bytes20?: undefined;
|
|
386
|
+
bytes21?: undefined;
|
|
387
|
+
bytes22?: undefined;
|
|
388
|
+
bytes23?: undefined;
|
|
389
|
+
bytes24?: undefined;
|
|
390
|
+
bytes25?: undefined;
|
|
391
|
+
bytes26?: undefined;
|
|
392
|
+
bytes27?: undefined;
|
|
393
|
+
bytes28?: undefined;
|
|
394
|
+
bytes29?: undefined;
|
|
395
|
+
bytes3?: undefined;
|
|
396
|
+
bytes30?: undefined;
|
|
397
|
+
bytes31?: undefined;
|
|
398
|
+
bytes32?: undefined;
|
|
399
|
+
bytes4?: undefined;
|
|
400
|
+
bytes5?: undefined;
|
|
401
|
+
bytes6?: undefined;
|
|
402
|
+
bytes7?: undefined;
|
|
403
|
+
bytes8?: undefined;
|
|
404
|
+
bytes9?: undefined;
|
|
405
|
+
int104?: undefined;
|
|
406
|
+
int112?: undefined;
|
|
407
|
+
int120?: undefined;
|
|
408
|
+
int128?: undefined;
|
|
409
|
+
int136?: undefined;
|
|
410
|
+
int144?: undefined;
|
|
411
|
+
int152?: undefined;
|
|
412
|
+
int16?: undefined;
|
|
413
|
+
int160?: undefined;
|
|
414
|
+
int168?: undefined;
|
|
415
|
+
int176?: undefined;
|
|
416
|
+
int184?: undefined;
|
|
417
|
+
int192?: undefined;
|
|
418
|
+
int200?: undefined;
|
|
419
|
+
int208?: undefined;
|
|
420
|
+
int216?: undefined;
|
|
421
|
+
int224?: undefined;
|
|
422
|
+
int232?: undefined;
|
|
423
|
+
int24?: undefined;
|
|
424
|
+
int240?: undefined;
|
|
425
|
+
int248?: undefined;
|
|
426
|
+
int256?: undefined;
|
|
427
|
+
int32?: undefined;
|
|
428
|
+
int40?: undefined;
|
|
429
|
+
int48?: undefined;
|
|
430
|
+
int56?: undefined;
|
|
431
|
+
int64?: undefined;
|
|
432
|
+
int72?: undefined;
|
|
433
|
+
int8?: undefined;
|
|
434
|
+
int80?: undefined;
|
|
435
|
+
int88?: undefined;
|
|
436
|
+
int96?: undefined;
|
|
437
|
+
string?: undefined;
|
|
438
|
+
uint104?: undefined;
|
|
439
|
+
uint112?: undefined;
|
|
440
|
+
uint120?: undefined;
|
|
441
|
+
uint128?: undefined;
|
|
442
|
+
uint136?: undefined;
|
|
443
|
+
uint144?: undefined;
|
|
444
|
+
uint152?: undefined;
|
|
445
|
+
uint16?: undefined;
|
|
446
|
+
uint160?: undefined;
|
|
447
|
+
uint168?: undefined;
|
|
448
|
+
uint176?: undefined;
|
|
449
|
+
uint184?: undefined;
|
|
450
|
+
uint192?: undefined;
|
|
451
|
+
uint200?: undefined;
|
|
452
|
+
uint208?: undefined;
|
|
453
|
+
uint216?: undefined;
|
|
454
|
+
uint224?: undefined;
|
|
455
|
+
uint232?: undefined;
|
|
456
|
+
uint24?: undefined;
|
|
457
|
+
uint240?: undefined;
|
|
458
|
+
uint248?: undefined;
|
|
459
|
+
uint256?: undefined;
|
|
460
|
+
uint32?: undefined;
|
|
461
|
+
uint40?: undefined;
|
|
462
|
+
uint48?: undefined;
|
|
463
|
+
uint56?: undefined;
|
|
464
|
+
uint64?: undefined;
|
|
465
|
+
uint72?: undefined;
|
|
466
|
+
uint8?: undefined;
|
|
467
|
+
uint80?: undefined;
|
|
468
|
+
uint88?: undefined;
|
|
469
|
+
uint96?: undefined;
|
|
470
|
+
}, primaryType extends "EIP712Domain" | keyof typedData = keyof typedData>(parameters: import("viem").TypedDataDefinition<typedData, primaryType>) => Promise<`0x${string}`>;
|
|
471
|
+
publicKey: `0x${string}`;
|
|
472
|
+
source: "privateKey";
|
|
473
|
+
type: "local";
|
|
474
|
+
}, logger: Logger, args?: Partial<DeployL1ContractsArgs>, chain?: Chain) => Promise<DeployL1ContractsReturnType>;
|
|
30
475
|
/**
|
|
31
476
|
* Sets up Private eXecution Environment (PXE) and returns the corresponding test wallet.
|
|
32
477
|
* @param aztecNode - An instance of Aztec Node.
|
|
@@ -191,4 +636,4 @@ export declare function waitForProvenChain(node: AztecNode, targetBlock?: number
|
|
|
191
636
|
export declare function createAndSyncProverNode(proverNodePrivateKey: `0x${string}`, aztecNodeConfig: AztecNodeConfig, proverNodeConfig: Partial<ProverNodeConfig> & Pick<DataStoreConfig, 'dataDirectory'> & {
|
|
192
637
|
dontStart?: boolean;
|
|
193
638
|
}, aztecNode: AztecNode | undefined, prefilledPublicData?: PublicDataTreeLeaf[], proverNodeDeps?: ProverNodeDeps): Promise<ProverNode>;
|
|
194
|
-
//# sourceMappingURL=
|
|
639
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidXRpbHMuZC50cyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy9maXh0dXJlcy91dGlscy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFDQSxPQUFPLEVBQUUsS0FBSyxrQkFBa0IsRUFBdUQsTUFBTSx5QkFBeUIsQ0FBQztBQUV2SCxPQUFPLEVBQUUsS0FBSyxlQUFlLEVBQXNDLE1BQU0sbUJBQW1CLENBQUM7QUFDN0YsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLDJCQUEyQixDQUFDO0FBQ3pELE9BQU8sRUFBYSxLQUFLLGNBQWMsRUFBRSxNQUFNLDJCQUEyQixDQUFDO0FBRTNFLE9BQU8sRUFBRSxLQUFLLE1BQU0sRUFBZ0IsTUFBTSxxQkFBcUIsQ0FBQztBQUNoRSxPQUFPLEVBQUUsS0FBSyxTQUFTLEVBQXNDLE1BQU0sc0JBQXNCLENBQUM7QUFDMUYsT0FBTyxLQUFLLEVBQUUsTUFBTSxFQUFFLE1BQU0sd0JBQXdCLENBQUM7QUFDckQsT0FBTyxFQUFFLGdCQUFnQixFQUFFLFVBQVUsRUFBRSxNQUFNLHNCQUFzQixDQUFDO0FBRXBFLE9BQU8sRUFBRSxLQUFLLGNBQWMsRUFBd0IsTUFBTSx5QkFBeUIsQ0FBQztBQUVwRixPQUFPLEVBQ0wsS0FBSyxxQkFBcUIsRUFDMUIsS0FBSywyQkFBMkIsRUFHaEMsS0FBSyxRQUFRLEVBT2QsTUFBTSxpQkFBaUIsQ0FBQztBQUN6QixPQUFPLEVBRUwsYUFBYSxFQUdiLFVBQVUsRUFDWCxNQUFNLHNCQUFzQixDQUFDO0FBRTlCLE9BQU8sRUFBRSxXQUFXLEVBQUUsTUFBTSwwQkFBMEIsQ0FBQztBQUd2RCxPQUFPLEVBQUUsRUFBRSxFQUFFLE1BQU0sMEJBQTBCLENBQUM7QUFLOUMsT0FBTyxFQUFnQixnQkFBZ0IsRUFBRSxNQUFNLHlCQUF5QixDQUFDO0FBQ3pFLE9BQU8sS0FBSyxFQUFFLGVBQWUsRUFBRSxNQUFNLHdCQUF3QixDQUFDO0FBSTlELE9BQU8sRUFBRSxvQkFBb0IsRUFBa0Ms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
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../src/fixtures/utils.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,kBAAkB,EAAuD,MAAM,yBAAyB,CAAC;AAEvH,OAAO,EAAE,KAAK,eAAe,EAAsC,MAAM,mBAAmB,CAAC;AAC7F,OAAO,EAAE,YAAY,EAAE,MAAM,2BAA2B,CAAC;AACzD,OAAO,EAAa,KAAK,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3E,OAAO,EAAE,KAAK,MAAM,EAAgB,MAAM,qBAAqB,CAAC;AAChE,OAAO,EAAE,KAAK,SAAS,EAAsC,MAAM,sBAAsB,CAAC;AAC1F,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,wBAAwB,CAAC;AACrD,OAAO,EAAE,gBAAgB,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAEpE,OAAO,EAAE,KAAK,cAAc,EAAwB,MAAM,yBAAyB,CAAC;AAEpF,OAAO,EACL,KAAK,qBAAqB,EAC1B,KAAK,2BAA2B,EAGhC,KAAK,QAAQ,EAOd,MAAM,iBAAiB,CAAC;AACzB,OAAO,EAEL,aAAa,EAGb,UAAU,EACX,MAAM,sBAAsB,CAAC;
|
|
1
|
+
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../src/fixtures/utils.ts"],"names":[],"mappings":"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"}
|
package/dest/fixtures/utils.js
CHANGED
|
@@ -12,6 +12,7 @@ import { createBlobSinkServer } from '@aztec/blob-sink/server';
|
|
|
12
12
|
import { GENESIS_ARCHIVE_ROOT, SPONSORED_FPC_SALT } from '@aztec/constants';
|
|
13
13
|
import { FeeAssetArtifact, NULL_KEY, RollupContract, createExtendedL1Client, deployL1Contracts, deployMulticall3, getL1ContractsConfigEnvVars, isAnvilTestChain } from '@aztec/ethereum';
|
|
14
14
|
import { DelayedTxUtils, EthCheatCodes, EthCheatCodesWithState, createDelayedL1TxUtilsFromViemWallet, startAnvil } from '@aztec/ethereum/test';
|
|
15
|
+
import { EpochNumber } from '@aztec/foundation/branded-types';
|
|
15
16
|
import { SecretValue } from '@aztec/foundation/config';
|
|
16
17
|
import { randomBytes } from '@aztec/foundation/crypto';
|
|
17
18
|
import { EthAddress } from '@aztec/foundation/eth-address';
|
|
@@ -81,6 +82,9 @@ export const setupL1Contracts = async (l1RpcUrls, account, logger, args = {}, ch
|
|
|
81
82
|
...getL1ContractsConfigEnvVars(),
|
|
82
83
|
realVerifier: false,
|
|
83
84
|
...args
|
|
85
|
+
}, {
|
|
86
|
+
priorityFeeBumpPercentage: 0,
|
|
87
|
+
priorityFeeRetryBumpPercentage: 0
|
|
84
88
|
});
|
|
85
89
|
return l1Data;
|
|
86
90
|
};
|
|
@@ -278,7 +282,7 @@ export const setupL1Contracts = async (l1RpcUrls, account, logger, args = {}, ch
|
|
|
278
282
|
if (opts.fundRewardDistributor) {
|
|
279
283
|
// Mints block rewards for 10000 blocks to the rewardDistributor contract
|
|
280
284
|
const rollup = new RollupContract(deployL1ContractsValues.l1Client, deployL1ContractsValues.l1ContractAddresses.rollupAddress);
|
|
281
|
-
const blockReward = await rollup.
|
|
285
|
+
const blockReward = await rollup.getCheckpointReward();
|
|
282
286
|
const mintAmount = 10_000n * blockReward;
|
|
283
287
|
const feeJuice = getContract({
|
|
284
288
|
address: deployL1ContractsValues.l1ContractAddresses.feeJuiceAddress.toString(),
|
|
@@ -403,7 +407,7 @@ export const setupL1Contracts = async (l1RpcUrls, account, logger, args = {}, ch
|
|
|
403
407
|
const cheatCodes = await CheatCodes.create(config.l1RpcUrls, aztecNode, dateProvider);
|
|
404
408
|
if (opts.aztecTargetCommitteeSize && opts.aztecTargetCommitteeSize > 0 || opts.initialValidators && opts.initialValidators.length > 0) {
|
|
405
409
|
// We need to advance such that the committee is set up.
|
|
406
|
-
await cheatCodes.rollup.advanceToEpoch(await cheatCodes.rollup.getEpoch() + BigInt(config.
|
|
410
|
+
await cheatCodes.rollup.advanceToEpoch(EpochNumber.fromBigInt(BigInt(await cheatCodes.rollup.getEpoch()) + BigInt(config.lagInEpochsForValidatorSet + 1)));
|
|
407
411
|
await cheatCodes.rollup.setupEpoch();
|
|
408
412
|
await cheatCodes.rollup.debugRollup();
|
|
409
413
|
}
|
|
@@ -481,7 +485,7 @@ export const setupL1Contracts = async (l1RpcUrls, account, logger, args = {}, ch
|
|
|
481
485
|
* @param accountsToDeploy - Which accounts to publicly deploy.
|
|
482
486
|
*/ export async function ensureAccountContractsPublished(wallet, accountsToDeploy) {
|
|
483
487
|
// We have to check whether the accounts are already deployed. This can happen if the test runs against
|
|
484
|
-
// the
|
|
488
|
+
// the local network and the test accounts exist
|
|
485
489
|
const accountsAndAddresses = await Promise.all(accountsToDeploy.map(async (address)=>{
|
|
486
490
|
return {
|
|
487
491
|
address,
|
|
@@ -561,10 +565,7 @@ export async function expectMappingDelta(initialValues, fn, inputs, expectedDiff
|
|
|
561
565
|
const instance = await getContractInstanceFromInstantiationParams(SponsoredFPCContract.artifact, {
|
|
562
566
|
salt: new Fr(SPONSORED_FPC_SALT)
|
|
563
567
|
});
|
|
564
|
-
await wallet.registerContract(
|
|
565
|
-
instance,
|
|
566
|
-
artifact: SponsoredFPCContract.artifact
|
|
567
|
-
});
|
|
568
|
+
await wallet.registerContract(instance, SponsoredFPCContract.artifact);
|
|
568
569
|
getLogger().info(`SponsoredFPC: ${instance.address}`);
|
|
569
570
|
return instance;
|
|
570
571
|
}
|
|
@@ -572,10 +573,7 @@ export async function expectMappingDelta(initialValues, fn, inputs, expectedDiff
|
|
|
572
573
|
* Registers the SponsoredFPC in this PXE instance
|
|
573
574
|
* @param wallet - The wallet
|
|
574
575
|
*/ export async function registerSponsoredFPC(wallet) {
|
|
575
|
-
await wallet.registerContract(
|
|
576
|
-
instance: await getSponsoredFPCInstance(),
|
|
577
|
-
artifact: SponsoredFPCContract.artifact
|
|
578
|
-
});
|
|
576
|
+
await wallet.registerContract(await getSponsoredFPCInstance(), SponsoredFPCContract.artifact);
|
|
579
577
|
}
|
|
580
578
|
export async function waitForProvenChain(node, targetBlock, timeoutSec = 60, intervalSec = 1) {
|
|
581
579
|
targetBlock ??= await node.getBlockNumber();
|
|
@@ -597,7 +595,8 @@ export function createAndSyncProverNode(proverNodePrivateKey, aztecNodeConfig, p
|
|
|
597
595
|
dataDirectory: proverNodeConfig.dataDirectory
|
|
598
596
|
};
|
|
599
597
|
const archiver = await createArchiver(archiverConfig, {
|
|
600
|
-
blobSinkClient
|
|
598
|
+
blobSinkClient,
|
|
599
|
+
dateProvider: proverNodeDeps.dateProvider
|
|
601
600
|
}, {
|
|
602
601
|
blockUntilSync: true
|
|
603
602
|
});
|
|
@@ -2,4 +2,4 @@ export declare function createWeb3SignerKeystore(dir: string, ...privateKeys: st
|
|
|
2
2
|
export declare function refreshWeb3Signer(url: string, ...expectedAddresses: string[]): Promise<void>;
|
|
3
3
|
export declare function getWeb3SignerTestKeystoreDir(): string;
|
|
4
4
|
export declare function getWeb3SignerUrl(): string;
|
|
5
|
-
//# sourceMappingURL=
|
|
5
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoid2ViM3NpZ25lci5kLnRzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vc3JjL2ZpeHR1cmVzL3dlYjNzaWduZXIudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBU0Esd0JBQXNCLHdCQUF3QixDQUFDLEdBQUcsRUFBRSxNQUFNLEVBQUUsR0FBRyxXQUFXLEVBQUUsTUFBTSxFQUFFLGlCQWNuRjtBQUVELHdCQUFzQixpQkFBaUIsQ0FBQyxHQUFHLEVBQUUsTUFBTSxFQUFFLEdBQUcsaUJBQWlCLEVBQUUsTUFBTSxFQUFFLGlCQW9CbEY7QUFFRCx3QkFBZ0IsNEJBQTRCLElBQUksTUFBTSxDQU9yRDtBQUVELHdCQUFnQixnQkFBZ0IsSUFBSSxNQUFNLENBTXpDIn0=
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { type TelemetryClient } from '@aztec/telemetry-client';
|
|
2
2
|
export declare function getEndToEndTestTelemetryClient(metricsPort?: number): TelemetryClient;
|
|
3
|
-
//# sourceMappingURL=
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoid2l0aF90ZWxlbWV0cnlfdXRpbHMuZC50cyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy9maXh0dXJlcy93aXRoX3RlbGVtZXRyeV91dGlscy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFDQSxPQUFPLEVBQ0wsS0FBSyxlQUFlLEVBSXJCLE1BQU0seUJBQXlCLENBQUM7QUFHakMsd0JBQWdCLDhCQUE4QixDQUFDLFdBQVcsQ0FBQyxFQUFFLE1BQU0sR0FBRyxlQUFlLENBTXBGIn0=
|
package/dest/index.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export * from './shared/index.js';
|
|
2
|
-
//# sourceMappingURL=
|
|
2
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguZC50cyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uL3NyYy9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFDQSxjQUFjLG1CQUFtQixDQUFDIn0=
|
|
@@ -38,4 +38,4 @@ export declare class AlertChecker {
|
|
|
38
38
|
export declare class AlertTriggeredError extends Error {
|
|
39
39
|
name: string;
|
|
40
40
|
}
|
|
41
|
-
//# sourceMappingURL=
|
|
41
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWxlcnRfY2hlY2tlci5kLnRzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vc3JjL3F1YWxpdHlfb2Zfc2VydmljZS9hbGVydF9jaGVja2VyLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sS0FBSyxFQUFFLE1BQU0sRUFBRSxNQUFNLHFCQUFxQixDQUFDO0FBS2xELE1BQU0sV0FBVyxXQUFXO0lBQzFCLEtBQUssRUFBRSxNQUFNLENBQUM7SUFDZCxJQUFJLEVBQUUsTUFBTSxDQUFDO0lBQ2IsS0FBSyxDQUFDLEVBQUUsTUFBTSxDQUFDO0lBQ2YsR0FBRyxDQUFDLEVBQUUsTUFBTSxDQUFDO0lBQ2IsSUFBSSxDQUFDLEVBQUUsTUFBTSxDQUFDO0lBQ2QsR0FBRyxFQUFFLE1BQU0sQ0FBQztJQUNaLE1BQU0sRUFBRSxNQUFNLENBQUMsTUFBTSxFQUFFLE1BQU0sQ0FBQyxDQUFDO0lBQy9CLFdBQVcsRUFBRSxNQUFNLENBQUMsTUFBTSxFQUFFLE1BQU0sQ0FBQyxDQUFDO0NBQ3JDO0FBRUQsTUFBTSxXQUFXLGtCQUFrQjtJQUNqQyxlQUFlLEVBQUUsTUFBTSxDQUFDO0lBQ3hCLGtCQUFrQixFQUFFLE1BQU0sQ0FBQztDQUM1QjtBQVFELHFCQUFhLFlBQVk7SUFDdkIsT0FBTyxDQUFDLE1BQU0sQ0FBcUI7SUFDbkMsT0FBTyxDQUFDLE1BQU0sQ0FBUztJQUV2QixZQUFZLE1BQU0sRUFBRSxNQUFNLEVBQUUsTUFBTSxHQUFFLE9BQU8sQ0FBQyxrQkFBa0IsQ0FBTSxFQUduRTtJQUVEOzs7T0FHRztJQUNILE9BQU8sQ0FBQyxnQkFBZ0I7WUFNVixZQUFZO1lBcUNaLFdBQVc7SUFxQnpCOzs7T0FHRztJQUNVLGFBQWEsQ0FBQyxNQUFNLEVBQUUsV0FBVyxFQUFFLEdBQUcsT0FBTyxDQUFDLElBQUksQ0FBQyxDQVEvRDtJQUVEOzs7T0FHRztJQUNVLHlCQUF5QixDQUFDLFFBQVEsRUFBRSxNQUFNLEdBQUcsT0FBTyxDQUFDLElBQUksQ0FBQyxDQUd0RTtDQUNGO0FBRUQscUJBQWEsbUJBQW9CLFNBQVEsS0FBSztJQUNuQyxJQUFJLFNBQXlCO0NBQ3ZDIn0=
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"alert_checker.d.ts","sourceRoot":"","sources":["../../src/quality_of_service/alert_checker.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,qBAAqB,CAAC;AAKlD,MAAM,WAAW,WAAW;IAC1B,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,GAAG,EAAE,MAAM,CAAC;IACZ,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IAC/B,WAAW,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;CACrC;AAED,MAAM,WAAW,kBAAkB;IACjC,eAAe,EAAE,MAAM,CAAC;IACxB,kBAAkB,EAAE,MAAM,CAAC;CAC5B;AAQD,qBAAa,YAAY;IACvB,OAAO,CAAC,MAAM,CAAqB;IACnC,OAAO,CAAC,MAAM,CAAS;
|
|
1
|
+
{"version":3,"file":"alert_checker.d.ts","sourceRoot":"","sources":["../../src/quality_of_service/alert_checker.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,qBAAqB,CAAC;AAKlD,MAAM,WAAW,WAAW;IAC1B,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,GAAG,EAAE,MAAM,CAAC;IACZ,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IAC/B,WAAW,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;CACrC;AAED,MAAM,WAAW,kBAAkB;IACjC,eAAe,EAAE,MAAM,CAAC;IACxB,kBAAkB,EAAE,MAAM,CAAC;CAC5B;AAQD,qBAAa,YAAY;IACvB,OAAO,CAAC,MAAM,CAAqB;IACnC,OAAO,CAAC,MAAM,CAAS;IAEvB,YAAY,MAAM,EAAE,MAAM,EAAE,MAAM,GAAE,OAAO,CAAC,kBAAkB,CAAM,EAGnE;IAED;;;OAGG;IACH,OAAO,CAAC,gBAAgB;YAMV,YAAY;YAqCZ,WAAW;IAqBzB;;;OAGG;IACU,aAAa,CAAC,MAAM,EAAE,WAAW,EAAE,GAAG,OAAO,CAAC,IAAI,CAAC,CAQ/D;IAED;;;OAGG;IACU,yBAAyB,CAAC,QAAQ,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC,CAGtE;CACF;AAED,qBAAa,mBAAoB,SAAQ,KAAK;IACnC,IAAI,SAAyB;CACvC"}
|