@aztec/end-to-end 0.0.0-test.0 → 0.0.1-commit.023c3e5
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 +62 -0
- package/dest/bench/client_flows/benchmark.d.ts.map +1 -0
- package/dest/bench/client_flows/benchmark.js +281 -0
- package/dest/bench/client_flows/client_flows_benchmark.d.ts +79 -0
- package/dest/bench/client_flows/client_flows_benchmark.d.ts.map +1 -0
- package/dest/bench/client_flows/client_flows_benchmark.js +321 -0
- package/dest/bench/client_flows/config.d.ts +14 -0
- package/dest/bench/client_flows/config.d.ts.map +1 -0
- package/dest/bench/client_flows/config.js +106 -0
- package/dest/bench/client_flows/data_extractor.d.ts +2 -0
- package/dest/bench/client_flows/data_extractor.d.ts.map +1 -0
- package/dest/bench/client_flows/data_extractor.js +79 -0
- package/dest/bench/utils.d.ts +16 -41
- package/dest/bench/utils.d.ts.map +1 -1
- package/dest/bench/utils.js +41 -72
- package/dest/e2e_blacklist_token_contract/blacklist_token_contract_test.d.ts +26 -19
- 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 +114 -102
- package/dest/e2e_cross_chain_messaging/cross_chain_messaging_test.d.ts +32 -32
- 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 +104 -104
- package/dest/e2e_deploy_contract/deploy_test.d.ts +19 -10
- package/dest/e2e_deploy_contract/deploy_test.d.ts.map +1 -1
- package/dest/e2e_deploy_contract/deploy_test.js +26 -27
- package/dest/e2e_epochs/epochs_test.d.ts +71 -22
- package/dest/e2e_epochs/epochs_test.d.ts.map +1 -1
- package/dest/e2e_epochs/epochs_test.js +260 -54
- package/dest/e2e_fees/bridging_race.notest.d.ts +2 -0
- package/dest/e2e_fees/bridging_race.notest.d.ts.map +1 -0
- package/dest/e2e_fees/bridging_race.notest.js +61 -0
- package/dest/e2e_fees/fees_test.d.ts +38 -23
- package/dest/e2e_fees/fees_test.d.ts.map +1 -1
- package/dest/e2e_fees/fees_test.js +162 -183
- package/dest/e2e_l1_publisher/write_json.d.ts +11 -0
- package/dest/e2e_l1_publisher/write_json.d.ts.map +1 -0
- package/dest/e2e_l1_publisher/write_json.js +56 -0
- package/dest/e2e_multi_validator/utils.d.ts +12 -0
- package/dest/e2e_multi_validator/utils.d.ts.map +1 -0
- package/dest/e2e_multi_validator/utils.js +214 -0
- package/dest/e2e_nested_contract/nested_contract_test.d.ts +15 -15
- package/dest/e2e_nested_contract/nested_contract_test.d.ts.map +1 -1
- package/dest/e2e_nested_contract/nested_contract_test.js +37 -41
- 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 +136 -0
- package/dest/e2e_p2p/p2p_network.d.ts +281 -27
- package/dest/e2e_p2p/p2p_network.d.ts.map +1 -1
- package/dest/e2e_p2p/p2p_network.js +237 -175
- package/dest/e2e_p2p/reqresp/utils.d.ts +22 -0
- package/dest/e2e_p2p/reqresp/utils.d.ts.map +1 -0
- package/dest/e2e_p2p/reqresp/utils.js +153 -0
- package/dest/e2e_p2p/shared.d.ts +44 -8
- package/dest/e2e_p2p/shared.d.ts.map +1 -1
- package/dest/e2e_p2p/shared.js +165 -27
- package/dest/e2e_token_contract/token_contract_test.d.ts +27 -14
- package/dest/e2e_token_contract/token_contract_test.d.ts.map +1 -1
- package/dest/e2e_token_contract/token_contract_test.js +96 -74
- package/dest/fixtures/e2e_prover_test.d.ts +55 -0
- package/dest/fixtures/e2e_prover_test.d.ts.map +1 -0
- package/dest/fixtures/e2e_prover_test.js +278 -0
- package/dest/fixtures/fixtures.d.ts +6 -8
- package/dest/fixtures/fixtures.d.ts.map +1 -1
- package/dest/fixtures/fixtures.js +5 -5
- 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 +3 -15
- 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 +10 -17
- package/dest/fixtures/index.d.ts +1 -1
- package/dest/fixtures/l1_to_l2_messaging.d.ts +11 -7
- package/dest/fixtures/l1_to_l2_messaging.d.ts.map +1 -1
- package/dest/fixtures/l1_to_l2_messaging.js +45 -19
- package/dest/fixtures/logging.d.ts +1 -1
- package/dest/fixtures/setup.d.ts +218 -0
- package/dest/fixtures/setup.d.ts.map +1 -0
- package/dest/fixtures/setup.js +695 -0
- package/dest/fixtures/setup_p2p_test.d.ts +15 -15
- package/dest/fixtures/setup_p2p_test.d.ts.map +1 -1
- package/dest/fixtures/setup_p2p_test.js +96 -31
- package/dest/fixtures/token_utils.d.ts +10 -4
- package/dest/fixtures/token_utils.d.ts.map +1 -1
- package/dest/fixtures/token_utils.js +31 -12
- package/dest/fixtures/utils.d.ts +5 -153
- package/dest/fixtures/utils.d.ts.map +1 -1
- package/dest/fixtures/utils.js +4 -552
- 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/grafana_client.d.ts +41 -0
- package/dest/quality_of_service/grafana_client.d.ts.map +1 -0
- package/dest/quality_of_service/{alert_checker.js → grafana_client.js} +1 -1
- package/dest/quality_of_service/prometheus_client.d.ts +38 -0
- package/dest/quality_of_service/prometheus_client.d.ts.map +1 -0
- package/dest/quality_of_service/prometheus_client.js +67 -0
- package/dest/shared/cross_chain_test_harness.d.ts +44 -27
- package/dest/shared/cross_chain_test_harness.d.ts.map +1 -1
- package/dest/shared/cross_chain_test_harness.js +105 -51
- package/dest/shared/gas_portal_test_harness.d.ts +33 -25
- package/dest/shared/gas_portal_test_harness.d.ts.map +1 -1
- package/dest/shared/gas_portal_test_harness.js +51 -30
- package/dest/shared/index.d.ts +2 -2
- package/dest/shared/index.d.ts.map +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 +15 -16
- package/dest/shared/uniswap_l1_l2.d.ts +3 -25
- package/dest/shared/uniswap_l1_l2.d.ts.map +1 -1
- package/dest/shared/uniswap_l1_l2.js +176 -126
- package/dest/simulators/index.d.ts +1 -1
- package/dest/simulators/lending_simulator.d.ts +7 -7
- package/dest/simulators/lending_simulator.d.ts.map +1 -1
- package/dest/simulators/lending_simulator.js +17 -18
- package/dest/simulators/token_simulator.d.ts +6 -3
- package/dest/simulators/token_simulator.d.ts.map +1 -1
- package/dest/simulators/token_simulator.js +16 -13
- package/dest/spartan/setup_test_wallets.d.ts +27 -11
- package/dest/spartan/setup_test_wallets.d.ts.map +1 -1
- package/dest/spartan/setup_test_wallets.js +233 -62
- package/dest/spartan/tx_metrics.d.ts +88 -0
- package/dest/spartan/tx_metrics.d.ts.map +1 -0
- package/dest/spartan/tx_metrics.js +422 -0
- package/dest/spartan/utils/bot.d.ts +27 -0
- package/dest/spartan/utils/bot.d.ts.map +1 -0
- package/dest/spartan/utils/bot.js +141 -0
- package/dest/spartan/utils/chaos.d.ts +79 -0
- package/dest/spartan/utils/chaos.d.ts.map +1 -0
- package/dest/spartan/utils/chaos.js +142 -0
- package/dest/spartan/utils/clients.d.ts +39 -0
- package/dest/spartan/utils/clients.d.ts.map +1 -0
- package/dest/spartan/utils/clients.js +90 -0
- package/dest/spartan/utils/config.d.ts +36 -0
- package/dest/spartan/utils/config.d.ts.map +1 -0
- package/dest/spartan/utils/config.js +20 -0
- package/dest/spartan/utils/health.d.ts +63 -0
- package/dest/spartan/utils/health.d.ts.map +1 -0
- package/dest/spartan/utils/health.js +202 -0
- package/dest/spartan/utils/helm.d.ts +15 -0
- package/dest/spartan/utils/helm.d.ts.map +1 -0
- package/dest/spartan/utils/helm.js +47 -0
- package/dest/spartan/utils/index.d.ts +9 -0
- package/dest/spartan/utils/index.d.ts.map +1 -0
- package/dest/spartan/utils/index.js +18 -0
- package/dest/spartan/utils/k8s.d.ts +126 -0
- package/dest/spartan/utils/k8s.d.ts.map +1 -0
- package/dest/spartan/utils/k8s.js +375 -0
- package/dest/spartan/utils/nodes.d.ts +41 -0
- package/dest/spartan/utils/nodes.d.ts.map +1 -0
- package/dest/spartan/utils/nodes.js +461 -0
- package/dest/spartan/utils/scripts.d.ts +16 -0
- package/dest/spartan/utils/scripts.d.ts.map +1 -0
- package/dest/spartan/utils/scripts.js +66 -0
- package/dest/spartan/utils.d.ts +2 -415
- package/dest/spartan/utils.d.ts.map +1 -1
- package/dest/spartan/utils.js +1 -445
- package/package.json +66 -58
- package/src/bench/client_flows/benchmark.ts +363 -0
- package/src/bench/client_flows/client_flows_benchmark.ts +384 -0
- package/src/bench/client_flows/config.ts +61 -0
- package/src/bench/client_flows/data_extractor.ts +89 -0
- package/src/bench/utils.ts +41 -85
- package/src/e2e_blacklist_token_contract/blacklist_token_contract_test.ts +134 -169
- package/src/e2e_cross_chain_messaging/cross_chain_messaging_test.ts +156 -182
- package/src/e2e_deploy_contract/deploy_test.ts +40 -48
- package/src/e2e_epochs/epochs_test.ts +341 -81
- package/src/e2e_fees/bridging_race.notest.ts +74 -0
- package/src/e2e_fees/fees_test.ts +220 -258
- package/src/e2e_l1_publisher/write_json.ts +77 -0
- package/src/e2e_multi_validator/utils.ts +258 -0
- package/src/e2e_nested_contract/nested_contract_test.ts +46 -59
- package/src/e2e_p2p/inactivity_slash_test.ts +179 -0
- package/src/e2e_p2p/p2p_network.ts +341 -234
- package/src/e2e_p2p/reqresp/utils.ts +207 -0
- package/src/e2e_p2p/shared.ts +260 -39
- package/src/e2e_token_contract/token_contract_test.ts +115 -126
- package/src/fixtures/dumps/epoch_proof_result.json +1 -1
- package/src/fixtures/e2e_prover_test.ts +336 -0
- package/src/fixtures/fixtures.ts +5 -7
- package/src/fixtures/get_acvm_config.ts +4 -12
- package/src/fixtures/get_bb_config.ts +18 -13
- package/src/fixtures/l1_to_l2_messaging.ts +56 -24
- package/src/fixtures/setup.ts +1017 -0
- package/src/fixtures/setup_p2p_test.ts +133 -50
- package/src/fixtures/token_utils.ts +33 -15
- package/src/fixtures/utils.ts +27 -820
- package/src/fixtures/web3signer.ts +63 -0
- package/src/fixtures/with_telemetry_utils.ts +2 -2
- package/src/guides/up_quick_start.sh +7 -15
- package/src/quality_of_service/{alert_checker.ts → grafana_client.ts} +2 -2
- package/src/quality_of_service/prometheus_client.ts +113 -0
- package/src/shared/cross_chain_test_harness.ts +103 -91
- package/src/shared/gas_portal_test_harness.ts +59 -50
- package/src/shared/index.ts +1 -1
- package/src/shared/jest_setup.ts +1 -1
- package/src/shared/submit-transactions.ts +18 -20
- package/src/shared/uniswap_l1_l2.ts +197 -221
- package/src/simulators/lending_simulator.ts +16 -17
- package/src/simulators/token_simulator.ts +21 -13
- package/src/spartan/DEVELOP.md +128 -0
- package/src/spartan/setup_test_wallets.ts +308 -95
- package/src/spartan/tx_metrics.ts +376 -0
- package/src/spartan/utils/bot.ts +185 -0
- package/src/spartan/utils/chaos.ts +253 -0
- package/src/spartan/utils/clients.ts +100 -0
- package/src/spartan/utils/config.ts +26 -0
- package/src/spartan/utils/health.ts +255 -0
- package/src/spartan/utils/helm.ts +84 -0
- package/src/spartan/utils/index.ts +64 -0
- package/src/spartan/utils/k8s.ts +527 -0
- package/src/spartan/utils/nodes.ts +538 -0
- package/src/spartan/utils/scripts.ts +63 -0
- package/src/spartan/utils.ts +1 -582
- package/dest/e2e_prover/e2e_prover_test.d.ts +0 -56
- package/dest/e2e_prover/e2e_prover_test.d.ts.map +0 -1
- package/dest/e2e_prover/e2e_prover_test.js +0 -291
- package/dest/fixtures/setup_l1_contracts.d.ts +0 -6
- package/dest/fixtures/setup_l1_contracts.d.ts.map +0 -1
- package/dest/fixtures/setup_l1_contracts.js +0 -17
- package/dest/fixtures/snapshot_manager.d.ts +0 -87
- package/dest/fixtures/snapshot_manager.d.ts.map +0 -1
- package/dest/fixtures/snapshot_manager.js +0 -479
- package/dest/quality_of_service/alert_checker.d.ts +0 -41
- package/dest/quality_of_service/alert_checker.d.ts.map +0 -1
- package/dest/sample-dapp/connect.js +0 -12
- package/dest/sample-dapp/contracts.js +0 -10
- package/dest/sample-dapp/deploy.js +0 -35
- package/dest/sample-dapp/index.js +0 -98
- package/src/e2e_prover/e2e_prover_test.ts +0 -418
- package/src/fixtures/setup_l1_contracts.ts +0 -27
- package/src/fixtures/snapshot_manager.ts +0 -617
- package/src/sample-dapp/connect.mjs +0 -16
- package/src/sample-dapp/contracts.mjs +0 -14
- package/src/sample-dapp/deploy.mjs +0 -40
- package/src/sample-dapp/index.mjs +0 -128
|
@@ -1,61 +1,315 @@
|
|
|
1
1
|
import type { InitialAccountData } from '@aztec/accounts/testing';
|
|
2
|
-
import type {
|
|
3
|
-
import
|
|
4
|
-
import {
|
|
2
|
+
import type { AztecNodeService } from '@aztec/aztec-node';
|
|
3
|
+
import { AztecAddress } from '@aztec/aztec.js/addresses';
|
|
4
|
+
import { type EmpireSlashingProposerContract, RollupContract, type TallySlashingProposerContract } from '@aztec/ethereum/contracts';
|
|
5
|
+
import type { Operator } from '@aztec/ethereum/deploy-aztec-l1-contracts';
|
|
6
|
+
import { ChainMonitor } from '@aztec/ethereum/test';
|
|
7
|
+
import type { ViemClient } from '@aztec/ethereum/types';
|
|
5
8
|
import { type Logger } from '@aztec/foundation/log';
|
|
6
|
-
import {
|
|
9
|
+
import { SlasherAbi } from '@aztec/l1-artifacts';
|
|
10
|
+
import { SpamContract } from '@aztec/noir-test-contracts.js/Spam';
|
|
7
11
|
import type { BootstrapNode } from '@aztec/p2p/bootstrap';
|
|
12
|
+
import { SlashFactoryContract } from '@aztec/stdlib/l1-contracts';
|
|
8
13
|
import type { PublicDataTreeLeaf } from '@aztec/stdlib/trees';
|
|
9
|
-
import {
|
|
14
|
+
import type { TestWallet } from '@aztec/test-wallet/server';
|
|
15
|
+
import { type GetContractReturnType } from 'viem';
|
|
16
|
+
import { type EndToEndContext, type SetupOptions } from '../fixtures/setup.js';
|
|
10
17
|
export declare const WAIT_FOR_TX_TIMEOUT: number;
|
|
11
|
-
export declare const
|
|
18
|
+
export declare const SHORTENED_BLOCK_TIME_CONFIG_NO_PRUNES: {
|
|
12
19
|
aztecSlotDuration: number;
|
|
13
20
|
ethereumSlotDuration: number;
|
|
21
|
+
aztecProofSubmissionWindow: number;
|
|
14
22
|
};
|
|
15
23
|
export declare class P2PNetworkTest {
|
|
24
|
+
readonly testName: string;
|
|
16
25
|
bootstrapNodeEnr: string;
|
|
17
26
|
bootNodePort: number;
|
|
18
|
-
|
|
27
|
+
numberOfValidators: number;
|
|
28
|
+
numberOfNodes: number;
|
|
19
29
|
private metricsPort?;
|
|
20
|
-
|
|
21
|
-
|
|
30
|
+
context: EndToEndContext;
|
|
31
|
+
baseAccountPrivateKey: `0x${string}`;
|
|
32
|
+
baseAccount: {
|
|
33
|
+
address: `0x${string}`;
|
|
34
|
+
nonceManager?: import("viem").NonceManager | undefined;
|
|
35
|
+
sign: (parameters: {
|
|
36
|
+
hash: `0x${string}`;
|
|
37
|
+
}) => Promise<`0x${string}`>;
|
|
38
|
+
signAuthorization: (parameters: import("viem").AuthorizationRequest) => Promise<import("viem/accounts").SignAuthorizationReturnType>;
|
|
39
|
+
signMessage: ({ message }: {
|
|
40
|
+
message: import("viem").SignableMessage;
|
|
41
|
+
}) => Promise<`0x${string}`>;
|
|
42
|
+
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?: {
|
|
43
|
+
serializer?: serializer | undefined;
|
|
44
|
+
} | undefined) => Promise<`0x${string}`>;
|
|
45
|
+
signTypedData: <const typedData extends Record<string, unknown> | {
|
|
46
|
+
[x: string]: readonly import("viem").TypedDataParameter[];
|
|
47
|
+
[x: `address[${string}]`]: undefined;
|
|
48
|
+
[x: `bool[${string}]`]: undefined;
|
|
49
|
+
[x: `bytes10[${string}]`]: undefined;
|
|
50
|
+
[x: `bytes11[${string}]`]: undefined;
|
|
51
|
+
[x: `bytes12[${string}]`]: undefined;
|
|
52
|
+
[x: `bytes13[${string}]`]: undefined;
|
|
53
|
+
[x: `bytes14[${string}]`]: undefined;
|
|
54
|
+
[x: `bytes15[${string}]`]: undefined;
|
|
55
|
+
[x: `bytes16[${string}]`]: undefined;
|
|
56
|
+
[x: `bytes17[${string}]`]: undefined;
|
|
57
|
+
[x: `bytes18[${string}]`]: undefined;
|
|
58
|
+
[x: `bytes19[${string}]`]: undefined;
|
|
59
|
+
[x: `bytes1[${string}]`]: undefined;
|
|
60
|
+
[x: `bytes20[${string}]`]: undefined;
|
|
61
|
+
[x: `bytes21[${string}]`]: undefined;
|
|
62
|
+
[x: `bytes22[${string}]`]: undefined;
|
|
63
|
+
[x: `bytes23[${string}]`]: undefined;
|
|
64
|
+
[x: `bytes24[${string}]`]: undefined;
|
|
65
|
+
[x: `bytes25[${string}]`]: undefined;
|
|
66
|
+
[x: `bytes26[${string}]`]: undefined;
|
|
67
|
+
[x: `bytes27[${string}]`]: undefined;
|
|
68
|
+
[x: `bytes28[${string}]`]: undefined;
|
|
69
|
+
[x: `bytes29[${string}]`]: undefined;
|
|
70
|
+
[x: `bytes2[${string}]`]: undefined;
|
|
71
|
+
[x: `bytes30[${string}]`]: undefined;
|
|
72
|
+
[x: `bytes31[${string}]`]: undefined;
|
|
73
|
+
[x: `bytes32[${string}]`]: undefined;
|
|
74
|
+
[x: `bytes3[${string}]`]: undefined;
|
|
75
|
+
[x: `bytes4[${string}]`]: undefined;
|
|
76
|
+
[x: `bytes5[${string}]`]: undefined;
|
|
77
|
+
[x: `bytes6[${string}]`]: undefined;
|
|
78
|
+
[x: `bytes7[${string}]`]: undefined;
|
|
79
|
+
[x: `bytes8[${string}]`]: undefined;
|
|
80
|
+
[x: `bytes9[${string}]`]: undefined;
|
|
81
|
+
[x: `bytes[${string}]`]: undefined;
|
|
82
|
+
[x: `function[${string}]`]: undefined;
|
|
83
|
+
[x: `int104[${string}]`]: undefined;
|
|
84
|
+
[x: `int112[${string}]`]: undefined;
|
|
85
|
+
[x: `int120[${string}]`]: undefined;
|
|
86
|
+
[x: `int128[${string}]`]: undefined;
|
|
87
|
+
[x: `int136[${string}]`]: undefined;
|
|
88
|
+
[x: `int144[${string}]`]: undefined;
|
|
89
|
+
[x: `int152[${string}]`]: undefined;
|
|
90
|
+
[x: `int160[${string}]`]: undefined;
|
|
91
|
+
[x: `int168[${string}]`]: undefined;
|
|
92
|
+
[x: `int16[${string}]`]: undefined;
|
|
93
|
+
[x: `int176[${string}]`]: undefined;
|
|
94
|
+
[x: `int184[${string}]`]: undefined;
|
|
95
|
+
[x: `int192[${string}]`]: undefined;
|
|
96
|
+
[x: `int200[${string}]`]: undefined;
|
|
97
|
+
[x: `int208[${string}]`]: undefined;
|
|
98
|
+
[x: `int216[${string}]`]: undefined;
|
|
99
|
+
[x: `int224[${string}]`]: undefined;
|
|
100
|
+
[x: `int232[${string}]`]: undefined;
|
|
101
|
+
[x: `int240[${string}]`]: undefined;
|
|
102
|
+
[x: `int248[${string}]`]: undefined;
|
|
103
|
+
[x: `int24[${string}]`]: undefined;
|
|
104
|
+
[x: `int256[${string}]`]: undefined;
|
|
105
|
+
[x: `int32[${string}]`]: undefined;
|
|
106
|
+
[x: `int40[${string}]`]: undefined;
|
|
107
|
+
[x: `int48[${string}]`]: undefined;
|
|
108
|
+
[x: `int56[${string}]`]: undefined;
|
|
109
|
+
[x: `int64[${string}]`]: undefined;
|
|
110
|
+
[x: `int72[${string}]`]: undefined;
|
|
111
|
+
[x: `int80[${string}]`]: undefined;
|
|
112
|
+
[x: `int88[${string}]`]: undefined;
|
|
113
|
+
[x: `int8[${string}]`]: undefined;
|
|
114
|
+
[x: `int96[${string}]`]: undefined;
|
|
115
|
+
[x: `int[${string}]`]: undefined;
|
|
116
|
+
[x: `string[${string}]`]: undefined;
|
|
117
|
+
[x: `uint104[${string}]`]: undefined;
|
|
118
|
+
[x: `uint112[${string}]`]: undefined;
|
|
119
|
+
[x: `uint120[${string}]`]: undefined;
|
|
120
|
+
[x: `uint128[${string}]`]: undefined;
|
|
121
|
+
[x: `uint136[${string}]`]: undefined;
|
|
122
|
+
[x: `uint144[${string}]`]: undefined;
|
|
123
|
+
[x: `uint152[${string}]`]: undefined;
|
|
124
|
+
[x: `uint160[${string}]`]: undefined;
|
|
125
|
+
[x: `uint168[${string}]`]: undefined;
|
|
126
|
+
[x: `uint16[${string}]`]: undefined;
|
|
127
|
+
[x: `uint176[${string}]`]: undefined;
|
|
128
|
+
[x: `uint184[${string}]`]: undefined;
|
|
129
|
+
[x: `uint192[${string}]`]: undefined;
|
|
130
|
+
[x: `uint200[${string}]`]: undefined;
|
|
131
|
+
[x: `uint208[${string}]`]: undefined;
|
|
132
|
+
[x: `uint216[${string}]`]: undefined;
|
|
133
|
+
[x: `uint224[${string}]`]: undefined;
|
|
134
|
+
[x: `uint232[${string}]`]: undefined;
|
|
135
|
+
[x: `uint240[${string}]`]: undefined;
|
|
136
|
+
[x: `uint248[${string}]`]: undefined;
|
|
137
|
+
[x: `uint24[${string}]`]: undefined;
|
|
138
|
+
[x: `uint256[${string}]`]: undefined;
|
|
139
|
+
[x: `uint32[${string}]`]: undefined;
|
|
140
|
+
[x: `uint40[${string}]`]: undefined;
|
|
141
|
+
[x: `uint48[${string}]`]: undefined;
|
|
142
|
+
[x: `uint56[${string}]`]: undefined;
|
|
143
|
+
[x: `uint64[${string}]`]: undefined;
|
|
144
|
+
[x: `uint72[${string}]`]: undefined;
|
|
145
|
+
[x: `uint80[${string}]`]: undefined;
|
|
146
|
+
[x: `uint88[${string}]`]: undefined;
|
|
147
|
+
[x: `uint8[${string}]`]: undefined;
|
|
148
|
+
[x: `uint96[${string}]`]: undefined;
|
|
149
|
+
[x: `uint[${string}]`]: undefined;
|
|
150
|
+
address?: undefined;
|
|
151
|
+
bool?: undefined;
|
|
152
|
+
bytes?: undefined;
|
|
153
|
+
bytes1?: undefined;
|
|
154
|
+
bytes10?: undefined;
|
|
155
|
+
bytes11?: undefined;
|
|
156
|
+
bytes12?: undefined;
|
|
157
|
+
bytes13?: undefined;
|
|
158
|
+
bytes14?: undefined;
|
|
159
|
+
bytes15?: undefined;
|
|
160
|
+
bytes16?: undefined;
|
|
161
|
+
bytes17?: undefined;
|
|
162
|
+
bytes18?: undefined;
|
|
163
|
+
bytes19?: undefined;
|
|
164
|
+
bytes2?: undefined;
|
|
165
|
+
bytes20?: undefined;
|
|
166
|
+
bytes21?: undefined;
|
|
167
|
+
bytes22?: undefined;
|
|
168
|
+
bytes23?: undefined;
|
|
169
|
+
bytes24?: undefined;
|
|
170
|
+
bytes25?: undefined;
|
|
171
|
+
bytes26?: undefined;
|
|
172
|
+
bytes27?: undefined;
|
|
173
|
+
bytes28?: undefined;
|
|
174
|
+
bytes29?: undefined;
|
|
175
|
+
bytes3?: undefined;
|
|
176
|
+
bytes30?: undefined;
|
|
177
|
+
bytes31?: undefined;
|
|
178
|
+
bytes32?: undefined;
|
|
179
|
+
bytes4?: undefined;
|
|
180
|
+
bytes5?: undefined;
|
|
181
|
+
bytes6?: undefined;
|
|
182
|
+
bytes7?: undefined;
|
|
183
|
+
bytes8?: undefined;
|
|
184
|
+
bytes9?: undefined;
|
|
185
|
+
int104?: undefined;
|
|
186
|
+
int112?: undefined;
|
|
187
|
+
int120?: undefined;
|
|
188
|
+
int128?: undefined;
|
|
189
|
+
int136?: undefined;
|
|
190
|
+
int144?: undefined;
|
|
191
|
+
int152?: undefined;
|
|
192
|
+
int16?: undefined;
|
|
193
|
+
int160?: undefined;
|
|
194
|
+
int168?: undefined;
|
|
195
|
+
int176?: undefined;
|
|
196
|
+
int184?: undefined;
|
|
197
|
+
int192?: undefined;
|
|
198
|
+
int200?: undefined;
|
|
199
|
+
int208?: undefined;
|
|
200
|
+
int216?: undefined;
|
|
201
|
+
int224?: undefined;
|
|
202
|
+
int232?: undefined;
|
|
203
|
+
int24?: undefined;
|
|
204
|
+
int240?: undefined;
|
|
205
|
+
int248?: undefined;
|
|
206
|
+
int256?: undefined;
|
|
207
|
+
int32?: undefined;
|
|
208
|
+
int40?: undefined;
|
|
209
|
+
int48?: undefined;
|
|
210
|
+
int56?: undefined;
|
|
211
|
+
int64?: undefined;
|
|
212
|
+
int72?: undefined;
|
|
213
|
+
int8?: undefined;
|
|
214
|
+
int80?: undefined;
|
|
215
|
+
int88?: undefined;
|
|
216
|
+
int96?: undefined;
|
|
217
|
+
string?: undefined;
|
|
218
|
+
uint104?: undefined;
|
|
219
|
+
uint112?: undefined;
|
|
220
|
+
uint120?: undefined;
|
|
221
|
+
uint128?: undefined;
|
|
222
|
+
uint136?: undefined;
|
|
223
|
+
uint144?: undefined;
|
|
224
|
+
uint152?: undefined;
|
|
225
|
+
uint16?: undefined;
|
|
226
|
+
uint160?: undefined;
|
|
227
|
+
uint168?: undefined;
|
|
228
|
+
uint176?: undefined;
|
|
229
|
+
uint184?: undefined;
|
|
230
|
+
uint192?: undefined;
|
|
231
|
+
uint200?: undefined;
|
|
232
|
+
uint208?: undefined;
|
|
233
|
+
uint216?: undefined;
|
|
234
|
+
uint224?: undefined;
|
|
235
|
+
uint232?: undefined;
|
|
236
|
+
uint24?: undefined;
|
|
237
|
+
uint240?: undefined;
|
|
238
|
+
uint248?: undefined;
|
|
239
|
+
uint256?: undefined;
|
|
240
|
+
uint32?: undefined;
|
|
241
|
+
uint40?: undefined;
|
|
242
|
+
uint48?: undefined;
|
|
243
|
+
uint56?: undefined;
|
|
244
|
+
uint64?: undefined;
|
|
245
|
+
uint72?: undefined;
|
|
246
|
+
uint8?: undefined;
|
|
247
|
+
uint80?: undefined;
|
|
248
|
+
uint88?: undefined;
|
|
249
|
+
uint96?: undefined;
|
|
250
|
+
}, primaryType extends "EIP712Domain" | keyof typedData = keyof typedData>(parameters: import("viem").TypedDataDefinition<typedData, primaryType>) => Promise<`0x${string}`>;
|
|
251
|
+
publicKey: `0x${string}`;
|
|
252
|
+
source: "privateKey";
|
|
253
|
+
type: "local";
|
|
254
|
+
};
|
|
22
255
|
logger: Logger;
|
|
23
256
|
monitor: ChainMonitor;
|
|
24
|
-
ctx:
|
|
257
|
+
ctx: EndToEndContext;
|
|
25
258
|
attesterPrivateKeys: `0x${string}`[];
|
|
26
259
|
attesterPublicKeys: string[];
|
|
27
|
-
proposerPrivateKeys: `0x${string}`[];
|
|
28
260
|
peerIdPrivateKeys: string[];
|
|
261
|
+
validators: Operator[];
|
|
29
262
|
deployedAccounts: InitialAccountData[];
|
|
30
263
|
prefilledPublicData: PublicDataTreeLeaf[];
|
|
31
|
-
wallet?:
|
|
264
|
+
wallet?: TestWallet;
|
|
265
|
+
defaultAccountAddress?: AztecAddress;
|
|
32
266
|
spamContract?: SpamContract;
|
|
33
267
|
bootstrapNode?: BootstrapNode;
|
|
34
|
-
private
|
|
35
|
-
private
|
|
36
|
-
constructor(testName: string, bootstrapNodeEnr: string, bootNodePort: number,
|
|
37
|
-
static create({ testName, numberOfNodes, basePort, metricsPort, initialConfig, }: {
|
|
268
|
+
private setupOptions;
|
|
269
|
+
private deployL1ContractsArgs;
|
|
270
|
+
constructor(testName: string, bootstrapNodeEnr: string, bootNodePort: number, numberOfValidators: number, initialValidatorConfig: SetupOptions, numberOfNodes?: number, metricsPort?: number | undefined, startProverNode?: boolean);
|
|
271
|
+
static create({ testName, numberOfNodes, numberOfValidators, basePort, metricsPort, initialConfig, startProverNode }: {
|
|
38
272
|
testName: string;
|
|
39
273
|
numberOfNodes: number;
|
|
274
|
+
numberOfValidators: number;
|
|
40
275
|
basePort?: number;
|
|
41
276
|
metricsPort?: number;
|
|
42
|
-
initialConfig?:
|
|
277
|
+
initialConfig?: SetupOptions;
|
|
278
|
+
startProverNode?: boolean;
|
|
43
279
|
}): Promise<P2PNetworkTest>;
|
|
44
280
|
get fundedAccount(): InitialAccountData;
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
* When using fake timers, we need to keep the system and anvil clocks in sync.
|
|
51
|
-
*/
|
|
52
|
-
syncMockSystemTime(): Promise<void>;
|
|
53
|
-
applyBaseSnapshots(): Promise<void>;
|
|
281
|
+
addBootstrapNode(): Promise<void>;
|
|
282
|
+
getValidators(): {
|
|
283
|
+
validators: Operator[];
|
|
284
|
+
};
|
|
285
|
+
applyBaseSetup(): Promise<void>;
|
|
54
286
|
setupAccount(): Promise<void>;
|
|
55
287
|
deploySpamContract(): Promise<void>;
|
|
56
288
|
removeInitialNode(): Promise<void>;
|
|
289
|
+
sendDummyTx(): Promise<{
|
|
290
|
+
receipt: import("viem").TransactionReceipt;
|
|
291
|
+
state: import("@aztec/ethereum/l1-tx-utils").L1TxState;
|
|
292
|
+
}>;
|
|
293
|
+
private _sendDummyTx;
|
|
57
294
|
setup(): Promise<void>;
|
|
58
295
|
stopNodes(nodes: AztecNodeService[]): Promise<void>;
|
|
296
|
+
/**
|
|
297
|
+
* Wait for P2P mesh to be fully formed across all nodes.
|
|
298
|
+
* This ensures that all nodes are connected to each other before proceeding,
|
|
299
|
+
* preventing race conditions where validators propose blocks before the network is ready.
|
|
300
|
+
*
|
|
301
|
+
* @param nodes - Array of nodes to check for P2P connectivity
|
|
302
|
+
* @param expectedNodeCount - Expected number of nodes in the network (defaults to nodes.length)
|
|
303
|
+
* @param timeoutSeconds - Maximum time to wait for connections (default: 30 seconds)
|
|
304
|
+
* @param checkIntervalSeconds - How often to check connectivity (default: 0.1 seconds)
|
|
305
|
+
*/
|
|
306
|
+
waitForP2PMeshConnectivity(nodes: AztecNodeService[], expectedNodeCount?: number, timeoutSeconds?: number, checkIntervalSeconds?: number): Promise<void>;
|
|
59
307
|
teardown(): Promise<void>;
|
|
308
|
+
getContracts(): Promise<{
|
|
309
|
+
rollup: RollupContract;
|
|
310
|
+
slasherContract: GetContractReturnType<typeof SlasherAbi, ViemClient>;
|
|
311
|
+
slashingProposer: EmpireSlashingProposerContract | TallySlashingProposerContract | undefined;
|
|
312
|
+
slashFactory: SlashFactoryContract;
|
|
313
|
+
}>;
|
|
60
314
|
}
|
|
61
|
-
//# sourceMappingURL=
|
|
315
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicDJwX25ldHdvcmsuZC50cyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy9lMmVfcDJwL3AycF9uZXR3b3JrLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sS0FBSyxFQUFFLGtCQUFrQixFQUFFLE1BQU0seUJBQXlCLENBQUM7QUFDbEUsT0FBTyxLQUFLLEVBQW1CLGdCQUFnQixFQUFFLE1BQU0sbUJBQW1CLENBQUM7QUFDM0UsT0FBTyxFQUFFLFlBQVksRUFBYyxNQUFNLDJCQUEyQixDQUFDO0FBR3JFLE9BQU8sRUFDTCxLQUFLLDhCQUE4QixFQUVuQyxjQUFjLEVBQ2QsS0FBSyw2QkFBNkIsRUFDbkMsTUFBTSwyQkFBMkIsQ0FBQztBQUNuQyxPQUFPLEtBQUssRUFBRSxRQUFRLEVBQUUsTUFBTSwyQ0FBMkMsQ0FBQztBQUkxRSxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0sc0JBQXNCLENBQUM7QUFDcEQsT0FBTyxLQUFLLEVBQTRCLFVBQVUsRUFBRSxNQUFNLHVCQUF1QixDQUFDO0FBR2xGLE9BQU8sRUFBRSxLQUFLLE1BQU0sRUFBZ0IsTUFBTSx1QkFBdUIsQ0FBQztBQUVsRSxPQUFPLEVBQWEsVUFBVSxFQUFnQixNQUFNLHFCQUFxQixDQUFDO0FBQzFFLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxvQ0FBb0MsQ0FBQztBQUNsRSxPQUFPLEtBQUssRUFBRSxhQUFhLEVBQUUsTUFBTSxzQkFBc0IsQ0FBQztBQUcxRCxPQUFPLEVBQUUsb0JBQW9CLEVBQUUsTUFBTSw0QkFBNEIsQ0FBQztBQUNsRSxPQUFPLEtBQUssRUFBRSxrQkFBa0IsRUFBRSxNQUFNLHFCQUFxQixDQUFDO0FBRTlELE9BQU8sS0FBSyxFQUFFLFVBQVUsRUFBRSxNQUFNLDJCQUEyQixDQUFDO0FBSTVELE9BQU8sRUFBRSxLQUFLLHFCQUFxQixFQUEyQixNQUFNLE1BQU0sQ0FBQztBQUczRSxPQUFPLEVBQ0wsS0FBSyxlQUFlLEVBQ3BCLEtBQUssWUFBWSxFQU1sQixNQUFNLHNCQUFzQixDQUFDO0FBVzlCLGVBQU8sTUFBTSxtQkFBbUIsUUFBMEMsQ0FBQztBQUUzRSxlQUFPLE1BQU0scUNBQXFDOzs7O0NBSWpELENBQUM7QUFFRixxQkFBYSxjQUFjO2FBNkJQLFFBQVEsRUFBRSxNQUFNO0lBQ3pCLGdCQUFnQixFQUFFLE1BQU07SUFDeEIsWUFBWSxFQUFFLE1BQU07SUFDcEIsa0JBQWtCLEVBQUUsTUFBTTtJQUUxQixhQUFhO0lBRXBCLE9BQU8sQ0FBQyxXQUFXLENBQUM7SUFuQ2YsT0FBTyxFQUFHLGVBQWUsQ0FBQztJQUMxQixxQkFBcUIsRUFBRSxLQUFLLE1BQU0sRUFBRSxDQUFDO0lBQ3JDLFdBQVc7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7OztNQUFDO0lBRVosTUFBTSxFQUFFLE1BQU0sQ0FBQztJQUNmLE9BQU8sRUFBRyxZQUFZLENBQUM7SUFFdkIsR0FBRyxFQUFHLGVBQWUsQ0FBQztJQUN0QixtQkFBbUIsRUFBRSxLQUFLLE1BQU0sRUFBRSxFQUFFLENBQU07SUFDMUMsa0JBQWtCLEVBQUUsTUFBTSxFQUFFLENBQU07SUFDbEMsaUJBQWlCLEVBQUUsTUFBTSxFQUFFLENBQU07SUFDakMsVUFBVSxFQUFFLFFBQVEsRUFBRSxDQUFNO0lBRTVCLGdCQUFnQixFQUFFLGtCQUFrQixFQUFFLENBQU07SUFDNUMsbUJBQW1CLEVBQUUsa0JBQWtCLEVBQUUsQ0FBTTtJQUcvQyxNQUFNLENBQUMsRUFBRSxVQUFVLENBQUM7SUFDcEIscUJBQXFCLENBQUMsRUFBRSxZQUFZLENBQUM7SUFDckMsWUFBWSxDQUFDLEVBQUUsWUFBWSxDQUFDO0lBRTVCLGFBQWEsQ0FBQyxFQUFFLGFBQWEsQ0FBQztJQUdyQyxPQUFPLENBQUMsWUFBWSxDQUFlO0lBQ25DLE9BQU8sQ0FBQyxxQkFBcUIsQ0FBTTtJQUVuQyxZQUNrQixRQUFRLEVBQUUsTUFBTSxFQUN6QixnQkFBZ0IsRUFBRSxNQUFNLEVBQ3hCLFlBQVksRUFBRSxNQUFNLEVBQ3BCLGtCQUFrQixFQUFFLE1BQU0sRUFDakMsc0JBQXNCLEVBQUUsWUFBWSxFQUM3QixhQUFhLFNBQUksRUFFaEIsV0FBVyxDQUFDLG9CQUFRLEVBQzVCLGVBQWUsQ0FBQyxFQUFFLE9BQU8sRUFtRDFCO0lBRUQsT0FBYSxNQUFNLENBQUMsRUFDbEIsUUFBUSxFQUNSLGFBQWEsRUFDYixrQkFBa0IsRUFDbEIsUUFBUSxFQUNSLFdBQVcsRUFDWCxhQUFhLEVBQ2IsZUFBZSxFQUNoQixFQUFFO1FBQ0QsUUFBUSxFQUFFLE1BQU0sQ0FBQztRQUNqQixhQUFhLEVBQUUsTUFBTSxDQUFDO1FBQ3RCLGtCQUFrQixFQUFFLE1BQU0sQ0FBQztRQUMzQixRQUFRLENBQUMsRUFBRSxNQUFNLENBQUM7UUFDbEIsV0FBVyxDQUFDLEVBQUUsTUFBTSxDQUFDO1FBQ3JCLGFBQWEsQ0FBQyxFQUFFLFlBQVksQ0FBQztRQUM3QixlQUFlLENBQUMsRUFBRSxPQUFPLENBQUM7S0FDM0IsMkJBcUJBO0lBRUQsSUFBSSxhQUFhLHVCQUtoQjtJQUVLLGdCQUFnQixrQkFXckI7SUFFRCxhQUFhOztNQWdCWjtJQUVLLGNBQWMsa0JBd0VuQjtJQUVLLFlBQVksa0JBWWpCO0lBRUssa0JBQWtCLGtCQVF2QjtJQUVLLGlCQUFpQixrQkFVdEI7SUFFSyxXQUFXOzs7T0FFaEI7WUFFYSxZQUFZO0lBUXBCLEtBQUssa0JBMEJWO0lBRUssU0FBUyxDQUFDLEtBQUssRUFBRSxnQkFBZ0IsRUFBRSxpQkFXeEM7SUFFRDs7Ozs7Ozs7O09BU0c7SUFDRywwQkFBMEIsQ0FDOUIsS0FBSyxFQUFFLGdCQUFnQixFQUFFLEVBQ3pCLGlCQUFpQixDQUFDLEVBQUUsTUFBTSxFQUMxQixjQUFjLFNBQUssRUFDbkIsb0JBQW9CLFNBQU0saUJBMEIzQjtJQUVLLFFBQVEsa0JBSWI7SUFFSyxZQUFZLElBQUksT0FBTyxDQUFDO1FBQzVCLE1BQU0sRUFBRSxjQUFjLENBQUM7UUFDdkIsZUFBZSxFQUFFLHFCQUFxQixDQUFDLE9BQU8sVUFBVSxFQUFFLFVBQVUsQ0FBQyxDQUFDO1FBQ3RFLGdCQUFnQixFQUFFLDhCQUE4QixHQUFHLDZCQUE2QixHQUFHLFNBQVMsQ0FBQztRQUM3RixZQUFZLEVBQUUsb0JBQW9CLENBQUM7S0FDcEMsQ0FBQyxDQXlCRDtDQUNGIn0=
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"p2p_network.d.ts","sourceRoot":"","sources":["../../src/e2e_p2p/p2p_network.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"p2p_network.d.ts","sourceRoot":"","sources":["../../src/e2e_p2p/p2p_network.ts"],"names":[],"mappings":"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"}
|