@aztec/end-to-end 3.0.0-canary.a9708bd → 3.0.0-devnet.20251212
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 +4 -3
- package/dest/bench/client_flows/benchmark.d.ts.map +1 -1
- package/dest/bench/client_flows/benchmark.js +2 -2
- package/dest/bench/client_flows/client_flows_benchmark.d.ts +25 -14
- package/dest/bench/client_flows/client_flows_benchmark.d.ts.map +1 -1
- package/dest/bench/client_flows/client_flows_benchmark.js +111 -90
- 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 +8 -30
- package/dest/bench/utils.d.ts +4 -13
- package/dest/bench/utils.d.ts.map +1 -1
- package/dest/bench/utils.js +10 -34
- package/dest/e2e_blacklist_token_contract/blacklist_token_contract_test.d.ts +8 -8
- 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 +42 -42
- package/dest/e2e_cross_chain_messaging/cross_chain_messaging_test.d.ts +12 -9
- 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 +35 -35
- package/dest/e2e_deploy_contract/deploy_test.d.ts +12 -6
- package/dest/e2e_deploy_contract/deploy_test.d.ts.map +1 -1
- package/dest/e2e_deploy_contract/deploy_test.js +9 -18
- package/dest/e2e_epochs/epochs_test.d.ts +19 -12
- package/dest/e2e_epochs/epochs_test.d.ts.map +1 -1
- package/dest/e2e_epochs/epochs_test.js +30 -22
- package/dest/e2e_fees/bridging_race.notest.d.ts +1 -1
- package/dest/e2e_fees/bridging_race.notest.js +14 -11
- package/dest/e2e_fees/fees_test.d.ts +10 -8
- package/dest/e2e_fees/fees_test.d.ts.map +1 -1
- package/dest/e2e_fees/fees_test.js +35 -38
- package/dest/e2e_l1_publisher/write_json.d.ts +4 -2
- package/dest/e2e_l1_publisher/write_json.d.ts.map +1 -1
- package/dest/e2e_l1_publisher/write_json.js +9 -8
- package/dest/e2e_multi_validator/utils.d.ts +2 -2
- package/dest/e2e_multi_validator/utils.d.ts.map +1 -1
- package/dest/e2e_multi_validator/utils.js +4 -10
- package/dest/e2e_nested_contract/nested_contract_test.d.ts +7 -4
- package/dest/e2e_nested_contract/nested_contract_test.d.ts.map +1 -1
- package/dest/e2e_nested_contract/nested_contract_test.js +11 -12
- package/dest/e2e_p2p/inactivity_slash_test.d.ts +31 -0
- package/dest/e2e_p2p/inactivity_slash_test.d.ts.map +1 -0
- package/dest/e2e_p2p/inactivity_slash_test.js +139 -0
- package/dest/e2e_p2p/p2p_network.d.ts +238 -17
- package/dest/e2e_p2p/p2p_network.d.ts.map +1 -1
- package/dest/e2e_p2p/p2p_network.js +46 -19
- package/dest/e2e_p2p/shared.d.ts +16 -17
- package/dest/e2e_p2p/shared.d.ts.map +1 -1
- package/dest/e2e_p2p/shared.js +56 -55
- package/dest/e2e_token_contract/token_contract_test.d.ts +6 -5
- package/dest/e2e_token_contract/token_contract_test.d.ts.map +1 -1
- package/dest/e2e_token_contract/token_contract_test.js +14 -17
- package/dest/fixtures/e2e_prover_test.d.ts +12 -8
- package/dest/fixtures/e2e_prover_test.d.ts.map +1 -1
- package/dest/fixtures/e2e_prover_test.js +53 -58
- package/dest/fixtures/fixtures.d.ts +1 -1
- package/dest/fixtures/fixtures.d.ts.map +1 -1
- package/dest/fixtures/fixtures.js +1 -1
- package/dest/fixtures/get_acvm_config.d.ts +2 -2
- package/dest/fixtures/get_acvm_config.d.ts.map +1 -1
- package/dest/fixtures/get_acvm_config.js +1 -1
- package/dest/fixtures/get_bb_config.d.ts +2 -2
- package/dest/fixtures/get_bb_config.d.ts.map +1 -1
- package/dest/fixtures/get_bb_config.js +2 -2
- package/dest/fixtures/index.d.ts +1 -1
- package/dest/fixtures/l1_to_l2_messaging.d.ts +4 -3
- package/dest/fixtures/l1_to_l2_messaging.d.ts.map +1 -1
- package/dest/fixtures/l1_to_l2_messaging.js +2 -2
- package/dest/fixtures/logging.d.ts +1 -1
- package/dest/fixtures/setup_l1_contracts.d.ts +476 -5
- package/dest/fixtures/setup_l1_contracts.d.ts.map +1 -1
- package/dest/fixtures/setup_l1_contracts.js +3 -3
- package/dest/fixtures/setup_p2p_test.d.ts +12 -11
- package/dest/fixtures/setup_p2p_test.d.ts.map +1 -1
- package/dest/fixtures/setup_p2p_test.js +50 -24
- package/dest/fixtures/snapshot_manager.d.ts +13 -10
- package/dest/fixtures/snapshot_manager.d.ts.map +1 -1
- package/dest/fixtures/snapshot_manager.js +66 -51
- package/dest/fixtures/token_utils.d.ts +10 -5
- package/dest/fixtures/token_utils.d.ts.map +1 -1
- package/dest/fixtures/token_utils.js +17 -18
- package/dest/fixtures/utils.d.ts +479 -35
- package/dest/fixtures/utils.d.ts.map +1 -1
- package/dest/fixtures/utils.js +106 -125
- package/dest/fixtures/web3signer.d.ts +5 -0
- package/dest/fixtures/web3signer.d.ts.map +1 -0
- package/dest/fixtures/web3signer.js +53 -0
- package/dest/fixtures/with_telemetry_utils.d.ts +2 -2
- package/dest/fixtures/with_telemetry_utils.d.ts.map +1 -1
- package/dest/fixtures/with_telemetry_utils.js +2 -2
- package/dest/index.d.ts +1 -1
- package/dest/quality_of_service/alert_checker.d.ts +2 -2
- package/dest/quality_of_service/alert_checker.d.ts.map +1 -1
- package/dest/shared/cross_chain_test_harness.d.ts +20 -23
- package/dest/shared/cross_chain_test_harness.d.ts.map +1 -1
- package/dest/shared/cross_chain_test_harness.js +14 -16
- package/dest/shared/gas_portal_test_harness.d.ts +10 -17
- package/dest/shared/gas_portal_test_harness.d.ts.map +1 -1
- package/dest/shared/gas_portal_test_harness.js +11 -8
- package/dest/shared/index.d.ts +1 -1
- package/dest/shared/jest_setup.d.ts +1 -1
- package/dest/shared/jest_setup.js +1 -1
- package/dest/shared/submit-transactions.d.ts +6 -4
- package/dest/shared/submit-transactions.d.ts.map +1 -1
- package/dest/shared/submit-transactions.js +8 -7
- package/dest/shared/uniswap_l1_l2.d.ts +12 -8
- package/dest/shared/uniswap_l1_l2.d.ts.map +1 -1
- package/dest/shared/uniswap_l1_l2.js +44 -58
- package/dest/simulators/index.d.ts +1 -1
- package/dest/simulators/lending_simulator.d.ts +4 -7
- package/dest/simulators/lending_simulator.d.ts.map +1 -1
- package/dest/simulators/lending_simulator.js +8 -5
- package/dest/simulators/token_simulator.d.ts +4 -2
- package/dest/simulators/token_simulator.d.ts.map +1 -1
- package/dest/simulators/token_simulator.js +2 -2
- package/dest/spartan/setup_test_wallets.d.ts +22 -14
- package/dest/spartan/setup_test_wallets.d.ts.map +1 -1
- package/dest/spartan/setup_test_wallets.js +144 -86
- package/dest/spartan/tx_metrics.d.ts +39 -0
- package/dest/spartan/tx_metrics.d.ts.map +1 -0
- package/dest/spartan/tx_metrics.js +95 -0
- package/dest/spartan/utils.d.ts +92 -17
- package/dest/spartan/utils.d.ts.map +1 -1
- package/dest/spartan/utils.js +386 -63
- package/package.json +43 -40
- package/src/bench/client_flows/benchmark.ts +8 -8
- package/src/bench/client_flows/client_flows_benchmark.ts +141 -114
- package/src/bench/client_flows/data_extractor.ts +9 -31
- package/src/bench/utils.ts +9 -37
- package/src/e2e_blacklist_token_contract/blacklist_token_contract_test.ts +46 -63
- package/src/e2e_cross_chain_messaging/cross_chain_messaging_test.ts +38 -51
- package/src/e2e_deploy_contract/deploy_test.ts +18 -36
- package/src/e2e_epochs/epochs_test.ts +41 -35
- package/src/e2e_fees/bridging_race.notest.ts +16 -11
- package/src/e2e_fees/fees_test.ts +42 -47
- package/src/e2e_l1_publisher/write_json.ts +12 -9
- package/src/e2e_multi_validator/utils.ts +5 -11
- package/src/e2e_nested_contract/nested_contract_test.ts +15 -13
- package/src/e2e_p2p/inactivity_slash_test.ts +184 -0
- package/src/e2e_p2p/p2p_network.ts +124 -82
- package/src/e2e_p2p/shared.ts +66 -58
- package/src/e2e_token_contract/token_contract_test.ts +17 -17
- package/src/fixtures/e2e_prover_test.ts +60 -97
- package/src/fixtures/fixtures.ts +1 -2
- package/src/fixtures/get_acvm_config.ts +2 -2
- package/src/fixtures/get_bb_config.ts +3 -2
- package/src/fixtures/l1_to_l2_messaging.ts +4 -2
- package/src/fixtures/setup_l1_contracts.ts +5 -4
- package/src/fixtures/setup_p2p_test.ts +79 -32
- package/src/fixtures/snapshot_manager.ts +87 -82
- package/src/fixtures/token_utils.ts +16 -24
- package/src/fixtures/utils.ts +142 -172
- package/src/fixtures/web3signer.ts +63 -0
- package/src/fixtures/with_telemetry_utils.ts +2 -2
- package/src/guides/up_quick_start.sh +3 -11
- package/src/quality_of_service/alert_checker.ts +1 -1
- package/src/shared/cross_chain_test_harness.ts +23 -31
- package/src/shared/gas_portal_test_harness.ts +14 -21
- package/src/shared/jest_setup.ts +1 -1
- package/src/shared/submit-transactions.ts +12 -8
- package/src/shared/uniswap_l1_l2.ts +77 -86
- package/src/simulators/lending_simulator.ts +9 -6
- package/src/simulators/token_simulator.ts +5 -2
- package/src/spartan/DEVELOP.md +15 -3
- package/src/spartan/setup_test_wallets.ts +171 -127
- package/src/spartan/tx_metrics.ts +130 -0
- package/src/spartan/utils.ts +463 -64
package/dest/fixtures/utils.d.ts
CHANGED
|
@@ -1,40 +1,491 @@
|
|
|
1
1
|
import { type InitialAccountData } from '@aztec/accounts/testing';
|
|
2
2
|
import { type AztecNodeConfig } from '@aztec/aztec-node';
|
|
3
|
-
import {
|
|
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';
|
|
4
8
|
import { AnvilTestWatcher, CheatCodes } from '@aztec/aztec/testing';
|
|
5
9
|
import { type BlobSinkServer } from '@aztec/blob-sink/server';
|
|
6
|
-
import { type DeployL1ContractsArgs, type DeployL1ContractsReturnType, type Operator } from '@aztec/ethereum';
|
|
10
|
+
import { type DeployL1ContractsArgs, type DeployL1ContractsReturnType, type Operator } from '@aztec/ethereum/deploy-l1-contracts';
|
|
7
11
|
import { EthCheatCodes, startAnvil } from '@aztec/ethereum/test';
|
|
12
|
+
import { BlockNumber } from '@aztec/foundation/branded-types';
|
|
8
13
|
import { SecretValue } from '@aztec/foundation/config';
|
|
9
|
-
import { Fr } from '@aztec/foundation/
|
|
14
|
+
import { Fr } from '@aztec/foundation/curves/bn254';
|
|
10
15
|
import { TestDateProvider } from '@aztec/foundation/timer';
|
|
11
16
|
import type { DataStoreConfig } from '@aztec/kv-store/config';
|
|
12
17
|
import { MockGossipSubNetwork } from '@aztec/p2p/test-helpers';
|
|
13
18
|
import { type ProverNode, type ProverNodeConfig, type ProverNodeDeps } from '@aztec/prover-node';
|
|
14
|
-
import { type
|
|
19
|
+
import { type PXEConfig } from '@aztec/pxe/server';
|
|
15
20
|
import type { SequencerClient } from '@aztec/sequencer-client';
|
|
16
21
|
import { type ContractInstanceWithAddress } from '@aztec/stdlib/contract';
|
|
17
22
|
import type { AztecNodeAdmin } from '@aztec/stdlib/interfaces/client';
|
|
18
23
|
import type { PublicDataTreeLeaf } from '@aztec/stdlib/trees';
|
|
19
24
|
import { type TelemetryClient, type TelemetryClientConfig } from '@aztec/telemetry-client';
|
|
20
|
-
import {
|
|
25
|
+
import { TestWallet } from '@aztec/test-wallet/server';
|
|
26
|
+
import { type Chain } from 'viem';
|
|
21
27
|
export { deployAndInitializeTokenAndBridgeContracts } from '../shared/cross_chain_test_harness.js';
|
|
22
28
|
export { startAnvil };
|
|
23
|
-
export declare const getPrivateKeyFromIndex: (index: number) => Buffer | null;
|
|
24
|
-
export declare const setupL1Contracts: (l1RpcUrls: string[], account:
|
|
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>;
|
|
25
476
|
/**
|
|
26
|
-
* Sets up Private eXecution Environment (PXE).
|
|
477
|
+
* Sets up Private eXecution Environment (PXE) and returns the corresponding test wallet.
|
|
27
478
|
* @param aztecNode - An instance of Aztec Node.
|
|
28
|
-
* @param opts - Partial configuration for the PXE
|
|
479
|
+
* @param opts - Partial configuration for the PXE.
|
|
29
480
|
* @param logger - The logger to be used.
|
|
30
481
|
* @param useLogSuffix - Whether to add a randomly generated suffix to the PXE debug logs.
|
|
31
|
-
* @returns
|
|
482
|
+
* @returns A test wallet, logger and teardown function.
|
|
32
483
|
*/
|
|
33
|
-
export declare function
|
|
484
|
+
export declare function setupPXEAndGetWallet(aztecNode: AztecNode, opts?: Partial<PXEConfig>, logger?: Logger, useLogSuffix?: boolean): Promise<{
|
|
34
485
|
/**
|
|
35
|
-
* The
|
|
486
|
+
* The wallet instance.
|
|
36
487
|
*/
|
|
37
|
-
|
|
488
|
+
wallet: TestWallet;
|
|
38
489
|
/**
|
|
39
490
|
* Logger instance named as the current test.
|
|
40
491
|
*/
|
|
@@ -105,18 +556,15 @@ export type EndToEndContext = {
|
|
|
105
556
|
proverNode: ProverNode | undefined;
|
|
106
557
|
/** A client to the sequencer service (undefined if connected to remote environment) */
|
|
107
558
|
sequencer: SequencerClient | undefined;
|
|
108
|
-
/** The Private eXecution Environment (PXE). */
|
|
109
|
-
pxe: PXE;
|
|
110
559
|
/** Return values from deployL1Contracts function. */
|
|
111
560
|
deployL1ContractsValues: DeployL1ContractsReturnType;
|
|
112
561
|
/** The Aztec Node configuration. */
|
|
113
562
|
config: AztecNodeConfig;
|
|
114
563
|
/** The data for the initial funded accounts. */
|
|
115
564
|
initialFundedAccounts: InitialAccountData[];
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
/** The accounts to be used. */
|
|
565
|
+
/** The wallet to be used. */
|
|
566
|
+
wallet: TestWallet;
|
|
567
|
+
/** The wallets to be used. */
|
|
120
568
|
accounts: AztecAddress[];
|
|
121
569
|
/** Logger instance named as the current test. */
|
|
122
570
|
logger: Logger;
|
|
@@ -145,20 +593,14 @@ export type EndToEndContext = {
|
|
|
145
593
|
* @param opts - Options to pass to the node initialization and to the setup script.
|
|
146
594
|
* @param pxeOpts - Options to pass to the PXE initialization.
|
|
147
595
|
*/
|
|
148
|
-
export declare function setup(numberOfAccounts?: number, opts?: SetupOptions, pxeOpts?: Partial<
|
|
596
|
+
export declare function setup(numberOfAccounts?: number, opts?: SetupOptions, pxeOpts?: Partial<PXEConfig>, chain?: Chain): Promise<EndToEndContext>;
|
|
149
597
|
/**
|
|
150
598
|
* Registers the contract class used for test accounts and publicly deploys the instances requested.
|
|
151
599
|
* Use this when you need to make a public call to an account contract, such as for requesting a public authwit.
|
|
152
600
|
* @param sender - Wallet to send the deployment tx.
|
|
153
601
|
* @param accountsToDeploy - Which accounts to publicly deploy.
|
|
154
602
|
*/
|
|
155
|
-
export declare function ensureAccountContractsPublished(
|
|
156
|
-
/**
|
|
157
|
-
* Sets the timestamp of the next block.
|
|
158
|
-
* @param rpcUrl - rpc url of the blockchain instance to connect to
|
|
159
|
-
* @param timestamp - the timestamp for the next block
|
|
160
|
-
*/
|
|
161
|
-
export declare function setNextBlockTimestamp(rpcUrl: string, timestamp: number): Promise<void>;
|
|
603
|
+
export declare function ensureAccountContractsPublished(wallet: Wallet, accountsToDeploy: AztecAddress[]): Promise<void>;
|
|
162
604
|
/**
|
|
163
605
|
* Returns a logger instance for the current test.
|
|
164
606
|
* @returns a logger instance for the current test.
|
|
@@ -171,13 +613,13 @@ export declare function getBalancesFn(symbol: string, method: ContractMethod, fr
|
|
|
171
613
|
export declare function expectMapping<K, V>(fn: (...k: K[]) => Promise<V[]>, inputs: K[], expectedOutputs: V[]): Promise<void>;
|
|
172
614
|
export declare function expectMappingDelta<K, V extends number | bigint>(initialValues: V[], fn: (...k: K[]) => Promise<V[]>, inputs: K[], expectedDiffs: V[]): Promise<void>;
|
|
173
615
|
/**
|
|
174
|
-
* Computes the address of the "canonical"
|
|
616
|
+
* Computes the address of the "canonical" SponsoredFPCContract. This is not a protocol contract
|
|
175
617
|
* but by conventions its address is computed with a salt of 0.
|
|
176
618
|
* @returns The address of the sponsored FPC contract
|
|
177
619
|
*/
|
|
178
620
|
export declare function getSponsoredFPCInstance(): Promise<ContractInstanceWithAddress>;
|
|
179
621
|
/**
|
|
180
|
-
* Computes the address of the "canonical"
|
|
622
|
+
* Computes the address of the "canonical" SponsoredFPCContract. This is not a protocol contract
|
|
181
623
|
* but by conventions its address is computed with a salt of 0.
|
|
182
624
|
* @returns The address of the sponsored FPC contract
|
|
183
625
|
*/
|
|
@@ -185,12 +627,14 @@ export declare function getSponsoredFPCAddress(): Promise<AztecAddress>;
|
|
|
185
627
|
/**
|
|
186
628
|
* Deploy a sponsored FPC contract to a running instance.
|
|
187
629
|
*/
|
|
188
|
-
export declare function setupSponsoredFPC(
|
|
630
|
+
export declare function setupSponsoredFPC(wallet: Wallet): Promise<ContractInstanceWithAddress>;
|
|
189
631
|
/**
|
|
190
632
|
* Registers the SponsoredFPC in this PXE instance
|
|
191
|
-
* @param
|
|
633
|
+
* @param wallet - The wallet
|
|
192
634
|
*/
|
|
193
|
-
export declare function registerSponsoredFPC(
|
|
194
|
-
export declare function waitForProvenChain(node: AztecNode, targetBlock?:
|
|
195
|
-
export declare function createAndSyncProverNode(proverNodePrivateKey: `0x${string}`, aztecNodeConfig: AztecNodeConfig, proverNodeConfig: Partial<ProverNodeConfig> & Pick<DataStoreConfig, 'dataDirectory'
|
|
196
|
-
|
|
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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidXRpbHMuZC50cyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy9maXh0dXJlcy91dGlscy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFDQSxPQUFPLEVBQUUsS0FBSyxrQkFBa0IsRUFBdUQsTUFBTSx5QkFBeUIsQ0FBQztBQUV2SCxPQUFPLEVBQUUsS0FBSyxlQUFlLEVBQXNDLE1BQU0sbUJBQW1CLENBQUM7QUFDN0YsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLDJCQUEyQixDQUFDO0FBQ3pELE9BQU8sRUFBYSxLQUFLLGNBQWMsRUFBRSxNQUFNLDJCQUEyQixDQUFDO0FBRTNFLE9BQU8sRUFBRSxLQUFLLE1BQU0sRUFBZ0IsTUFBTSxxQkFBcUIsQ0FBQztBQUNoRSxPQUFPLEVBQUUsS0FBSyxTQUFTLEVBQXNDLE1BQU0sc0JBQXNCLENBQUM7QUFDMUYsT0FBTyxLQUFLLEVBQUUsTUFBTSxFQUFFLE1BQU0sd0JBQXdCLENBQUM7QUFDckQsT0FBTyxFQUFFLGdCQUFnQixFQUFFLFVBQVUsRUFBRSxNQUFNLHNCQUFzQixDQUFDO0FBRXBFLE9BQU8sRUFBRSxLQUFLLGNBQWMsRUFBd0IsTUFBTSx5QkFBeUIsQ0FBQztBQU9wRixPQUFPLEVBQ0wsS0FBSyxxQkFBcUIsRUFDMUIsS0FBSywyQkFBMkIsRUFDaEMsS0FBSyxRQUFRLEVBRWQsTUFBTSxxQ0FBcUMsQ0FBQztBQUU3QyxPQUFPLEVBRUwsYUFBYSxFQUdiLFVBQVUsRUFDWCxNQUFNLHNCQUFzQixDQUFDO0FBQzlCLE9BQU8sRUFBRSxXQUFXLEVBQWUsTUFBTSxpQ0FBaUMsQ0FBQztBQUMzRSxPQUFPLEVBQUUsV0FBVyxFQUFFLE1BQU0sMEJBQTBCLENBQUM7QUFFdkQsT0FBTyxFQUFFLEVBQUUsRUFBRSxNQUFNLGdDQUFnQyxDQUFDO0FBTXBELE9BQU8sRUFBZ0IsZ0JBQWdCLEVBQUUsTUFBTSx5QkFBeUIsQ0FBQztBQUN6RSxPQUFPLEtBQUssRUFBRSxlQUFlLEVBQUUsTUFB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
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../src/fixtures/utils.ts"],"names":[],"mappings":"AACA,OAAO,
|
|
1
|
+
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../src/fixtures/utils.ts"],"names":[],"mappings":"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"}
|