@aztec/end-to-end 0.0.1-commit.4d3c002 → 0.0.1-commit.4d9804df
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/README.md +217 -14
- package/dest/automine/automine_test_context.d.ts +85 -0
- package/dest/automine/automine_test_context.d.ts.map +1 -0
- package/dest/automine/automine_test_context.js +98 -0
- package/dest/automine/contracts/fixtures/storage_proof_fetcher.d.ts +2 -0
- package/dest/automine/contracts/fixtures/storage_proof_fetcher.d.ts.map +1 -0
- package/dest/{e2e_storage_proof → automine/contracts}/fixtures/storage_proof_fixture.d.ts +1 -1
- package/dest/automine/contracts/fixtures/storage_proof_fixture.d.ts.map +1 -0
- package/dest/automine/delivery/interactive_handshake_responder.d.ts +48 -0
- package/dest/automine/delivery/interactive_handshake_responder.d.ts.map +1 -0
- package/dest/automine/delivery/interactive_handshake_responder.js +76 -0
- package/dest/automine/delivery/onchain_delivery_harness.d.ts +19 -0
- package/dest/automine/delivery/onchain_delivery_harness.d.ts.map +1 -0
- package/dest/automine/delivery/onchain_delivery_harness.js +141 -0
- package/dest/automine/token/blacklist_token_contract_test.d.ts +49 -0
- package/dest/automine/token/blacklist_token_contract_test.d.ts.map +1 -0
- package/dest/{e2e_blacklist_token_contract → automine/token}/blacklist_token_contract_test.js +23 -36
- package/dest/automine/token/token_contract_test.d.ts +40 -0
- package/dest/automine/token/token_contract_test.d.ts.map +1 -0
- package/dest/{e2e_token_contract → automine/token}/token_contract_test.js +24 -39
- package/dest/automine/token/token_test_helpers.d.ts +73 -0
- package/dest/automine/token/token_test_helpers.d.ts.map +1 -0
- package/dest/automine/token/token_test_helpers.js +97 -0
- package/dest/bench/client_flows/benchmark.d.ts +15 -1
- package/dest/bench/client_flows/benchmark.d.ts.map +1 -1
- package/dest/bench/client_flows/benchmark.js +19 -0
- package/dest/bench/client_flows/client_flows_benchmark.d.ts +5 -5
- package/dest/bench/client_flows/client_flows_benchmark.d.ts.map +1 -1
- package/dest/bench/client_flows/client_flows_benchmark.js +45 -29
- package/dest/bench/client_flows/data_extractor.js +1 -0
- package/dest/bench/utils.d.ts +3 -3
- package/dest/bench/utils.d.ts.map +1 -1
- package/dest/bench/utils.js +97 -6
- package/dest/composed/ha/ha_full_setup.d.ts +77 -0
- package/dest/composed/ha/ha_full_setup.d.ts.map +1 -0
- package/dest/composed/ha/ha_full_setup.js +383 -0
- package/dest/composed/web3signer/multi_validator_keystore_utils.d.ts +12 -0
- package/dest/composed/web3signer/multi_validator_keystore_utils.d.ts.map +1 -0
- package/dest/fixtures/authwit_proxy.d.ts +1 -1
- package/dest/fixtures/authwit_proxy.d.ts.map +1 -1
- package/dest/fixtures/authwit_proxy.js +4 -0
- package/dest/fixtures/e2e_prover_test.d.ts +12 -9
- package/dest/fixtures/e2e_prover_test.d.ts.map +1 -1
- package/dest/fixtures/e2e_prover_test.js +50 -30
- package/dest/fixtures/fixtures.d.ts +79 -1
- package/dest/fixtures/fixtures.d.ts.map +1 -1
- package/dest/fixtures/fixtures.js +80 -0
- package/dest/fixtures/ha_setup.d.ts +4 -4
- package/dest/fixtures/ha_setup.d.ts.map +1 -1
- package/dest/fixtures/ha_setup.js +5 -2
- package/dest/fixtures/index.d.ts +2 -1
- package/dest/fixtures/index.d.ts.map +1 -1
- package/dest/fixtures/index.js +1 -0
- package/dest/fixtures/schnorr_hardcoded_account_contract.d.ts +25 -0
- package/dest/fixtures/schnorr_hardcoded_account_contract.d.ts.map +1 -0
- package/dest/fixtures/schnorr_hardcoded_account_contract.js +37 -0
- package/dest/fixtures/setup.d.ts +71 -41
- package/dest/fixtures/setup.d.ts.map +1 -1
- package/dest/fixtures/setup.js +277 -198
- package/dest/fixtures/setup_p2p_test.d.ts +10 -6
- package/dest/fixtures/setup_p2p_test.d.ts.map +1 -1
- package/dest/fixtures/setup_p2p_test.js +11 -11
- package/dest/fixtures/timing.d.ts +42 -0
- package/dest/fixtures/timing.d.ts.map +1 -0
- package/dest/fixtures/timing.js +72 -0
- package/dest/fixtures/token_utils.d.ts +22 -4
- package/dest/fixtures/token_utils.d.ts.map +1 -1
- package/dest/fixtures/token_utils.js +21 -1
- package/dest/fixtures/utils.d.ts +2 -2
- package/dest/fixtures/utils.d.ts.map +1 -1
- package/dest/fixtures/utils.js +1 -1
- package/dest/fixtures/wait_helpers.d.ts +135 -0
- package/dest/fixtures/wait_helpers.d.ts.map +1 -0
- package/dest/fixtures/wait_helpers.js +154 -0
- package/dest/forward-compatibility/wallet_rpc_client.d.ts +7 -0
- package/dest/forward-compatibility/wallet_rpc_client.d.ts.map +1 -0
- package/dest/forward-compatibility/wallet_rpc_client.js +15 -0
- package/dest/forward-compatibility/wallet_service.d.ts +3 -0
- package/dest/forward-compatibility/wallet_service.d.ts.map +1 -0
- package/dest/forward-compatibility/wallet_service.js +109 -0
- package/dest/install_legacy_contracts.d.cts +10 -0
- package/dest/install_legacy_contracts.d.cts.map +1 -0
- package/dest/legacy-jest-resolver.d.cts +3 -0
- package/dest/legacy-jest-resolver.d.cts.map +1 -0
- package/dest/multi-node/block-production/setup.d.ts +97 -0
- package/dest/multi-node/block-production/setup.d.ts.map +1 -0
- package/dest/multi-node/block-production/setup.js +158 -0
- package/dest/multi-node/governance/setup.d.ts +67 -0
- package/dest/multi-node/governance/setup.d.ts.map +1 -0
- package/dest/multi-node/governance/setup.js +126 -0
- package/dest/multi-node/multi_node_test_context.d.ts +212 -0
- package/dest/multi-node/multi_node_test_context.d.ts.map +1 -0
- package/dest/multi-node/multi_node_test_context.js +347 -0
- package/dest/multi-node/slashing/inactivity_setup.d.ts +27 -0
- package/dest/multi-node/slashing/inactivity_setup.d.ts.map +1 -0
- package/dest/multi-node/slashing/inactivity_setup.js +111 -0
- package/dest/multi-node/slashing/setup.d.ts +167 -0
- package/dest/multi-node/slashing/setup.d.ts.map +1 -0
- package/dest/multi-node/slashing/setup.js +275 -0
- package/dest/{e2e_p2p → p2p}/p2p_network.d.ts +19 -10
- package/dest/p2p/p2p_network.d.ts.map +1 -0
- package/dest/{e2e_p2p → p2p}/p2p_network.js +81 -38
- package/dest/p2p/reqresp/utils.d.ts +19 -0
- package/dest/p2p/reqresp/utils.d.ts.map +1 -0
- package/dest/{e2e_p2p → p2p}/reqresp/utils.js +32 -29
- package/dest/p2p/shared.d.ts +72 -0
- package/dest/p2p/shared.d.ts.map +1 -0
- package/dest/p2p/shared.js +212 -0
- package/dest/shared/cross_chain_test_harness.d.ts +6 -4
- package/dest/shared/cross_chain_test_harness.d.ts.map +1 -1
- package/dest/shared/cross_chain_test_harness.js +25 -20
- package/dest/shared/gas_portal_test_harness.d.ts +8 -5
- package/dest/shared/gas_portal_test_harness.d.ts.map +1 -1
- package/dest/shared/gas_portal_test_harness.js +24 -12
- package/dest/shared/submit-transactions.d.ts +1 -1
- package/dest/shared/submit-transactions.d.ts.map +1 -1
- package/dest/shared/submit-transactions.js +12 -5
- package/dest/shared/timing_env.d.js +5 -0
- package/dest/shared/timing_env.js +365 -0
- 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 +50 -37
- package/dest/shared/wait_for_l1_to_l2_message.d.ts +13 -0
- package/dest/shared/wait_for_l1_to_l2_message.d.ts.map +1 -0
- package/dest/shared/wait_for_l1_to_l2_message.js +10 -0
- package/dest/simulators/lending_simulator.d.ts +10 -3
- package/dest/simulators/lending_simulator.d.ts.map +1 -1
- package/dest/simulators/lending_simulator.js +24 -12
- package/dest/single-node/cross-chain/cross_chain_messaging_test.d.ts +75 -0
- package/dest/single-node/cross-chain/cross_chain_messaging_test.d.ts.map +1 -0
- package/dest/single-node/cross-chain/cross_chain_messaging_test.js +209 -0
- package/dest/single-node/cross-chain/message_test_helpers.d.ts +38 -0
- package/dest/single-node/cross-chain/message_test_helpers.d.ts.map +1 -0
- package/dest/single-node/cross-chain/message_test_helpers.js +70 -0
- package/dest/{e2e_fees → single-node/fees}/bridging_race.notest.d.ts +1 -1
- package/dest/single-node/fees/bridging_race.notest.d.ts.map +1 -0
- package/dest/{e2e_fees → single-node/fees}/bridging_race.notest.js +17 -4
- package/dest/single-node/fees/fees_test.d.ts +93 -0
- package/dest/single-node/fees/fees_test.d.ts.map +1 -0
- package/dest/{e2e_fees → single-node/fees}/fees_test.js +78 -59
- package/dest/single-node/l1-reorgs/setup.d.ts +42 -0
- package/dest/single-node/l1-reorgs/setup.d.ts.map +1 -0
- package/dest/single-node/l1-reorgs/setup.js +57 -0
- package/dest/single-node/partial-proofs/setup.d.ts +5 -0
- package/dest/single-node/partial-proofs/setup.d.ts.map +1 -0
- package/dest/single-node/partial-proofs/setup.js +5 -0
- package/dest/single-node/proving/setup.d.ts +5 -0
- package/dest/single-node/proving/setup.d.ts.map +1 -0
- package/dest/single-node/proving/setup.js +5 -0
- package/dest/single-node/recovery/setup.d.ts +5 -0
- package/dest/single-node/recovery/setup.d.ts.map +1 -0
- package/dest/single-node/recovery/setup.js +5 -0
- package/dest/single-node/setup.d.ts +49 -0
- package/dest/single-node/setup.d.ts.map +1 -0
- package/dest/single-node/setup.js +56 -0
- package/dest/single-node/single_node_test_context.d.ts +360 -0
- package/dest/single-node/single_node_test_context.d.ts.map +1 -0
- package/dest/single-node/single_node_test_context.js +833 -0
- package/dest/spartan/setup_test_wallets.d.ts +1 -1
- package/dest/spartan/setup_test_wallets.d.ts.map +1 -1
- package/dest/spartan/setup_test_wallets.js +28 -12
- package/dest/spartan/tx_metrics.d.ts +27 -4
- package/dest/spartan/tx_metrics.d.ts.map +1 -1
- package/dest/spartan/tx_metrics.js +105 -20
- package/dest/spartan/utils/config.d.ts +9 -35
- package/dest/spartan/utils/config.d.ts.map +1 -1
- package/dest/spartan/utils/nodes.js +2 -2
- package/dest/test-wallet/test_wallet.d.ts +39 -10
- package/dest/test-wallet/test_wallet.d.ts.map +1 -1
- package/dest/test-wallet/test_wallet.js +166 -59
- package/dest/test-wallet/utils.d.ts +38 -3
- package/dest/test-wallet/utils.d.ts.map +1 -1
- package/dest/test-wallet/utils.js +65 -10
- package/dest/test-wallet/wallet_worker_script.js +12 -4
- package/dest/test-wallet/worker_wallet.d.ts +9 -8
- package/dest/test-wallet/worker_wallet.d.ts.map +1 -1
- package/dest/test-wallet/worker_wallet.js +10 -4
- package/dest/test-wallet/worker_wallet_schema.d.ts +3 -273
- package/dest/test-wallet/worker_wallet_schema.d.ts.map +1 -1
- package/dest/test-wallet/worker_wallet_schema.js +15 -2
- package/package.json +47 -42
- package/src/automine/README.md +60 -0
- package/src/automine/automine_test_context.ts +153 -0
- package/src/automine/delivery/interactive_handshake_responder.ts +125 -0
- package/src/automine/delivery/onchain_delivery_harness.ts +213 -0
- package/src/{e2e_blacklist_token_contract → automine/token}/blacklist_token_contract_test.ts +24 -47
- package/src/{e2e_token_contract → automine/token}/token_contract_test.ts +25 -48
- package/src/automine/token/token_test_helpers.ts +138 -0
- package/src/bench/client_flows/benchmark.ts +21 -0
- package/src/bench/client_flows/client_flows_benchmark.ts +77 -56
- package/src/bench/client_flows/data_extractor.ts +1 -0
- package/src/bench/utils.ts +110 -6
- package/src/composed/ha/ha_full_setup.ts +466 -0
- package/src/fixtures/authwit_proxy.ts +4 -0
- package/src/fixtures/e2e_prover_test.ts +64 -48
- package/src/fixtures/fixtures.ts +100 -0
- package/src/fixtures/ha_setup.ts +11 -5
- package/src/fixtures/index.ts +1 -0
- package/src/fixtures/schnorr_hardcoded_account_contract.ts +49 -0
- package/src/fixtures/setup.ts +336 -255
- package/src/fixtures/setup_p2p_test.ts +15 -11
- package/src/fixtures/timing.ts +97 -0
- package/src/fixtures/token_utils.ts +39 -4
- package/src/fixtures/utils.ts +2 -3
- package/src/fixtures/wait_helpers.ts +333 -0
- package/src/forward-compatibility/wallet_rpc_client.ts +14 -0
- package/src/forward-compatibility/wallet_service.ts +106 -0
- package/src/guides/up_quick_start.sh +5 -2
- package/src/infra/README.md +12 -0
- package/src/install_legacy_contracts.cjs +75 -0
- package/src/legacy-jest-resolver.cjs +112 -0
- package/src/multi-node/README.md +95 -0
- package/src/multi-node/block-production/setup.ts +272 -0
- package/src/multi-node/governance/setup.ts +172 -0
- package/src/multi-node/multi_node_test_context.ts +447 -0
- package/src/multi-node/slashing/inactivity_setup.ts +139 -0
- package/src/multi-node/slashing/setup.ts +433 -0
- package/src/p2p/README.md +78 -0
- package/src/{e2e_p2p → p2p}/p2p_network.ts +92 -49
- package/src/{e2e_p2p → p2p}/reqresp/utils.ts +35 -28
- package/src/p2p/shared.ts +329 -0
- package/src/shared/cross_chain_test_harness.ts +35 -14
- package/src/shared/gas_portal_test_harness.ts +32 -14
- package/src/shared/submit-transactions.ts +13 -5
- package/src/shared/timing_env.d.mts +39 -0
- package/src/shared/timing_env.mjs +363 -0
- package/src/shared/uniswap_l1_l2.ts +80 -43
- package/src/shared/wait_for_l1_to_l2_message.ts +23 -0
- package/src/simulators/lending_simulator.ts +28 -14
- package/src/single-node/README.md +60 -0
- package/src/single-node/cross-chain/cross_chain_messaging_test.ts +302 -0
- package/src/single-node/cross-chain/message_test_helpers.ts +125 -0
- package/src/{e2e_fees → single-node/fees}/bridging_race.notest.ts +19 -5
- package/src/{e2e_fees → single-node/fees}/fees_test.ts +103 -66
- package/src/single-node/l1-reorgs/setup.ts +93 -0
- package/src/single-node/partial-proofs/setup.ts +8 -0
- package/src/single-node/proving/setup.ts +15 -0
- package/src/single-node/recovery/setup.ts +8 -0
- package/src/single-node/setup.ts +63 -0
- package/src/single-node/single_node_test_context.ts +1041 -0
- package/src/spartan/setup_test_wallets.ts +30 -13
- package/src/spartan/tx_metrics.ts +107 -23
- package/src/spartan/utils/nodes.ts +2 -2
- package/src/test-wallet/test_wallet.ts +185 -60
- package/src/test-wallet/utils.ts +104 -11
- package/src/test-wallet/wallet_worker_script.ts +11 -5
- package/src/test-wallet/worker_wallet.ts +19 -16
- package/src/test-wallet/worker_wallet_schema.ts +4 -3
- package/dest/e2e_blacklist_token_contract/blacklist_token_contract_test.d.ts +0 -55
- package/dest/e2e_blacklist_token_contract/blacklist_token_contract_test.d.ts.map +0 -1
- package/dest/e2e_cross_chain_messaging/cross_chain_messaging_test.d.ts +0 -47
- package/dest/e2e_cross_chain_messaging/cross_chain_messaging_test.d.ts.map +0 -1
- package/dest/e2e_cross_chain_messaging/cross_chain_messaging_test.js +0 -129
- package/dest/e2e_deploy_contract/deploy_test.d.ts +0 -37
- package/dest/e2e_deploy_contract/deploy_test.d.ts.map +0 -1
- package/dest/e2e_deploy_contract/deploy_test.js +0 -50
- package/dest/e2e_epochs/epochs_test.d.ts +0 -104
- package/dest/e2e_epochs/epochs_test.d.ts.map +0 -1
- package/dest/e2e_epochs/epochs_test.js +0 -389
- package/dest/e2e_fees/bridging_race.notest.d.ts.map +0 -1
- package/dest/e2e_fees/fees_test.d.ts +0 -88
- package/dest/e2e_fees/fees_test.d.ts.map +0 -1
- package/dest/e2e_l1_publisher/write_json.d.ts +0 -11
- package/dest/e2e_l1_publisher/write_json.d.ts.map +0 -1
- package/dest/e2e_l1_publisher/write_json.js +0 -56
- package/dest/e2e_multi_validator/utils.d.ts +0 -12
- package/dest/e2e_multi_validator/utils.d.ts.map +0 -1
- package/dest/e2e_nested_contract/nested_contract_test.d.ts +0 -26
- package/dest/e2e_nested_contract/nested_contract_test.d.ts.map +0 -1
- package/dest/e2e_nested_contract/nested_contract_test.js +0 -54
- package/dest/e2e_p2p/inactivity_slash_test.d.ts +0 -31
- package/dest/e2e_p2p/inactivity_slash_test.d.ts.map +0 -1
- package/dest/e2e_p2p/inactivity_slash_test.js +0 -136
- package/dest/e2e_p2p/p2p_network.d.ts.map +0 -1
- package/dest/e2e_p2p/reqresp/utils.d.ts +0 -22
- package/dest/e2e_p2p/reqresp/utils.d.ts.map +0 -1
- package/dest/e2e_p2p/shared.d.ts +0 -66
- package/dest/e2e_p2p/shared.d.ts.map +0 -1
- package/dest/e2e_p2p/shared.js +0 -212
- package/dest/e2e_storage_proof/fixtures/storage_proof_fetcher.d.ts +0 -2
- package/dest/e2e_storage_proof/fixtures/storage_proof_fetcher.d.ts.map +0 -1
- package/dest/e2e_storage_proof/fixtures/storage_proof_fixture.d.ts.map +0 -1
- package/dest/e2e_token_contract/token_contract_test.d.ts +0 -44
- package/dest/e2e_token_contract/token_contract_test.d.ts.map +0 -1
- package/src/e2e_cross_chain_messaging/cross_chain_messaging_test.ts +0 -193
- package/src/e2e_deploy_contract/deploy_test.ts +0 -85
- package/src/e2e_epochs/epochs_test.ts +0 -499
- package/src/e2e_l1_publisher/write_json.ts +0 -77
- package/src/e2e_nested_contract/nested_contract_test.ts +0 -75
- package/src/e2e_p2p/inactivity_slash_test.ts +0 -179
- package/src/e2e_p2p/shared.ts +0 -343
- /package/dest/{e2e_storage_proof → automine/contracts}/fixtures/storage_proof_fetcher.js +0 -0
- /package/dest/{e2e_storage_proof → automine/contracts}/fixtures/storage_proof_fixture.js +0 -0
- /package/dest/{e2e_multi_validator/utils.js → composed/web3signer/multi_validator_keystore_utils.js} +0 -0
- /package/src/{e2e_storage_proof → automine/contracts}/fixtures/storage_proof.json +0 -0
- /package/src/{e2e_storage_proof → automine/contracts}/fixtures/storage_proof_fetcher.ts +0 -0
- /package/src/{e2e_storage_proof → automine/contracts}/fixtures/storage_proof_fixture.ts +0 -0
- /package/src/{e2e_multi_validator/utils.ts → composed/web3signer/multi_validator_keystore_utils.ts} +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"setup.d.ts","sourceRoot":"","sources":["../../../src/multi-node/slashing/setup.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,275 @@
|
|
|
1
|
+
import { EpochNumber, SlotNumber } from '@aztec/foundation/branded-types';
|
|
2
|
+
import { unique } from '@aztec/foundation/collection';
|
|
3
|
+
import { retryUntil } from '@aztec/foundation/retry';
|
|
4
|
+
import { pluralize } from '@aztec/foundation/string';
|
|
5
|
+
import { getRoundForOffense } from '@aztec/slasher';
|
|
6
|
+
import { jest } from '@jest/globals';
|
|
7
|
+
import { testSpan } from '../../fixtures/timing.js';
|
|
8
|
+
import { submitTxsTo } from '../../shared/submit-transactions.js';
|
|
9
|
+
const TEST_TIMEOUT = 600_000; // 10 minutes
|
|
10
|
+
jest.setTimeout(TEST_TIMEOUT);
|
|
11
|
+
export const NUM_VALIDATORS = 4;
|
|
12
|
+
export const COMMITTEE_SIZE = NUM_VALIDATORS;
|
|
13
|
+
export const ETHEREUM_SLOT_DURATION = 8;
|
|
14
|
+
export const AZTEC_SLOT_DURATION = ETHEREUM_SLOT_DURATION * 3;
|
|
15
|
+
export const BLOCK_DURATION = 4;
|
|
16
|
+
// Small slashing unit so we don't kick anyone out.
|
|
17
|
+
export const slashingUnit = BigInt(1e14);
|
|
18
|
+
export const slashingQuorum = 3;
|
|
19
|
+
export const slashingRoundSize = 4;
|
|
20
|
+
export const aztecEpochDuration = 2;
|
|
21
|
+
/**
|
|
22
|
+
* The shared per-test slashing config for the offense-detection suites (`duplicate_proposal`,
|
|
23
|
+
* `duplicate_attestation`). Spread into a {@link MultiNodeTestContext.setup} call alongside
|
|
24
|
+
* {@link SLASHER_ENABLED_MULTI_VALIDATOR_OPTS} and `initialValidators` (from `buildMockGossipValidators`).
|
|
25
|
+
*/ export const baseSlashingOpts = {
|
|
26
|
+
anvilSlotsInAnEpoch: 4,
|
|
27
|
+
listenAddress: '127.0.0.1',
|
|
28
|
+
aztecEpochDuration,
|
|
29
|
+
ethereumSlotDuration: ETHEREUM_SLOT_DURATION,
|
|
30
|
+
aztecSlotDuration: AZTEC_SLOT_DURATION,
|
|
31
|
+
aztecTargetCommitteeSize: COMMITTEE_SIZE,
|
|
32
|
+
aztecProofSubmissionEpochs: 1024,
|
|
33
|
+
slashInactivityConsecutiveEpochThreshold: 32,
|
|
34
|
+
minTxsPerBlock: 0,
|
|
35
|
+
slashingQuorum,
|
|
36
|
+
slashingRoundSizeInEpochs: slashingRoundSize / aztecEpochDuration,
|
|
37
|
+
slashAmountSmall: slashingUnit,
|
|
38
|
+
slashAmountMedium: slashingUnit * 2n,
|
|
39
|
+
slashAmountLarge: slashingUnit * 3n,
|
|
40
|
+
blockDurationMs: BLOCK_DURATION * 1000,
|
|
41
|
+
slashDuplicateProposalPenalty: slashingUnit,
|
|
42
|
+
slashingOffsetInRounds: 1
|
|
43
|
+
};
|
|
44
|
+
/**
|
|
45
|
+
* The fast slot timing shared by the sentinel-observation suites (`sentinel_status_slash`,
|
|
46
|
+
* `validators_sentinel`, `multiple_validators_sentinel`, `slash_veto_demo`). Slots are 8s (eth 4s ×
|
|
47
|
+
* epoch 2), which fit a checkpoint comfortably at the fast mocked-p2p operational budgets used at
|
|
48
|
+
* eth<8, keeping wall-clock down for tests whose bodies advance through real L2 slots. Spread into a
|
|
49
|
+
* {@link MultiNodeTestContext.setup} call alongside {@link SLASHER_ENABLED_MULTI_VALIDATOR_OPTS},
|
|
50
|
+
* `initialValidators`, and the per-test slash/penalty config. Non-sentinel offense-detection files
|
|
51
|
+
* that only need the same fast timing spread this and override `sentinelEnabled: false`.
|
|
52
|
+
*/ export const SENTINEL_TIMING = {
|
|
53
|
+
anvilSlotsInAnEpoch: 4,
|
|
54
|
+
listenAddress: '127.0.0.1',
|
|
55
|
+
ethereumSlotDuration: 4,
|
|
56
|
+
aztecSlotDuration: 8,
|
|
57
|
+
aztecEpochDuration: 2,
|
|
58
|
+
sentinelEnabled: true
|
|
59
|
+
};
|
|
60
|
+
/** Looks up the offense recorded for `validator` of `offenseType` at `slot`, if any. */ export function findSlashOffense(offenses, validator, offenseType, slot) {
|
|
61
|
+
return offenses.find((offense)=>offense.validator.equals(validator) && offense.offenseType === offenseType && offense.epochOrSlot === BigInt(slot));
|
|
62
|
+
}
|
|
63
|
+
export function awaitProposalExecution(slashingProposer, timeoutSeconds, logger) {
|
|
64
|
+
return testSpan('wait:slash-execution', ()=>new Promise((resolve, reject)=>{
|
|
65
|
+
const timeout = setTimeout(()=>{
|
|
66
|
+
logger.warn(`Timed out waiting for proposal execution`);
|
|
67
|
+
reject(new Error(`Timeout waiting for proposal execution after ${timeoutSeconds}s`));
|
|
68
|
+
}, timeoutSeconds * 1000);
|
|
69
|
+
const unwatch = slashingProposer.listenToRoundExecuted((args)=>{
|
|
70
|
+
logger.warn(`Slash from round ${args.round} executed`);
|
|
71
|
+
clearTimeout(timeout);
|
|
72
|
+
unwatch();
|
|
73
|
+
resolve(args.round);
|
|
74
|
+
});
|
|
75
|
+
}));
|
|
76
|
+
}
|
|
77
|
+
export async function awaitCommitteeExists({ rollup, logger }) {
|
|
78
|
+
logger.info(`Waiting for committee to be set`);
|
|
79
|
+
let committee;
|
|
80
|
+
await testSpan('wait:committee', ()=>retryUntil(async ()=>{
|
|
81
|
+
committee = await rollup.getCurrentEpochCommittee();
|
|
82
|
+
return committee && committee.length > 0;
|
|
83
|
+
}, 'non-empty committee', 60));
|
|
84
|
+
logger.warn(`Committee has been formed`, {
|
|
85
|
+
committee: committee.map((c)=>c.toString())
|
|
86
|
+
});
|
|
87
|
+
return committee.map((c)=>c.toString());
|
|
88
|
+
}
|
|
89
|
+
/**
|
|
90
|
+
* Scans L2 slots forward from `minLeadSlots` ahead of the current slot, returning the first slot in
|
|
91
|
+
* which `targetProposer` is the proposer.
|
|
92
|
+
*
|
|
93
|
+
* Scanning starts at `currentSlot + minLeadSlots` and only ever moves forward, so every returned slot
|
|
94
|
+
* is at least `minLeadSlots` ahead — a caller can safely warp to `targetSlot - minLeadSlots` for a
|
|
95
|
+
* settle buffer without risking a backwards warp. Stepping by a single slot examines both epoch
|
|
96
|
+
* parities, which matters because the per-slot proposer is a different RANDAO-shuffled committee
|
|
97
|
+
* member: searching only a fixed offset within each epoch can leave a 1-of-N target unexamined when
|
|
98
|
+
* the epoch is short. A candidate in an epoch whose committee isn't sampled yet makes the proposer
|
|
99
|
+
* lookup revert with EpochNotStable; this warps one epoch forward and continues, keeping the
|
|
100
|
+
* candidate at least `minLeadSlots` ahead of the new current slot. Throws after `maxSlotsToScan`.
|
|
101
|
+
*
|
|
102
|
+
* Unlike {@link advanceToEpochBeforeProposer}, this does not stop an epoch early — callers that want
|
|
103
|
+
* to warp close to the target (rather than stage sequencers an epoch ahead) use this and warp the
|
|
104
|
+
* final `minLeadSlots` in themselves.
|
|
105
|
+
*/ export function findUpcomingProposerSlot({ epochCache, cheatCodes, targetProposer, logger, minLeadSlots, maxSlotsToScan = 100 }) {
|
|
106
|
+
return testSpan('warp:find-proposer', async ()=>{
|
|
107
|
+
let candidate = Number(await cheatCodes.getSlot()) + minLeadSlots;
|
|
108
|
+
for(let scanned = 0; scanned < maxSlotsToScan; scanned++){
|
|
109
|
+
let proposer;
|
|
110
|
+
try {
|
|
111
|
+
proposer = await epochCache.getProposerAttesterAddressInSlot(SlotNumber(candidate));
|
|
112
|
+
} catch (err) {
|
|
113
|
+
if (!(err instanceof Error) || !err.message.includes('EpochNotStable')) {
|
|
114
|
+
throw err;
|
|
115
|
+
}
|
|
116
|
+
await cheatCodes.advanceToNextEpoch();
|
|
117
|
+
const newCurrentSlot = Number(await cheatCodes.getSlot());
|
|
118
|
+
// Keep the lead after the warp: never return a slot we could no longer warp ahead of.
|
|
119
|
+
candidate = Math.max(candidate, newCurrentSlot + minLeadSlots);
|
|
120
|
+
continue;
|
|
121
|
+
}
|
|
122
|
+
if (proposer && proposer.equals(targetProposer)) {
|
|
123
|
+
logger.warn(`Found target proposer ${targetProposer} at slot ${candidate}`);
|
|
124
|
+
return SlotNumber(candidate);
|
|
125
|
+
}
|
|
126
|
+
candidate++;
|
|
127
|
+
}
|
|
128
|
+
throw new Error(`Target proposer ${targetProposer} not found within ${maxSlotsToScan} slots`);
|
|
129
|
+
});
|
|
130
|
+
}
|
|
131
|
+
/**
|
|
132
|
+
* Advance epochs until we find one where the target proposer is selected for a slot at least
|
|
133
|
+
* `warmupSlots` into the epoch, then stop one epoch before it. This leaves time for the caller to
|
|
134
|
+
* start sequencers before warping to the target epoch, avoiding the race where the target epoch
|
|
135
|
+
* passes before sequencers are ready.
|
|
136
|
+
*
|
|
137
|
+
* The first `warmupSlots` slots of the epoch are skipped on purpose. Callers warp to one slot
|
|
138
|
+
* before the target epoch and, under proposer pipelining, the proposer begins building one slot
|
|
139
|
+
* before its proposal slot. If the proposer were in the first slot of the epoch, that build would
|
|
140
|
+
* begin at the exact instant of the warp, leaving the freshly-started sequencer no warm-up margin;
|
|
141
|
+
* it then serializes its (often AVM-heavy) proposal past the slot boundary and honest receivers
|
|
142
|
+
* reject it as late. Picking a slot at least `warmupSlots` into the epoch guarantees that many full
|
|
143
|
+
* slots of wall-clock between the warp and the start of the proposer's build.
|
|
144
|
+
*
|
|
145
|
+
* Returns the target epoch and the concrete target slot so the caller can warp to it after starting
|
|
146
|
+
* sequencers.
|
|
147
|
+
*
|
|
148
|
+
* The default `maxAttempts` accounts for the worst-case caller: with a 2-slot epoch and
|
|
149
|
+
* `warmupSlots = 1`, each attempt checks a single slot, and with a 4-member committee the target is
|
|
150
|
+
* the proposer with probability 1/4 per attempt (proposer index is keccak(epoch, slot, seed) mod
|
|
151
|
+
* committee size, so attempts are independent). 50 attempts bound the miss probability at
|
|
152
|
+
* (3/4)^50 ≈ 6e-7; each attempt is just a committee query plus an anvil warp, so the extra headroom
|
|
153
|
+
* costs almost nothing.
|
|
154
|
+
*/ export function advanceToEpochBeforeProposer({ epochCache, cheatCodes, targetProposer, logger, maxAttempts = 50, warmupSlots = 1 }) {
|
|
155
|
+
return testSpan('warp:find-proposer', async ()=>{
|
|
156
|
+
const { epochDuration } = await cheatCodes.getConfig();
|
|
157
|
+
for(let attempt = 0; attempt < maxAttempts; attempt++){
|
|
158
|
+
const currentEpoch = await cheatCodes.getEpoch();
|
|
159
|
+
// Check the NEXT epoch's slots so we stay one epoch before the target,
|
|
160
|
+
// giving the caller time to start sequencers before the target epoch arrives.
|
|
161
|
+
const nextEpoch = Number(currentEpoch) + 1;
|
|
162
|
+
const epochStartSlot = nextEpoch * Number(epochDuration);
|
|
163
|
+
// Skip the first `warmupSlots` slots so the caller keeps a warm-up margin after warping to one
|
|
164
|
+
// slot before the epoch (see the doc comment above).
|
|
165
|
+
const startSlot = epochStartSlot + warmupSlots;
|
|
166
|
+
const endSlot = epochStartSlot + Number(epochDuration);
|
|
167
|
+
logger.info(`Checking next epoch ${nextEpoch} (slots ${startSlot}-${endSlot - 1}) for proposer ${targetProposer} (current epoch: ${currentEpoch})`);
|
|
168
|
+
for(let s = startSlot; s < endSlot; s++){
|
|
169
|
+
const proposer = await epochCache.getProposerAttesterAddressInSlot(SlotNumber(s));
|
|
170
|
+
if (proposer && proposer.equals(targetProposer)) {
|
|
171
|
+
logger.warn(`Found target proposer ${targetProposer} in slot ${s} of epoch ${nextEpoch}. Staying at epoch ${currentEpoch} to allow sequencer startup.`);
|
|
172
|
+
return {
|
|
173
|
+
targetEpoch: EpochNumber(nextEpoch),
|
|
174
|
+
targetSlot: SlotNumber(s)
|
|
175
|
+
};
|
|
176
|
+
}
|
|
177
|
+
}
|
|
178
|
+
logger.info(`Target proposer not found in epoch ${nextEpoch}, advancing to next epoch`);
|
|
179
|
+
await cheatCodes.advanceToNextEpoch();
|
|
180
|
+
}
|
|
181
|
+
throw new Error(`Target proposer ${targetProposer} not found in any slot after ${maxAttempts} epoch attempts`);
|
|
182
|
+
});
|
|
183
|
+
}
|
|
184
|
+
export async function awaitOffenseDetected({ logger, nodeAdmin, slashingRoundSize, epochDuration, waitUntilOffenseCount, timeoutSeconds = 120 }) {
|
|
185
|
+
const targetOffenseCount = waitUntilOffenseCount ?? 1;
|
|
186
|
+
logger.warn(`Waiting for ${pluralize('offense', targetOffenseCount)} to be detected`);
|
|
187
|
+
const offenses = await testSpan('wait:offense', ()=>retryUntil(async ()=>{
|
|
188
|
+
const offenses = await nodeAdmin.getSlashOffenses('all');
|
|
189
|
+
if (offenses.length >= targetOffenseCount) {
|
|
190
|
+
return offenses;
|
|
191
|
+
}
|
|
192
|
+
}, 'non-empty offenses', timeoutSeconds));
|
|
193
|
+
logger.info(`Hit ${offenses.length} offenses on rounds ${unique(offenses.map((o)=>getRoundForOffense(o, {
|
|
194
|
+
slashingRoundSize,
|
|
195
|
+
epochDuration
|
|
196
|
+
})))}`, {
|
|
197
|
+
offenses
|
|
198
|
+
});
|
|
199
|
+
return offenses;
|
|
200
|
+
}
|
|
201
|
+
/**
|
|
202
|
+
* Await the committee to be slashed out of the validator set.
|
|
203
|
+
* Currently assumes that the committee is the same size as the validator set.
|
|
204
|
+
*/ export async function awaitCommitteeKicked({ rollup, cheatCodes, committee, slashingProposer, slashingRoundSize, aztecSlotDuration, aztecEpochDuration, logger, offenseEpoch }) {
|
|
205
|
+
if (!slashingProposer) {
|
|
206
|
+
throw new Error('No slashing proposer configured. Cannot test slashing.');
|
|
207
|
+
}
|
|
208
|
+
await testSpan('wait:committee-kicked', async ()=>{
|
|
209
|
+
await cheatCodes.debugRollup();
|
|
210
|
+
// Use the slash offset to ensure we are in the right epoch for tally
|
|
211
|
+
const slashOffsetInRounds = await slashingProposer.getSlashOffsetInRounds();
|
|
212
|
+
const slashingRoundSizeInEpochs = slashingRoundSize / aztecEpochDuration;
|
|
213
|
+
const slashingOffsetInEpochs = Number(slashOffsetInRounds) * slashingRoundSizeInEpochs;
|
|
214
|
+
const firstEpochInOffenseRound = offenseEpoch - offenseEpoch % slashingRoundSizeInEpochs;
|
|
215
|
+
const targetEpoch = firstEpochInOffenseRound + slashingOffsetInEpochs;
|
|
216
|
+
logger.info(`Advancing to epoch ${targetEpoch} so we start slashing`);
|
|
217
|
+
await cheatCodes.advanceToEpoch(EpochNumber(targetEpoch), {
|
|
218
|
+
offset: -aztecSlotDuration / 2
|
|
219
|
+
});
|
|
220
|
+
const attestersPre = await rollup.getAttesters();
|
|
221
|
+
expect(attestersPre.length).toBe(committee.length);
|
|
222
|
+
for (const attester of attestersPre){
|
|
223
|
+
const attesterInfo = await rollup.getAttesterView(attester);
|
|
224
|
+
expect(attesterInfo.status).toEqual(1); // Validating
|
|
225
|
+
}
|
|
226
|
+
// Allow up to four round-lengths so that under proposer pipelining, where individual rounds
|
|
227
|
+
// sometimes fail to gather quorum because parts of the committee miss votes due to chain-state
|
|
228
|
+
// races, we still see a later round execute the slash.
|
|
229
|
+
const timeout = slashingRoundSize * 4 * aztecSlotDuration + 30;
|
|
230
|
+
logger.info(`Waiting for slash to be executed (timeout ${timeout}s)`);
|
|
231
|
+
await awaitProposalExecution(slashingProposer, timeout, logger);
|
|
232
|
+
// The attesters should still form the committee but they should be reduced to the "living" status
|
|
233
|
+
await cheatCodes.debugRollup();
|
|
234
|
+
const committeePostSlashing = await rollup.getCurrentEpochCommittee();
|
|
235
|
+
expect(committeePostSlashing?.length).toBe(attestersPre.length);
|
|
236
|
+
const attestersPostSlashing = await rollup.getAttesters();
|
|
237
|
+
expect(attestersPostSlashing.length).toBe(0);
|
|
238
|
+
for (const attester of attestersPre){
|
|
239
|
+
const attesterInfo = await rollup.getAttesterView(attester);
|
|
240
|
+
expect(attesterInfo.status).toEqual(2); // Living
|
|
241
|
+
}
|
|
242
|
+
logger.info(`Advancing to check current committee`);
|
|
243
|
+
await cheatCodes.debugRollup();
|
|
244
|
+
await cheatCodes.advanceToEpoch(EpochNumber(await cheatCodes.getEpoch() + await rollup.getLagInEpochsForValidatorSet() + 1));
|
|
245
|
+
await cheatCodes.debugRollup();
|
|
246
|
+
const committeeNextEpoch = await rollup.getCurrentEpochCommittee();
|
|
247
|
+
// The committee should be undefined, since the validator set is empty
|
|
248
|
+
// and the tests currently using this helper always set a target committee size.
|
|
249
|
+
expect(committeeNextEpoch).toBeUndefined();
|
|
250
|
+
const attestersNextEpoch = await rollup.getAttesters();
|
|
251
|
+
expect(attestersNextEpoch.length).toBe(0);
|
|
252
|
+
});
|
|
253
|
+
}
|
|
254
|
+
/** Resolves the slot at which `node` includes `txHash`, by reading the tx receipt and block header. */ export async function getMinedSlot(node, txHash) {
|
|
255
|
+
const receipt = await node.getTxReceipt(txHash);
|
|
256
|
+
if (!receipt.blockNumber) {
|
|
257
|
+
throw new Error(`Tx ${txHash} has no block number on receipt`);
|
|
258
|
+
}
|
|
259
|
+
const block = await node.getBlock(receipt.blockNumber);
|
|
260
|
+
if (!block) {
|
|
261
|
+
throw new Error(`Block ${receipt.blockNumber} not found`);
|
|
262
|
+
}
|
|
263
|
+
return Number(block.header.getSlot());
|
|
264
|
+
}
|
|
265
|
+
/**
|
|
266
|
+
* Submits `numTxs` account-deployment transactions through `node`, paying with the funded hardcoded
|
|
267
|
+
* account (`context.accounts[0]`). Repoints the context wallet at `node` so the txs land in that node's
|
|
268
|
+
* mempool. The mock-gossip equivalent of the old `submitTransactions(logger, node, numTxs, fundedAccount)`
|
|
269
|
+
* helper, which built a fresh wallet from the funded account.
|
|
270
|
+
*/ export function submitTxsThroughNode(test, node, numTxs) {
|
|
271
|
+
const wallet = test.context.wallet;
|
|
272
|
+
wallet.updateNode(node);
|
|
273
|
+
return submitTxsTo(wallet, test.context.accounts[0], numTxs, test.logger);
|
|
274
|
+
}
|
|
275
|
+
export { jest };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import type
|
|
1
|
+
import { type InitialAccountData } from '@aztec/accounts/testing';
|
|
2
2
|
import type { AztecNodeService } from '@aztec/aztec-node';
|
|
3
3
|
import { AztecAddress } from '@aztec/aztec.js/addresses';
|
|
4
|
-
import {
|
|
4
|
+
import { RollupContract, type SlashingProposerContract } from '@aztec/ethereum/contracts';
|
|
5
5
|
import type { Operator } from '@aztec/ethereum/deploy-aztec-l1-contracts';
|
|
6
6
|
import { ChainMonitor } from '@aztec/ethereum/test';
|
|
7
7
|
import type { ViemClient } from '@aztec/ethereum/types';
|
|
@@ -9,9 +9,8 @@ import { type Logger } from '@aztec/foundation/log';
|
|
|
9
9
|
import { SlasherAbi } from '@aztec/l1-artifacts';
|
|
10
10
|
import { SpamContract } from '@aztec/noir-test-contracts.js/Spam';
|
|
11
11
|
import type { BootstrapNode } from '@aztec/p2p/bootstrap';
|
|
12
|
-
import { SlashFactoryContract } from '@aztec/stdlib/l1-contracts';
|
|
13
12
|
import { TopicType } from '@aztec/stdlib/p2p';
|
|
14
|
-
import type {
|
|
13
|
+
import type { GenesisData } from '@aztec/stdlib/world-state';
|
|
15
14
|
import { type GetContractReturnType } from 'viem';
|
|
16
15
|
import { type EndToEndContext, type SetupOptions } from '../fixtures/setup.js';
|
|
17
16
|
import type { TestWallet } from '../test-wallet/test_wallet.js';
|
|
@@ -260,12 +259,13 @@ export declare class P2PNetworkTest {
|
|
|
260
259
|
attesterPublicKeys: string[];
|
|
261
260
|
peerIdPrivateKeys: string[];
|
|
262
261
|
validators: Operator[];
|
|
263
|
-
|
|
264
|
-
|
|
262
|
+
hardcodedAccountData: InitialAccountData;
|
|
263
|
+
genesis: GenesisData | undefined;
|
|
265
264
|
wallet?: TestWallet;
|
|
266
265
|
defaultAccountAddress?: AztecAddress;
|
|
267
266
|
spamContract?: SpamContract;
|
|
268
267
|
bootstrapNode?: BootstrapNode;
|
|
268
|
+
dataDir: string;
|
|
269
269
|
private setupOptions;
|
|
270
270
|
private deployL1ContractsArgs;
|
|
271
271
|
constructor(testName: string, bootstrapNodeEnr: string, bootNodePort: number, numberOfValidators: number, initialValidatorConfig: SetupOptions, numberOfNodes?: number, metricsPort?: number | undefined, startProverNode?: boolean);
|
|
@@ -279,11 +279,21 @@ export declare class P2PNetworkTest {
|
|
|
279
279
|
startProverNode?: boolean;
|
|
280
280
|
}): Promise<P2PNetworkTest>;
|
|
281
281
|
get fundedAccount(): InitialAccountData;
|
|
282
|
+
/**
|
|
283
|
+
* Returns a per-role data directory nested under this test's root data dir. The multi-node factories
|
|
284
|
+
* (`createNodes`) append `-<index>` to this base for each node they spawn; single-node factories
|
|
285
|
+
* (`createProverNode`, `createNonValidatorNode`, `createNode`) use it verbatim. Everything lives under
|
|
286
|
+
* `this.dataDir`, so a single recursive remove in teardown() cleans up all of it.
|
|
287
|
+
*/
|
|
288
|
+
dataDirFor(label: string): string;
|
|
282
289
|
addBootstrapNode(): Promise<void>;
|
|
283
290
|
getValidators(): {
|
|
284
291
|
validators: Operator[];
|
|
285
292
|
};
|
|
286
293
|
applyBaseSetup(): Promise<void>;
|
|
294
|
+
/** Points the wallet to a P2P-enabled node so transactions can propagate through the network. */
|
|
295
|
+
setupWalletOnNode(node: AztecNodeService): void;
|
|
296
|
+
/** Registers the hardcoded account in PXE without on-chain deployment. No sequencer needed. */
|
|
287
297
|
setupAccount(): Promise<void>;
|
|
288
298
|
deploySpamContract(): Promise<void>;
|
|
289
299
|
removeInitialNode(): Promise<void>;
|
|
@@ -304,13 +314,12 @@ export declare class P2PNetworkTest {
|
|
|
304
314
|
* @param timeoutSeconds - Maximum time to wait for connections (default: 30 seconds)
|
|
305
315
|
* @param checkIntervalSeconds - How often to check connectivity (default: 0.1 seconds)
|
|
306
316
|
*/
|
|
307
|
-
waitForP2PMeshConnectivity(nodes: AztecNodeService[], expectedNodeCount?: number, timeoutSeconds?: number, checkIntervalSeconds?: number, topics?: TopicType[]): Promise<void>;
|
|
317
|
+
waitForP2PMeshConnectivity(nodes: AztecNodeService[], expectedNodeCount?: number, timeoutSeconds?: number, checkIntervalSeconds?: number, topics?: TopicType[], minMeshPeerCount?: number): Promise<void>;
|
|
308
318
|
teardown(): Promise<void>;
|
|
309
319
|
getContracts(): Promise<{
|
|
310
320
|
rollup: RollupContract;
|
|
311
321
|
slasherContract: GetContractReturnType<typeof SlasherAbi, ViemClient>;
|
|
312
|
-
slashingProposer:
|
|
313
|
-
slashFactory: SlashFactoryContract;
|
|
322
|
+
slashingProposer: SlashingProposerContract | undefined;
|
|
314
323
|
}>;
|
|
315
324
|
}
|
|
316
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
325
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicDJwX25ldHdvcmsuZC50cyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy9wMnAvcDJwX25ldHdvcmsudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLEtBQUssa0JBQWtCLEVBQTJCLE1BQU0seUJBQXlCLENBQUM7QUFDM0YsT0FBTyxLQUFLLEVBQW1CLGdCQUFnQixFQUFFLE1BQU0sbUJBQW1CLENBQUM7QUFFM0UsT0FBTyxFQUFFLFlBQVksRUFBYyxNQUFNLDJCQUEyQixDQUFDO0FBR3JFLE9BQU8sRUFBZSxjQUFjLEVBQUUsS0FBSyx3QkFBd0IsRUFBRSxNQUFNLDJCQUEyQixDQUFDO0FBQ3ZHLE9BQU8sS0FBSyxFQUFFLFFBQVEsRUFBRSxNQUFNLDJDQUEyQyxDQUFDO0FBSTFFLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxzQkFBc0IsQ0FBQztBQUNwRCxPQUFPLEtBQUssRUFBNEIsVUFBVSxFQUFFLE1BQU0sdUJBQXVCLENBQUM7QUFHbEYsT0FBTyxFQUFFLEtBQUssTUFBTSxFQUFnQixNQUFNLHVCQUF1QixDQUFDO0FBRWxFLE9BQU8sRUFBYSxVQUFVLEVBQWdCLE1BQU0scUJBQXFCLENBQUM7QUFDMUUsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLG9DQUFvQyxDQUFDO0FBQ2xFLE9BQU8sS0FBSyxFQUFFLGFBQWEsRUFBRSxNQUFNLHNCQUFzQixDQUFDO0FBRzFELE9BQU8sRUFBRSxTQUFTLEVBQUUsTUFBTSxtQkFBbUIsQ0FBQztBQUM5QyxPQUFPLEtBQUssRUFBRSxXQUFXLEVBQUUsTUFBTSwyQkFBMkIsQ0FBQztBQVE3RCxPQUFPLEVBQUUsS0FBSyxxQkFBcUIsRUFBMkIsTUFBTSxNQUFNLENBQUM7QUFPM0UsT0FBTyxFQUNMLEtBQUssZUFBZSxFQUNwQixLQUFLLFlBQVksRUFLbEIsTUFBTSxzQkFBc0IsQ0FBQztBQU85QixPQUFPLEtBQUssRUFBRSxVQUFVLEVBQUUsTUFBTSwrQkFBK0IsQ0FB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
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"p2p_network.d.ts","sourceRoot":"","sources":["../../src/p2p/p2p_network.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import { generateSchnorrAccounts } from '@aztec/accounts/testing';
|
|
2
|
+
import { getAccountContractAddress } from '@aztec/aztec.js/account';
|
|
1
3
|
import { EthAddress } from '@aztec/aztec.js/addresses';
|
|
2
4
|
import { Fr } from '@aztec/aztec.js/fields';
|
|
3
5
|
import { getL1ContractsConfigEnvVars } from '@aztec/ethereum/config';
|
|
@@ -14,14 +16,17 @@ import { RollupAbi, SlasherAbi, TestERC20Abi } from '@aztec/l1-artifacts';
|
|
|
14
16
|
import { SpamContract } from '@aztec/noir-test-contracts.js/Spam';
|
|
15
17
|
import { createBootstrapNodeFromPrivateKey, getBootstrapNodeEnr } from '@aztec/p2p/test-helpers';
|
|
16
18
|
import { tryStop } from '@aztec/stdlib/interfaces/server';
|
|
17
|
-
import { SlashFactoryContract } from '@aztec/stdlib/l1-contracts';
|
|
18
19
|
import { TopicType } from '@aztec/stdlib/p2p';
|
|
19
20
|
import { ZkPassportProofParams } from '@aztec/stdlib/zkpassport';
|
|
20
21
|
import { getGenesisValues } from '@aztec/world-state/testing';
|
|
22
|
+
import fs from 'fs';
|
|
21
23
|
import getPort from 'get-port';
|
|
24
|
+
import os from 'os';
|
|
25
|
+
import path from 'path';
|
|
22
26
|
import { getAddress, getContract } from 'viem';
|
|
23
27
|
import { privateKeyToAccount } from 'viem/accounts';
|
|
24
|
-
import {
|
|
28
|
+
import { SCHNORR_HARDCODED_PRIVATE_KEY, SchnorrHardcodedKeyAccountContract } from '../fixtures/schnorr_hardcoded_account_contract.js';
|
|
29
|
+
import { getPrivateKeyFromIndex, getSponsoredFPCAddress, setup, teardown } from '../fixtures/setup.js';
|
|
25
30
|
import { ATTESTER_PRIVATE_KEYS_START_INDEX, createValidatorConfig, generatePrivateKeys } from '../fixtures/setup_p2p_test.js';
|
|
26
31
|
import { getEndToEndTestTelemetryClient } from '../fixtures/with_telemetry_utils.js';
|
|
27
32
|
// Use a fixed bootstrap node private key so that we can re-use the same snapshot and the nodes can find each other
|
|
@@ -50,13 +55,15 @@ export class P2PNetworkTest {
|
|
|
50
55
|
attesterPublicKeys;
|
|
51
56
|
peerIdPrivateKeys;
|
|
52
57
|
validators;
|
|
53
|
-
|
|
54
|
-
|
|
58
|
+
hardcodedAccountData;
|
|
59
|
+
genesis;
|
|
55
60
|
// The re-execution test needs a wallet and a spam contract
|
|
56
61
|
wallet;
|
|
57
62
|
defaultAccountAddress;
|
|
58
63
|
spamContract;
|
|
59
64
|
bootstrapNode;
|
|
65
|
+
// Root temp directory holding every node's data dir. Created in setup(), removed in teardown().
|
|
66
|
+
dataDir;
|
|
60
67
|
// Store setup options for use in setup()
|
|
61
68
|
setupOptions;
|
|
62
69
|
deployL1ContractsArgs;
|
|
@@ -72,8 +79,6 @@ export class P2PNetworkTest {
|
|
|
72
79
|
this.attesterPublicKeys = [];
|
|
73
80
|
this.peerIdPrivateKeys = [];
|
|
74
81
|
this.validators = [];
|
|
75
|
-
this.deployedAccounts = [];
|
|
76
|
-
this.prefilledPublicData = [];
|
|
77
82
|
this.logger = createLogger(`e2e:e2e_p2p:${testName}`);
|
|
78
83
|
// Set up the base account and node private keys for the initial network deployment
|
|
79
84
|
this.baseAccountPrivateKey = `0x${getPrivateKeyFromIndex(1).toString('hex')}`;
|
|
@@ -89,18 +94,16 @@ export class P2PNetworkTest {
|
|
|
89
94
|
aztecSlotDuration: initialValidatorConfig.aztecSlotDuration ?? l1ContractsConfig.aztecSlotDuration,
|
|
90
95
|
aztecProofSubmissionEpochs: initialValidatorConfig.aztecProofSubmissionEpochs ?? l1ContractsConfig.aztecProofSubmissionEpochs,
|
|
91
96
|
slashingRoundSizeInEpochs: initialValidatorConfig.slashingRoundSizeInEpochs ?? l1ContractsConfig.slashingRoundSizeInEpochs,
|
|
92
|
-
|
|
97
|
+
slasherEnabled: initialValidatorConfig.slasherEnabled ?? true,
|
|
93
98
|
aztecTargetCommitteeSize: numberOfValidators,
|
|
94
99
|
metricsPort: metricsPort,
|
|
95
|
-
|
|
96
|
-
startProverNode,
|
|
97
|
-
walletMinFeePadding: 2.0
|
|
100
|
+
startProverNode
|
|
98
101
|
};
|
|
99
102
|
this.deployL1ContractsArgs = {
|
|
100
103
|
...initialValidatorConfig,
|
|
101
104
|
aztecEpochDuration: initialValidatorConfig.aztecEpochDuration ?? l1ContractsConfig.aztecEpochDuration,
|
|
102
105
|
slashingRoundSizeInEpochs: initialValidatorConfig.slashingRoundSizeInEpochs ?? l1ContractsConfig.slashingRoundSizeInEpochs,
|
|
103
|
-
|
|
106
|
+
slasherEnabled: initialValidatorConfig.slasherEnabled ?? true,
|
|
104
107
|
ethereumSlotDuration: initialValidatorConfig.ethereumSlotDuration ?? l1ContractsConfig.ethereumSlotDuration,
|
|
105
108
|
aztecSlotDuration: initialValidatorConfig.aztecSlotDuration ?? l1ContractsConfig.aztecSlotDuration,
|
|
106
109
|
aztecProofSubmissionEpochs: initialValidatorConfig.aztecProofSubmissionEpochs ?? l1ContractsConfig.aztecProofSubmissionEpochs,
|
|
@@ -120,10 +123,21 @@ export class P2PNetworkTest {
|
|
|
120
123
|
return new P2PNetworkTest(testName, bootstrapNodeEnr, port, numberOfValidators, initialValidatorConfig, numberOfNodes, metricsPort, startProverNode);
|
|
121
124
|
}
|
|
122
125
|
get fundedAccount() {
|
|
123
|
-
if (!this.
|
|
124
|
-
throw new Error('Call
|
|
126
|
+
if (!this.hardcodedAccountData) {
|
|
127
|
+
throw new Error('Call setup to initialize the hardcoded account.');
|
|
125
128
|
}
|
|
126
|
-
return this.
|
|
129
|
+
return this.hardcodedAccountData;
|
|
130
|
+
}
|
|
131
|
+
/**
|
|
132
|
+
* Returns a per-role data directory nested under this test's root data dir. The multi-node factories
|
|
133
|
+
* (`createNodes`) append `-<index>` to this base for each node they spawn; single-node factories
|
|
134
|
+
* (`createProverNode`, `createNonValidatorNode`, `createNode`) use it verbatim. Everything lives under
|
|
135
|
+
* `this.dataDir`, so a single recursive remove in teardown() cleans up all of it.
|
|
136
|
+
*/ dataDirFor(label) {
|
|
137
|
+
if (!this.dataDir) {
|
|
138
|
+
throw new Error('Call setup to initialize the data directory.');
|
|
139
|
+
}
|
|
140
|
+
return path.join(this.dataDir, label);
|
|
127
141
|
}
|
|
128
142
|
async addBootstrapNode() {
|
|
129
143
|
this.logger.info('Adding bootstrap node');
|
|
@@ -205,14 +219,19 @@ export class P2PNetworkTest {
|
|
|
205
219
|
// Send and await a tx to make sure we mine a block for the warp to correctly progress.
|
|
206
220
|
await this._sendDummyTx(this.context.deployL1ContractsValues.l1Client);
|
|
207
221
|
}
|
|
208
|
-
|
|
209
|
-
this.logger.info('
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
222
|
+
/** Points the wallet to a P2P-enabled node so transactions can propagate through the network. */ setupWalletOnNode(node) {
|
|
223
|
+
this.logger.info('Pointing wallet to a P2P-enabled node');
|
|
224
|
+
this.context.wallet.updateNode(node);
|
|
225
|
+
}
|
|
226
|
+
/** Registers the hardcoded account in PXE without on-chain deployment. No sequencer needed. */ async setupAccount() {
|
|
227
|
+
this.logger.info('Registering hardcoded account (no deployment)');
|
|
228
|
+
const contract = new SchnorrHardcodedKeyAccountContract();
|
|
229
|
+
const accountManager = await this.context.wallet.createAccount({
|
|
230
|
+
secret: this.hardcodedAccountData.secret,
|
|
231
|
+
salt: this.hardcodedAccountData.salt,
|
|
232
|
+
contract
|
|
213
233
|
});
|
|
214
|
-
this.
|
|
215
|
-
[{ address: this.defaultAccountAddress }] = deployedAccounts;
|
|
234
|
+
this.defaultAccountAddress = accountManager.address;
|
|
216
235
|
this.wallet = this.context.wallet;
|
|
217
236
|
}
|
|
218
237
|
async deploySpamContract() {
|
|
@@ -246,11 +265,28 @@ export class P2PNetworkTest {
|
|
|
246
265
|
}
|
|
247
266
|
async setup() {
|
|
248
267
|
this.logger.info('Setting up subsystems from fresh');
|
|
268
|
+
this.dataDir = fs.mkdtempSync(path.join(os.tmpdir(), `${this.testName}-`));
|
|
269
|
+
// Pre-compute hardcoded account data so it gets funded in genesis.
|
|
270
|
+
const contract = new SchnorrHardcodedKeyAccountContract();
|
|
271
|
+
const secret = Fr.random();
|
|
272
|
+
const salt = Fr.random();
|
|
273
|
+
this.hardcodedAccountData = {
|
|
274
|
+
secret,
|
|
275
|
+
salt,
|
|
276
|
+
signingKey: SCHNORR_HARDCODED_PRIVATE_KEY,
|
|
277
|
+
address: await getAccountContractAddress(contract, secret, salt)
|
|
278
|
+
};
|
|
279
|
+
// Generate funded (initializerless) Schnorr accounts for tests that create accounts from them (e.g. add_rollup).
|
|
280
|
+
const fundedAccounts = await generateSchnorrAccounts(2);
|
|
249
281
|
this.context = await setup(0, {
|
|
250
282
|
...this.setupOptions,
|
|
251
283
|
fundSponsoredFPC: true,
|
|
252
|
-
|
|
253
|
-
|
|
284
|
+
skipInitialSequencer: true,
|
|
285
|
+
additionallyFundedAccounts: [
|
|
286
|
+
...fundedAccounts,
|
|
287
|
+
this.hardcodedAccountData
|
|
288
|
+
],
|
|
289
|
+
slasherEnabled: this.setupOptions.slasherEnabled ?? this.deployL1ContractsArgs.slasherEnabled ?? false,
|
|
254
290
|
aztecTargetCommitteeSize: 0,
|
|
255
291
|
l1ContractsArgs: this.deployL1ContractsArgs
|
|
256
292
|
}, // Use checkpointed chain tip for PXE to avoid issues with blocks being dropped due to pruned anchor blocks.
|
|
@@ -260,11 +296,11 @@ export class P2PNetworkTest {
|
|
|
260
296
|
this.ctx = this.context;
|
|
261
297
|
const sponsoredFPCAddress = await getSponsoredFPCAddress();
|
|
262
298
|
const initialFundedAccounts = [
|
|
263
|
-
...this.context.
|
|
299
|
+
...this.context.additionallyFundedAccounts.map((a)=>a.address),
|
|
264
300
|
sponsoredFPCAddress
|
|
265
301
|
];
|
|
266
|
-
const {
|
|
267
|
-
this.
|
|
302
|
+
const { genesis } = await getGenesisValues(initialFundedAccounts, undefined, undefined, this.context.genesis.genesisTimestamp);
|
|
303
|
+
this.genesis = genesis;
|
|
268
304
|
const rollupContract = RollupContract.getFromL1ContractsValues(this.context.deployL1ContractsValues);
|
|
269
305
|
this.monitor = new ChainMonitor(rollupContract, this.context.dateProvider).start();
|
|
270
306
|
this.monitor.on('l1-block', ({ timestamp })=>this.context.dateProvider.setTime(Number(timestamp) * 1000));
|
|
@@ -289,7 +325,7 @@ export class P2PNetworkTest {
|
|
|
289
325
|
* @param checkIntervalSeconds - How often to check connectivity (default: 0.1 seconds)
|
|
290
326
|
*/ async waitForP2PMeshConnectivity(nodes, expectedNodeCount, timeoutSeconds = 30, checkIntervalSeconds = 0.1, topics = [
|
|
291
327
|
TopicType.tx
|
|
292
|
-
]) {
|
|
328
|
+
], minMeshPeerCount = 1) {
|
|
293
329
|
const nodeCount = expectedNodeCount ?? nodes.length;
|
|
294
330
|
const minPeerCount = nodeCount - 1;
|
|
295
331
|
this.logger.warn(`Waiting for all ${nodeCount} nodes to connect to P2P mesh (at least ${minPeerCount} peers each)...`);
|
|
@@ -302,26 +338,35 @@ export class P2PNetworkTest {
|
|
|
302
338
|
}, `Node ${index} to connect to at least ${minPeerCount} peers`, timeoutSeconds, checkIntervalSeconds);
|
|
303
339
|
}));
|
|
304
340
|
this.logger.warn('All nodes connected to P2P mesh');
|
|
305
|
-
// Wait for GossipSub mesh to form for all specified topics.
|
|
306
|
-
//
|
|
307
|
-
//
|
|
341
|
+
// Wait for the GossipSub mesh to form for all specified topics. By default we only require at
|
|
342
|
+
// least 1 mesh peer per node, since GossipSub stops grafting once it reaches Dlo peers and won't
|
|
343
|
+
// fill the mesh to every available peer. Callers that need a proposal to reach the whole
|
|
344
|
+
// committee within a slot (e.g. quorum-from-genesis tests) raise `minMeshPeerCount` so the mesh
|
|
345
|
+
// is fully formed — a single mesh peer can leave some committee members unreached at first.
|
|
308
346
|
for (const topic of topics){
|
|
309
|
-
this.logger.warn(`Waiting for GossipSub mesh
|
|
347
|
+
this.logger.warn(`Waiting for GossipSub mesh (>= ${minMeshPeerCount} peers per node) for ${topic} topic...`);
|
|
310
348
|
await Promise.all(nodes.map(async (node, index)=>{
|
|
311
349
|
const p2p = node.getP2P();
|
|
312
350
|
await retryUntil(async ()=>{
|
|
313
351
|
const meshPeers = await p2p.getGossipMeshPeerCount(topic);
|
|
314
352
|
this.logger.debug(`Node ${index} has ${meshPeers} gossip mesh peers for ${topic} topic`);
|
|
315
|
-
return meshPeers >=
|
|
316
|
-
}, `Node ${index} to have gossip mesh peers for ${topic} topic`, timeoutSeconds, checkIntervalSeconds);
|
|
353
|
+
return meshPeers >= minMeshPeerCount ? true : undefined;
|
|
354
|
+
}, `Node ${index} to have >= ${minMeshPeerCount} gossip mesh peers for ${topic} topic`, timeoutSeconds, checkIntervalSeconds);
|
|
317
355
|
}));
|
|
318
|
-
this.logger.warn(`All nodes have gossip mesh peers for ${topic} topic`);
|
|
356
|
+
this.logger.warn(`All nodes have >= ${minMeshPeerCount} gossip mesh peers for ${topic} topic`);
|
|
319
357
|
}
|
|
320
358
|
}
|
|
321
359
|
async teardown() {
|
|
322
360
|
await this.monitor.stop();
|
|
323
361
|
await tryStop(this.bootstrapNode, this.logger);
|
|
324
362
|
await teardown(this.context);
|
|
363
|
+
if (this.dataDir) {
|
|
364
|
+
fs.rmSync(this.dataDir, {
|
|
365
|
+
recursive: true,
|
|
366
|
+
force: true,
|
|
367
|
+
maxRetries: 3
|
|
368
|
+
});
|
|
369
|
+
}
|
|
325
370
|
}
|
|
326
371
|
async getContracts() {
|
|
327
372
|
if (!this.ctx.deployL1ContractsValues) {
|
|
@@ -333,14 +378,12 @@ export class P2PNetworkTest {
|
|
|
333
378
|
abi: SlasherAbi,
|
|
334
379
|
client: this.ctx.deployL1ContractsValues.l1Client
|
|
335
380
|
});
|
|
336
|
-
// Get the actual slashing proposer from rollup
|
|
381
|
+
// Get the actual slashing proposer from rollup
|
|
337
382
|
const slashingProposer = await rollup.getSlashingProposer();
|
|
338
|
-
const slashFactory = new SlashFactoryContract(this.ctx.deployL1ContractsValues.l1Client, getAddress(this.ctx.deployL1ContractsValues.l1ContractAddresses.slashFactoryAddress.toString()));
|
|
339
383
|
return {
|
|
340
384
|
rollup,
|
|
341
385
|
slasherContract,
|
|
342
|
-
slashingProposer
|
|
343
|
-
slashFactory
|
|
386
|
+
slashingProposer
|
|
344
387
|
};
|
|
345
388
|
}
|
|
346
389
|
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import type { AztecNodeService } from '@aztec/aztec-node';
|
|
2
|
+
import { P2PNetworkTest } from '../p2p_network.js';
|
|
3
|
+
export declare const NUM_VALIDATORS = 6;
|
|
4
|
+
export declare const NUM_TXS_PER_NODE = 4;
|
|
5
|
+
export declare const BOOT_NODE_UDP_PORT: number;
|
|
6
|
+
type ReqrespOptions = {
|
|
7
|
+
disableStatusHandshake?: boolean;
|
|
8
|
+
};
|
|
9
|
+
export declare function createReqrespTest(options?: ReqrespOptions): Promise<P2PNetworkTest>;
|
|
10
|
+
export declare function cleanupReqrespTest(params: {
|
|
11
|
+
t: P2PNetworkTest;
|
|
12
|
+
nodes?: AztecNodeService[];
|
|
13
|
+
}): Promise<void>;
|
|
14
|
+
export declare function runReqrespTxTest(params: {
|
|
15
|
+
t: P2PNetworkTest;
|
|
16
|
+
disableStatusHandshake?: boolean;
|
|
17
|
+
}): Promise<AztecNodeService[]>;
|
|
18
|
+
export {};
|
|
19
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidXRpbHMuZC50cyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3NyYy9wMnAvcmVxcmVzcC91dGlscy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEtBQUssRUFBRSxnQkFBZ0IsRUFBRSxNQUFNLG1CQUFtQixDQUFDO0FBYzFELE9BQU8sRUFBRSxjQUFjLEVBQUUsTUFBTSxtQkFBbUIsQ0FBQztBQUluRCxlQUFPLE1BQU0sY0FBYyxJQUFJLENBQUM7QUFDaEMsZUFBTyxNQUFNLGdCQUFnQixJQUFJLENBQUM7QUFDbEMsZUFBTyxNQUFNLGtCQUFrQixRQUF1QixDQUFDO0FBRXZELEtBQUssY0FBYyxHQUFHO0lBQ3BCLHNCQUFzQixDQUFDLEVBQUUsT0FBTyxDQUFDO0NBQ2xDLENBQUM7QUFFRix3QkFBc0IsaUJBQWlCLENBQUMsT0FBTyxHQUFFLGNBQW1CLEdBQUcsT0FBTyxDQUFDLGNBQWMsQ0FBQyxDQTJCN0Y7QUFFRCx3QkFBc0Isa0JBQWtCLENBQUMsTUFBTSxFQUFFO0lBQUUsQ0FBQyxFQUFFLGNBQWMsQ0FBQztJQUFDLEtBQUssQ0FBQyxFQUFFLGdCQUFnQixFQUFFLENBQUE7Q0FBRSxpQkFNakc7QUFJRCx3QkFBc0IsZ0JBQWdCLENBQUMsTUFBTSxFQUFFO0lBQzdDLENBQUMsRUFBRSxjQUFjLENBQUM7SUFDbEIsc0JBQXNCLENBQUMsRUFBRSxPQUFPLENBQUM7Q0FDbEMsR0FBRyxPQUFPLENBQUMsZ0JBQWdCLEVBQUUsQ0FBQyxDQWlLOUIifQ==
|