@aztec/end-to-end 0.0.1-commit.b655e406 → 0.0.1-commit.b8a057fa
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/automine/contracts/fixtures/storage_proof_fetcher.js +184 -0
- package/dest/automine/contracts/fixtures/storage_proof_fixture.d.ts +18 -0
- package/dest/automine/contracts/fixtures/storage_proof_fixture.d.ts.map +1 -0
- package/dest/automine/contracts/fixtures/storage_proof_fixture.js +120 -0
- package/dest/automine/delivery/onchain_delivery_harness.d.ts +17 -0
- package/dest/automine/delivery/onchain_delivery_harness.d.ts.map +1 -0
- package/dest/automine/delivery/onchain_delivery_harness.js +123 -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/automine/token/blacklist_token_contract_test.js +166 -0
- 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/automine/token/token_contract_test.js +119 -0
- 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 +17 -2
- package/dest/bench/client_flows/benchmark.d.ts.map +1 -1
- package/dest/bench/client_flows/benchmark.js +40 -1
- package/dest/bench/client_flows/client_flows_benchmark.d.ts +26 -20
- package/dest/bench/client_flows/client_flows_benchmark.d.ts.map +1 -1
- package/dest/bench/client_flows/client_flows_benchmark.js +159 -140
- package/dest/bench/client_flows/config.d.ts +2 -2
- package/dest/bench/client_flows/config.d.ts.map +1 -1
- package/dest/bench/client_flows/config.js +18 -0
- package/dest/bench/client_flows/data_extractor.d.ts +1 -1
- package/dest/bench/client_flows/data_extractor.js +8 -27
- package/dest/bench/utils.d.ts +10 -9
- package/dest/bench/utils.d.ts.map +1 -1
- package/dest/bench/utils.js +126 -23
- 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/{e2e_multi_validator/utils.js → composed/web3signer/multi_validator_keystore_utils.js} +1 -1
- package/dest/fixtures/authwit_proxy.d.ts +15 -0
- package/dest/fixtures/authwit_proxy.d.ts.map +1 -0
- package/dest/fixtures/authwit_proxy.js +34 -0
- package/dest/fixtures/e2e_prover_test.d.ts +27 -29
- package/dest/fixtures/e2e_prover_test.d.ts.map +1 -1
- package/dest/fixtures/e2e_prover_test.js +156 -156
- package/dest/fixtures/elu_monitor.d.ts +21 -0
- package/dest/fixtures/elu_monitor.d.ts.map +1 -0
- package/dest/fixtures/elu_monitor.js +102 -0
- package/dest/fixtures/fixtures.d.ts +83 -3
- package/dest/fixtures/fixtures.d.ts.map +1 -1
- package/dest/fixtures/fixtures.js +86 -3
- package/dest/fixtures/get_acvm_config.d.ts +1 -1
- package/dest/fixtures/get_acvm_config.js +1 -1
- package/dest/fixtures/get_bb_config.d.ts +1 -1
- package/dest/fixtures/get_bb_config.d.ts.map +1 -1
- package/dest/fixtures/get_bb_config.js +5 -5
- package/dest/fixtures/ha_setup.d.ts +71 -0
- package/dest/fixtures/ha_setup.d.ts.map +1 -0
- package/dest/fixtures/ha_setup.js +119 -0
- package/dest/fixtures/index.d.ts +3 -1
- package/dest/fixtures/index.d.ts.map +1 -1
- package/dest/fixtures/index.js +2 -0
- 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/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 +269 -0
- package/dest/fixtures/setup.d.ts.map +1 -0
- package/dest/fixtures/setup.js +688 -0
- package/dest/fixtures/setup_p2p_test.d.ts +22 -11
- package/dest/fixtures/setup_p2p_test.d.ts.map +1 -1
- package/dest/fixtures/setup_p2p_test.js +60 -41
- 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 +26 -5
- package/dest/fixtures/token_utils.d.ts.map +1 -1
- package/dest/fixtures/token_utils.js +33 -9
- package/dest/fixtures/utils.d.ts +5 -192
- package/dest/fixtures/utils.d.ts.map +1 -1
- package/dest/fixtures/utils.js +4 -648
- 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/fixtures/web3signer.d.ts +1 -1
- package/dest/fixtures/web3signer.js +1 -1
- 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/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/index.d.ts +1 -1
- 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/p2p/p2p_network.d.ts +325 -0
- package/dest/p2p/p2p_network.d.ts.map +1 -0
- package/dest/p2p/p2p_network.js +389 -0
- package/dest/p2p/reqresp/utils.d.ts +19 -0
- package/dest/p2p/reqresp/utils.d.ts.map +1 -0
- package/dest/p2p/reqresp/utils.js +193 -0
- 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/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 +11 -8
- package/dest/shared/cross_chain_test_harness.d.ts.map +1 -1
- package/dest/shared/cross_chain_test_harness.js +45 -40
- package/dest/shared/gas_portal_test_harness.d.ts +9 -6
- package/dest/shared/gas_portal_test_harness.d.ts.map +1 -1
- package/dest/shared/gas_portal_test_harness.js +28 -16
- package/dest/shared/index.d.ts +3 -2
- package/dest/shared/index.d.ts.map +1 -1
- package/dest/shared/index.js +1 -0
- package/dest/shared/jest_setup.d.ts +1 -1
- package/dest/shared/jest_setup.js +41 -1
- package/dest/shared/mock_state_view.d.ts +86 -0
- package/dest/shared/mock_state_view.d.ts.map +1 -0
- package/dest/shared/mock_state_view.js +186 -0
- package/dest/shared/submit-transactions.d.ts +4 -4
- package/dest/shared/submit-transactions.d.ts.map +1 -1
- package/dest/shared/submit-transactions.js +19 -14
- 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 +3 -27
- package/dest/shared/uniswap_l1_l2.d.ts.map +1 -1
- package/dest/shared/uniswap_l1_l2.js +86 -54
- 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/index.d.ts +1 -1
- package/dest/simulators/lending_simulator.d.ts +11 -4
- package/dest/simulators/lending_simulator.d.ts.map +1 -1
- package/dest/simulators/lending_simulator.js +33 -19
- package/dest/simulators/token_simulator.d.ts +1 -1
- package/dest/simulators/token_simulator.d.ts.map +1 -1
- package/dest/simulators/token_simulator.js +3 -24
- 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/single-node/fees/bridging_race.notest.d.ts +2 -0
- package/dest/single-node/fees/bridging_race.notest.d.ts.map +1 -0
- package/dest/{e2e_fees → single-node/fees}/bridging_race.notest.js +21 -10
- 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/single-node/fees/fees_test.js +274 -0
- 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 +18 -6
- package/dest/spartan/setup_test_wallets.d.ts.map +1 -1
- package/dest/spartan/setup_test_wallets.js +169 -30
- package/dest/spartan/tx_metrics.d.ts +111 -0
- package/dest/spartan/tx_metrics.d.ts.map +1 -0
- package/dest/spartan/tx_metrics.js +507 -0
- package/dest/spartan/utils/bot.d.ts +28 -0
- package/dest/spartan/utils/bot.d.ts.map +1 -0
- package/dest/spartan/utils/bot.js +142 -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 +19 -0
- package/dest/spartan/utils/config.d.ts.map +1 -0
- package/dest/spartan/utils/config.js +23 -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 +11 -0
- package/dest/spartan/utils/index.d.ts.map +1 -0
- package/dest/spartan/utils/index.js +22 -0
- package/dest/spartan/utils/k8s.d.ts +128 -0
- package/dest/spartan/utils/k8s.d.ts.map +1 -0
- package/dest/spartan/utils/k8s.js +381 -0
- package/dest/spartan/utils/nodes.d.ts +40 -0
- package/dest/spartan/utils/nodes.d.ts.map +1 -0
- package/dest/spartan/utils/nodes.js +461 -0
- package/dest/spartan/utils/pod_logs.d.ts +25 -0
- package/dest/spartan/utils/pod_logs.d.ts.map +1 -0
- package/dest/spartan/utils/pod_logs.js +74 -0
- package/dest/spartan/utils/scripts.d.ts +30 -0
- package/dest/spartan/utils/scripts.d.ts.map +1 -0
- package/dest/spartan/utils/scripts.js +81 -0
- package/dest/spartan/utils.d.ts +2 -218
- package/dest/spartan/utils.d.ts.map +1 -1
- package/dest/spartan/utils.js +1 -749
- package/dest/test-wallet/test_wallet.d.ts +105 -0
- package/dest/test-wallet/test_wallet.d.ts.map +1 -0
- package/dest/test-wallet/test_wallet.js +323 -0
- package/dest/test-wallet/utils.d.ts +76 -0
- package/dest/test-wallet/utils.d.ts.map +1 -0
- package/dest/test-wallet/utils.js +126 -0
- package/dest/test-wallet/wallet_worker_script.d.ts +2 -0
- package/dest/test-wallet/wallet_worker_script.d.ts.map +1 -0
- package/dest/test-wallet/wallet_worker_script.js +56 -0
- package/dest/test-wallet/worker_wallet.d.ts +53 -0
- package/dest/test-wallet/worker_wallet.d.ts.map +1 -0
- package/dest/test-wallet/worker_wallet.js +155 -0
- package/dest/test-wallet/worker_wallet_schema.d.ts +4 -0
- package/dest/test-wallet/worker_wallet_schema.d.ts.map +1 -0
- package/dest/test-wallet/worker_wallet_schema.js +22 -0
- package/package.json +57 -47
- package/src/automine/README.md +60 -0
- package/src/automine/automine_test_context.ts +153 -0
- package/src/automine/contracts/fixtures/storage_proof.json +915 -0
- package/src/automine/contracts/fixtures/storage_proof_fetcher.ts +190 -0
- package/src/automine/contracts/fixtures/storage_proof_fixture.ts +173 -0
- package/src/automine/delivery/onchain_delivery_harness.ts +177 -0
- package/src/automine/token/blacklist_token_contract_test.ts +208 -0
- package/src/automine/token/token_contract_test.ts +146 -0
- package/src/automine/token/token_test_helpers.ts +138 -0
- package/src/bench/client_flows/benchmark.ts +45 -2
- package/src/bench/client_flows/client_flows_benchmark.ts +227 -211
- package/src/bench/client_flows/config.ts +9 -1
- package/src/bench/client_flows/data_extractor.ts +7 -28
- package/src/bench/utils.ts +144 -25
- package/src/composed/ha/ha_full_setup.ts +466 -0
- package/src/{e2e_multi_validator/utils.ts → composed/web3signer/multi_validator_keystore_utils.ts} +1 -1
- package/src/fixtures/authwit_proxy.ts +54 -0
- package/src/fixtures/dumps/epoch_proof_result.json +1 -1
- package/src/fixtures/e2e_prover_test.ts +175 -214
- package/src/fixtures/elu_monitor.ts +126 -0
- package/src/fixtures/fixtures.ts +110 -5
- package/src/fixtures/get_acvm_config.ts +1 -1
- package/src/fixtures/get_bb_config.ts +7 -6
- package/src/fixtures/ha_setup.ts +192 -0
- package/src/fixtures/index.ts +2 -0
- package/src/fixtures/l1_to_l2_messaging.ts +4 -2
- package/src/fixtures/schnorr_hardcoded_account_contract.ts +49 -0
- package/src/fixtures/setup.ts +987 -0
- package/src/fixtures/setup_p2p_test.ts +72 -58
- package/src/fixtures/timing.ts +97 -0
- package/src/fixtures/token_utils.ts +47 -11
- package/src/fixtures/utils.ts +26 -947
- package/src/fixtures/wait_helpers.ts +333 -0
- package/src/fixtures/web3signer.ts +1 -1
- package/src/fixtures/with_telemetry_utils.ts +2 -2
- 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 +8 -5
- 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/p2p/p2p_network.ts +542 -0
- package/src/p2p/reqresp/utils.ts +263 -0
- package/src/p2p/shared.ts +329 -0
- package/src/quality_of_service/{alert_checker.ts → grafana_client.ts} +1 -1
- package/src/quality_of_service/prometheus_client.ts +113 -0
- package/src/shared/cross_chain_test_harness.ts +51 -43
- package/src/shared/gas_portal_test_harness.ts +36 -18
- package/src/shared/index.ts +2 -1
- package/src/shared/jest_setup.ts +51 -1
- package/src/shared/mock_state_view.ts +188 -0
- package/src/shared/submit-transactions.ts +22 -19
- package/src/shared/timing_env.d.mts +39 -0
- package/src/shared/timing_env.mjs +363 -0
- package/src/shared/uniswap_l1_l2.ts +136 -115
- package/src/shared/wait_for_l1_to_l2_message.ts +23 -0
- package/src/simulators/lending_simulator.ts +40 -20
- package/src/simulators/token_simulator.ts +6 -30
- 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 +23 -15
- package/src/single-node/fees/fees_test.ts +368 -0
- 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/DEVELOP.md +7 -0
- package/src/spartan/setup_test_wallets.ts +243 -32
- package/src/spartan/tx_metrics.ts +460 -0
- package/src/spartan/utils/bot.ts +188 -0
- package/src/spartan/utils/chaos.ts +253 -0
- package/src/spartan/utils/clients.ts +100 -0
- package/src/spartan/utils/config.ts +29 -0
- package/src/spartan/utils/health.ts +255 -0
- package/src/spartan/utils/helm.ts +84 -0
- package/src/spartan/utils/index.ts +71 -0
- package/src/spartan/utils/k8s.ts +535 -0
- package/src/spartan/utils/nodes.ts +543 -0
- package/src/spartan/utils/pod_logs.ts +99 -0
- package/src/spartan/utils/scripts.ts +99 -0
- package/src/spartan/utils.ts +1 -942
- package/src/test-wallet/test_wallet.ts +429 -0
- package/src/test-wallet/utils.ts +205 -0
- package/src/test-wallet/wallet_worker_script.ts +66 -0
- package/src/test-wallet/worker_wallet.ts +214 -0
- package/src/test-wallet/worker_wallet_schema.ts +14 -0
- package/dest/e2e_blacklist_token_contract/blacklist_token_contract_test.d.ts +0 -54
- package/dest/e2e_blacklist_token_contract/blacklist_token_contract_test.d.ts.map +0 -1
- package/dest/e2e_blacklist_token_contract/blacklist_token_contract_test.js +0 -185
- package/dest/e2e_cross_chain_messaging/cross_chain_messaging_test.d.ts +0 -41
- 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 -107
- package/dest/e2e_deploy_contract/deploy_test.d.ts +0 -36
- package/dest/e2e_deploy_contract/deploy_test.d.ts.map +0 -1
- package/dest/e2e_deploy_contract/deploy_test.js +0 -45
- package/dest/e2e_epochs/epochs_test.d.ts +0 -92
- package/dest/e2e_epochs/epochs_test.d.ts.map +0 -1
- package/dest/e2e_epochs/epochs_test.js +0 -336
- package/dest/e2e_fees/bridging_race.notest.d.ts +0 -2
- package/dest/e2e_fees/bridging_race.notest.d.ts.map +0 -1
- package/dest/e2e_fees/fees_test.d.ts +0 -84
- package/dest/e2e_fees/fees_test.d.ts.map +0 -1
- package/dest/e2e_fees/fees_test.js +0 -260
- package/dest/e2e_l1_publisher/write_json.d.ts +0 -10
- package/dest/e2e_l1_publisher/write_json.d.ts.map +0 -1
- package/dest/e2e_l1_publisher/write_json.js +0 -57
- 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 -29
- package/dest/e2e_nested_contract/nested_contract_test.d.ts.map +0 -1
- package/dest/e2e_nested_contract/nested_contract_test.js +0 -63
- 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 -135
- package/dest/e2e_p2p/p2p_network.d.ts +0 -108
- package/dest/e2e_p2p/p2p_network.d.ts.map +0 -1
- package/dest/e2e_p2p/p2p_network.js +0 -318
- package/dest/e2e_p2p/shared.d.ts +0 -46
- package/dest/e2e_p2p/shared.d.ts.map +0 -1
- package/dest/e2e_p2p/shared.js +0 -183
- package/dest/e2e_token_contract/token_contract_test.d.ts +0 -35
- package/dest/e2e_token_contract/token_contract_test.d.ts.map +0 -1
- package/dest/e2e_token_contract/token_contract_test.js +0 -126
- 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 -95
- package/dest/fixtures/snapshot_manager.d.ts.map +0 -1
- package/dest/fixtures/snapshot_manager.js +0 -505
- package/dest/quality_of_service/alert_checker.d.ts +0 -41
- package/dest/quality_of_service/alert_checker.d.ts.map +0 -1
- package/src/e2e_blacklist_token_contract/blacklist_token_contract_test.ts +0 -256
- package/src/e2e_cross_chain_messaging/cross_chain_messaging_test.ts +0 -178
- package/src/e2e_deploy_contract/deploy_test.ts +0 -78
- package/src/e2e_epochs/epochs_test.ts +0 -437
- package/src/e2e_fees/fees_test.ts +0 -378
- package/src/e2e_l1_publisher/write_json.ts +0 -76
- package/src/e2e_nested_contract/nested_contract_test.ts +0 -95
- package/src/e2e_p2p/inactivity_slash_test.ts +0 -178
- package/src/e2e_p2p/p2p_network.ts +0 -472
- package/src/e2e_p2p/shared.ts +0 -282
- package/src/e2e_token_contract/token_contract_test.ts +0 -167
- package/src/fixtures/setup_l1_contracts.ts +0 -26
- package/src/fixtures/snapshot_manager.ts +0 -665
|
@@ -0,0 +1,111 @@
|
|
|
1
|
+
import { EpochNumber } from '@aztec/foundation/branded-types';
|
|
2
|
+
import { MultiNodeTestContext, SLASHER_ENABLED_MULTI_VALIDATOR_OPTS, buildMockGossipValidators } from '../multi_node_test_context.js';
|
|
3
|
+
const NUM_NODES = 6;
|
|
4
|
+
const NUM_VALIDATORS = NUM_NODES;
|
|
5
|
+
const COMMITTEE_SIZE = NUM_VALIDATORS;
|
|
6
|
+
const SLASHING_QUORUM = 3;
|
|
7
|
+
const EPOCH_DURATION = 2;
|
|
8
|
+
const SLASHING_ROUND_SIZE_IN_EPOCHS = 2;
|
|
9
|
+
const ETHEREUM_SLOT_DURATION = process.env.CI ? 8 : 4;
|
|
10
|
+
const AZTEC_SLOT_DURATION = ETHEREUM_SLOT_DURATION * 2;
|
|
11
|
+
const SLASHING_UNIT = BigInt(1e18);
|
|
12
|
+
const SLASHING_AMOUNT = SLASHING_UNIT * 3n;
|
|
13
|
+
// How many epochs it may take to set everything up, so we dont slash during this period
|
|
14
|
+
const SETUP_EPOCH_DURATION = 8;
|
|
15
|
+
/** Stateful fixture for the inactivity-slash suites: a slasher-enabled committee on the mock-gossip bus. */ export class InactivityTest {
|
|
16
|
+
test;
|
|
17
|
+
nodes;
|
|
18
|
+
activeNodes;
|
|
19
|
+
inactiveNodes;
|
|
20
|
+
offlineValidators;
|
|
21
|
+
inactiveNodeCount;
|
|
22
|
+
constructor(opts){
|
|
23
|
+
this.inactiveNodeCount = opts.inactiveNodeCount;
|
|
24
|
+
}
|
|
25
|
+
static async setup(opts) {
|
|
26
|
+
const inactivityTest = new InactivityTest(opts);
|
|
27
|
+
await inactivityTest.run(opts);
|
|
28
|
+
return inactivityTest;
|
|
29
|
+
}
|
|
30
|
+
async run(opts) {
|
|
31
|
+
this.test = await MultiNodeTestContext.setup({
|
|
32
|
+
...SLASHER_ENABLED_MULTI_VALIDATOR_OPTS,
|
|
33
|
+
inboxLag: 2,
|
|
34
|
+
anvilSlotsInAnEpoch: 4,
|
|
35
|
+
// A fake prover node is started by the context (realProofs:false); give it the multi-epoch
|
|
36
|
+
// proving delay the inactivity scenario relied on, and keep enough broker history.
|
|
37
|
+
proverNodeConfig: {
|
|
38
|
+
proverNodeEpochProvingDelayMs: AZTEC_SLOT_DURATION * 1000
|
|
39
|
+
},
|
|
40
|
+
proverBrokerMaxEpochsToKeepResultsFor: 20,
|
|
41
|
+
aztecTargetCommitteeSize: COMMITTEE_SIZE,
|
|
42
|
+
aztecSlotDuration: AZTEC_SLOT_DURATION,
|
|
43
|
+
ethereumSlotDuration: ETHEREUM_SLOT_DURATION,
|
|
44
|
+
aztecProofSubmissionEpochs: 1024,
|
|
45
|
+
listenAddress: '127.0.0.1',
|
|
46
|
+
minTxsPerBlock: 0,
|
|
47
|
+
aztecEpochDuration: EPOCH_DURATION,
|
|
48
|
+
sentinelEnabled: true,
|
|
49
|
+
slashingQuorum: SLASHING_QUORUM,
|
|
50
|
+
slashingRoundSizeInEpochs: SLASHING_ROUND_SIZE_IN_EPOCHS,
|
|
51
|
+
slashInactivityTargetPercentage: 0.8,
|
|
52
|
+
slashGracePeriodL2Slots: SETUP_EPOCH_DURATION * EPOCH_DURATION,
|
|
53
|
+
slashAmountSmall: SLASHING_UNIT,
|
|
54
|
+
slashAmountMedium: SLASHING_UNIT * 2n,
|
|
55
|
+
slashAmountLarge: SLASHING_UNIT * 3n,
|
|
56
|
+
slashInactivityConsecutiveEpochThreshold: opts.slashInactivityConsecutiveEpochThreshold,
|
|
57
|
+
slashInactivityPenalty: SLASHING_AMOUNT,
|
|
58
|
+
initialValidators: buildMockGossipValidators(NUM_VALIDATORS)
|
|
59
|
+
});
|
|
60
|
+
const { rollup } = await this.test.getSlashingContracts();
|
|
61
|
+
const [activationThreshold, ejectionThreshold, localEjectionThreshold] = await Promise.all([
|
|
62
|
+
rollup.getActivationThreshold(),
|
|
63
|
+
rollup.getEjectionThreshold(),
|
|
64
|
+
rollup.getLocalEjectionThreshold()
|
|
65
|
+
]);
|
|
66
|
+
const biggestEjection = ejectionThreshold > localEjectionThreshold ? ejectionThreshold : localEjectionThreshold;
|
|
67
|
+
expect(activationThreshold - SLASHING_AMOUNT).toBeLessThan(biggestEjection);
|
|
68
|
+
// Create all active nodes (running sequencer) plus the inactive ones (sequencer disabled).
|
|
69
|
+
const activeCount = NUM_NODES - this.inactiveNodeCount;
|
|
70
|
+
this.activeNodes = await Promise.all(Array.from({
|
|
71
|
+
length: activeCount
|
|
72
|
+
}, (_, i)=>this.test.createValidatorNodeAt(i)));
|
|
73
|
+
this.inactiveNodes = await Promise.all(Array.from({
|
|
74
|
+
length: this.inactiveNodeCount
|
|
75
|
+
}, (_, i)=>this.test.createValidatorNodeAt(activeCount + i, {
|
|
76
|
+
dontStartSequencer: true
|
|
77
|
+
})));
|
|
78
|
+
this.nodes = [
|
|
79
|
+
...this.activeNodes,
|
|
80
|
+
...this.inactiveNodes
|
|
81
|
+
];
|
|
82
|
+
if (this.nodes.length !== NUM_NODES) {
|
|
83
|
+
throw new Error(`Expected ${NUM_NODES} nodes but got ${this.nodes.length}`);
|
|
84
|
+
}
|
|
85
|
+
this.offlineValidators = this.test.validators.slice(this.test.validators.length - this.inactiveNodeCount).map((v)=>v.attester);
|
|
86
|
+
this.test.logger.warn(`Setup complete. Offline validators are ${this.offlineValidators.join(', ')}.`, {
|
|
87
|
+
validators: this.test.validators,
|
|
88
|
+
offlineValidators: this.offlineValidators
|
|
89
|
+
});
|
|
90
|
+
this.test.logger.warn(`Advancing to epoch ${SETUP_EPOCH_DURATION - 1} (slashing will start after it is completed)`);
|
|
91
|
+
await this.test.context.cheatCodes.rollup.advanceToEpoch(EpochNumber(SETUP_EPOCH_DURATION - 1));
|
|
92
|
+
}
|
|
93
|
+
async teardown() {
|
|
94
|
+
await this.test.teardown();
|
|
95
|
+
}
|
|
96
|
+
get rollup() {
|
|
97
|
+
return this.test.rollup;
|
|
98
|
+
}
|
|
99
|
+
get logger() {
|
|
100
|
+
return this.test.logger;
|
|
101
|
+
}
|
|
102
|
+
get config() {
|
|
103
|
+
return this.test.context.config;
|
|
104
|
+
}
|
|
105
|
+
get monitor() {
|
|
106
|
+
return this.test.monitor;
|
|
107
|
+
}
|
|
108
|
+
get slashingAmount() {
|
|
109
|
+
return SLASHING_AMOUNT;
|
|
110
|
+
}
|
|
111
|
+
}
|
|
@@ -0,0 +1,167 @@
|
|
|
1
|
+
import type { AztecNodeService } from '@aztec/aztec-node';
|
|
2
|
+
import type { Logger } from '@aztec/aztec.js/log';
|
|
3
|
+
import type { RollupCheatCodes } from '@aztec/aztec/testing';
|
|
4
|
+
import type { EpochCacheInterface } from '@aztec/epoch-cache';
|
|
5
|
+
import type { RollupContract, SlashingProposerContract } from '@aztec/ethereum/contracts';
|
|
6
|
+
import { EpochNumber, SlotNumber } from '@aztec/foundation/branded-types';
|
|
7
|
+
import { EthAddress } from '@aztec/foundation/eth-address';
|
|
8
|
+
import { type OffenseType } from '@aztec/slasher';
|
|
9
|
+
import type { AztecNodeAdmin } from '@aztec/stdlib/interfaces/client';
|
|
10
|
+
import type { TxHash } from '@aztec/stdlib/tx';
|
|
11
|
+
import { jest } from '@jest/globals';
|
|
12
|
+
import type { MultiNodeTestContext } from '../multi_node_test_context.js';
|
|
13
|
+
export declare const NUM_VALIDATORS = 4;
|
|
14
|
+
export declare const COMMITTEE_SIZE = 4;
|
|
15
|
+
export declare const ETHEREUM_SLOT_DURATION = 8;
|
|
16
|
+
export declare const AZTEC_SLOT_DURATION: number;
|
|
17
|
+
export declare const BLOCK_DURATION = 4;
|
|
18
|
+
export declare const slashingUnit: bigint;
|
|
19
|
+
export declare const slashingQuorum = 3;
|
|
20
|
+
export declare const slashingRoundSize = 4;
|
|
21
|
+
export declare const aztecEpochDuration = 2;
|
|
22
|
+
/**
|
|
23
|
+
* The shared per-test slashing config for the offense-detection suites (`duplicate_proposal`,
|
|
24
|
+
* `duplicate_attestation`). Spread into a {@link MultiNodeTestContext.setup} call alongside
|
|
25
|
+
* {@link SLASHER_ENABLED_MULTI_VALIDATOR_OPTS} and `initialValidators` (from `buildMockGossipValidators`).
|
|
26
|
+
*/
|
|
27
|
+
export declare const baseSlashingOpts: {
|
|
28
|
+
anvilSlotsInAnEpoch: number;
|
|
29
|
+
listenAddress: string;
|
|
30
|
+
aztecEpochDuration: number;
|
|
31
|
+
ethereumSlotDuration: number;
|
|
32
|
+
aztecSlotDuration: number;
|
|
33
|
+
aztecTargetCommitteeSize: number;
|
|
34
|
+
aztecProofSubmissionEpochs: number;
|
|
35
|
+
slashInactivityConsecutiveEpochThreshold: number;
|
|
36
|
+
minTxsPerBlock: number;
|
|
37
|
+
slashingQuorum: number;
|
|
38
|
+
slashingRoundSizeInEpochs: number;
|
|
39
|
+
slashAmountSmall: bigint;
|
|
40
|
+
slashAmountMedium: bigint;
|
|
41
|
+
slashAmountLarge: bigint;
|
|
42
|
+
blockDurationMs: number;
|
|
43
|
+
slashDuplicateProposalPenalty: bigint;
|
|
44
|
+
slashingOffsetInRounds: number;
|
|
45
|
+
};
|
|
46
|
+
/**
|
|
47
|
+
* The fast slot timing shared by the sentinel-observation suites (`sentinel_status_slash`,
|
|
48
|
+
* `validators_sentinel`, `multiple_validators_sentinel`, `slash_veto_demo`). Slots are 8s (eth 4s ×
|
|
49
|
+
* epoch 2), which fit a checkpoint comfortably at the fast mocked-p2p operational budgets used at
|
|
50
|
+
* eth<8, keeping wall-clock down for tests whose bodies advance through real L2 slots. Spread into a
|
|
51
|
+
* {@link MultiNodeTestContext.setup} call alongside {@link SLASHER_ENABLED_MULTI_VALIDATOR_OPTS},
|
|
52
|
+
* `initialValidators`, and the per-test slash/penalty config. Non-sentinel offense-detection files
|
|
53
|
+
* that only need the same fast timing spread this and override `sentinelEnabled: false`.
|
|
54
|
+
*/
|
|
55
|
+
export declare const SENTINEL_TIMING: {
|
|
56
|
+
readonly anvilSlotsInAnEpoch: 4;
|
|
57
|
+
readonly listenAddress: "127.0.0.1";
|
|
58
|
+
readonly ethereumSlotDuration: 4;
|
|
59
|
+
readonly aztecSlotDuration: 8;
|
|
60
|
+
readonly aztecEpochDuration: 2;
|
|
61
|
+
readonly sentinelEnabled: true;
|
|
62
|
+
};
|
|
63
|
+
/** A single detected slash offense as returned by {@link AztecNodeService.getSlashOffenses}. */
|
|
64
|
+
export type SlashOffense = Awaited<ReturnType<AztecNodeService['getSlashOffenses']>>[number];
|
|
65
|
+
/** Looks up the offense recorded for `validator` of `offenseType` at `slot`, if any. */
|
|
66
|
+
export declare function findSlashOffense(offenses: SlashOffense[], validator: EthAddress, offenseType: OffenseType, slot: SlotNumber): SlashOffense | undefined;
|
|
67
|
+
export declare function awaitProposalExecution(slashingProposer: SlashingProposerContract, timeoutSeconds: number, logger: Logger): Promise<bigint>;
|
|
68
|
+
export declare function awaitCommitteeExists({ rollup, logger }: {
|
|
69
|
+
rollup: RollupContract;
|
|
70
|
+
logger: Logger;
|
|
71
|
+
}): Promise<readonly `0x${string}`[]>;
|
|
72
|
+
/**
|
|
73
|
+
* Scans L2 slots forward from `minLeadSlots` ahead of the current slot, returning the first slot in
|
|
74
|
+
* which `targetProposer` is the proposer.
|
|
75
|
+
*
|
|
76
|
+
* Scanning starts at `currentSlot + minLeadSlots` and only ever moves forward, so every returned slot
|
|
77
|
+
* is at least `minLeadSlots` ahead — a caller can safely warp to `targetSlot - minLeadSlots` for a
|
|
78
|
+
* settle buffer without risking a backwards warp. Stepping by a single slot examines both epoch
|
|
79
|
+
* parities, which matters because the per-slot proposer is a different RANDAO-shuffled committee
|
|
80
|
+
* member: searching only a fixed offset within each epoch can leave a 1-of-N target unexamined when
|
|
81
|
+
* the epoch is short. A candidate in an epoch whose committee isn't sampled yet makes the proposer
|
|
82
|
+
* lookup revert with EpochNotStable; this warps one epoch forward and continues, keeping the
|
|
83
|
+
* candidate at least `minLeadSlots` ahead of the new current slot. Throws after `maxSlotsToScan`.
|
|
84
|
+
*
|
|
85
|
+
* Unlike {@link advanceToEpochBeforeProposer}, this does not stop an epoch early — callers that want
|
|
86
|
+
* to warp close to the target (rather than stage sequencers an epoch ahead) use this and warp the
|
|
87
|
+
* final `minLeadSlots` in themselves.
|
|
88
|
+
*/
|
|
89
|
+
export declare function findUpcomingProposerSlot({ epochCache, cheatCodes, targetProposer, logger, minLeadSlots, maxSlotsToScan }: {
|
|
90
|
+
epochCache: EpochCacheInterface;
|
|
91
|
+
cheatCodes: RollupCheatCodes;
|
|
92
|
+
targetProposer: EthAddress;
|
|
93
|
+
logger: Logger;
|
|
94
|
+
minLeadSlots: number;
|
|
95
|
+
maxSlotsToScan?: number;
|
|
96
|
+
}): Promise<SlotNumber>;
|
|
97
|
+
/**
|
|
98
|
+
* Advance epochs until we find one where the target proposer is selected for a slot at least
|
|
99
|
+
* `warmupSlots` into the epoch, then stop one epoch before it. This leaves time for the caller to
|
|
100
|
+
* start sequencers before warping to the target epoch, avoiding the race where the target epoch
|
|
101
|
+
* passes before sequencers are ready.
|
|
102
|
+
*
|
|
103
|
+
* The first `warmupSlots` slots of the epoch are skipped on purpose. Callers warp to one slot
|
|
104
|
+
* before the target epoch and, under proposer pipelining, the proposer begins building one slot
|
|
105
|
+
* before its proposal slot. If the proposer were in the first slot of the epoch, that build would
|
|
106
|
+
* begin at the exact instant of the warp, leaving the freshly-started sequencer no warm-up margin;
|
|
107
|
+
* it then serializes its (often AVM-heavy) proposal past the slot boundary and honest receivers
|
|
108
|
+
* reject it as late. Picking a slot at least `warmupSlots` into the epoch guarantees that many full
|
|
109
|
+
* slots of wall-clock between the warp and the start of the proposer's build.
|
|
110
|
+
*
|
|
111
|
+
* Returns the target epoch and the concrete target slot so the caller can warp to it after starting
|
|
112
|
+
* sequencers.
|
|
113
|
+
*
|
|
114
|
+
* The default `maxAttempts` accounts for the worst-case caller: with a 2-slot epoch and
|
|
115
|
+
* `warmupSlots = 1`, each attempt checks a single slot, and with a 4-member committee the target is
|
|
116
|
+
* the proposer with probability 1/4 per attempt (proposer index is keccak(epoch, slot, seed) mod
|
|
117
|
+
* committee size, so attempts are independent). 50 attempts bound the miss probability at
|
|
118
|
+
* (3/4)^50 ≈ 6e-7; each attempt is just a committee query plus an anvil warp, so the extra headroom
|
|
119
|
+
* costs almost nothing.
|
|
120
|
+
*/
|
|
121
|
+
export declare function advanceToEpochBeforeProposer({ epochCache, cheatCodes, targetProposer, logger, maxAttempts, warmupSlots }: {
|
|
122
|
+
epochCache: EpochCacheInterface;
|
|
123
|
+
cheatCodes: RollupCheatCodes;
|
|
124
|
+
targetProposer: EthAddress;
|
|
125
|
+
logger: Logger;
|
|
126
|
+
maxAttempts?: number;
|
|
127
|
+
warmupSlots?: number;
|
|
128
|
+
}): Promise<{
|
|
129
|
+
targetEpoch: EpochNumber;
|
|
130
|
+
targetSlot: SlotNumber;
|
|
131
|
+
}>;
|
|
132
|
+
export declare function awaitOffenseDetected({ logger, nodeAdmin, slashingRoundSize, epochDuration, waitUntilOffenseCount, timeoutSeconds }: {
|
|
133
|
+
nodeAdmin: AztecNodeAdmin;
|
|
134
|
+
logger: Logger;
|
|
135
|
+
slashingRoundSize: number;
|
|
136
|
+
epochDuration: number;
|
|
137
|
+
waitUntilOffenseCount?: number;
|
|
138
|
+
timeoutSeconds?: number;
|
|
139
|
+
}): Promise<import("@aztec/slasher").Offense[]>;
|
|
140
|
+
/**
|
|
141
|
+
* Await the committee to be slashed out of the validator set.
|
|
142
|
+
* Currently assumes that the committee is the same size as the validator set.
|
|
143
|
+
*/
|
|
144
|
+
export declare function awaitCommitteeKicked({ rollup, cheatCodes, committee, slashingProposer, slashingRoundSize, aztecSlotDuration, aztecEpochDuration, logger, offenseEpoch }: {
|
|
145
|
+
rollup: RollupContract;
|
|
146
|
+
cheatCodes: RollupCheatCodes;
|
|
147
|
+
committee: readonly `0x${string}`[];
|
|
148
|
+
slashingProposer: SlashingProposerContract | undefined;
|
|
149
|
+
slashingRoundSize: number;
|
|
150
|
+
aztecSlotDuration: number;
|
|
151
|
+
aztecEpochDuration: number;
|
|
152
|
+
logger: Logger;
|
|
153
|
+
offenseEpoch: number;
|
|
154
|
+
}): Promise<void>;
|
|
155
|
+
/** Resolves the slot at which `node` includes `txHash`, by reading the tx receipt and block header. */
|
|
156
|
+
export declare function getMinedSlot(node: AztecNodeService, txHash: {
|
|
157
|
+
toString(): string;
|
|
158
|
+
}): Promise<number>;
|
|
159
|
+
/**
|
|
160
|
+
* Submits `numTxs` account-deployment transactions through `node`, paying with the funded hardcoded
|
|
161
|
+
* account (`context.accounts[0]`). Repoints the context wallet at `node` so the txs land in that node's
|
|
162
|
+
* mempool. The mock-gossip equivalent of the old `submitTransactions(logger, node, numTxs, fundedAccount)`
|
|
163
|
+
* helper, which built a fresh wallet from the funded account.
|
|
164
|
+
*/
|
|
165
|
+
export declare function submitTxsThroughNode(test: MultiNodeTestContext, node: AztecNodeService, numTxs: number): Promise<TxHash[]>;
|
|
166
|
+
export { jest };
|
|
167
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2V0dXAuZC50cyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3NyYy9tdWx0aS1ub2RlL3NsYXNoaW5nL3NldHVwLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sS0FBSyxFQUFFLGdCQUFnQixFQUFFLE1BQU0sbUJBQW1CLENBQUM7QUFDMUQsT0FBTyxLQUFLLEVBQUUsTUFBTSxFQUFFLE1BQU0scUJBQXFCLENBQUM7QUFDbEQsT0FBTyxLQUFLLEVBQUUsZ0JBQWdCLEVBQUUsTUFBTSxzQkFBc0IsQ0FBQztBQUM3RCxPQUFPLEtBQUssRUFBRSxtQkFBbUIsRUFBRSxNQUFNLG9CQUFvQixDQUFDO0FBQzlELE9BQU8sS0FBSyxFQUFFLGNBQWMsRUFBRSx3QkFBd0IsRUFBRSxNQUFNLDJCQUEyQixDQUFDO0FBQzFGLE9BQU8sRUFBRSxXQUFXLEVBQUUsVUFBVSxFQUFFLE1BQU0saUNBQWlDLENBQUM7QUFFMUUsT0FBTyxFQUFFLFVBQVUsRUFBRSxNQUFNLCtCQUErQixDQUFDO0FBRzNELE9BQU8sRUFBRSxLQUFLLFdBQVcsRUFBc0IsTUFBTSxnQkFBZ0IsQ0FBQztBQUN0RSxPQUFPLEtBQUssRUFBRSxjQUFjLEVBQUUsTUFBTSxpQ0FBaUMsQ0FBQztBQUN0RSxPQUFPLEtBQUssRUFBRSxNQUFNLEVBQUUsTUFBTSxrQkFBa0IsQ0FBQztBQUUvQyxPQUFPLEVBQUUsSUFBSSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBS3JDLE9BQU8sS0FBSyxFQUFFLG9CQUFvQixFQUFFLE1BQU0sK0JBQStCLENBQUM7QUFNMUUsZUFBTyxNQUFNLGNBQWMsSUFBSSxDQUFDO0FBQ2hDLGVBQU8sTUFBTSxjQUFjLElBQWlCLENBQUM7QUFDN0MsZUFBTyxNQUFNLHNCQUFzQixJQUFJLENBQUM7QUFDeEMsZUFBTyxNQUFNLG1CQUFtQixRQUE2QixDQUFDO0FBQzlELGVBQU8sTUFBTSxjQUFjLElBQUksQ0FBQztBQUdoQyxlQUFPLE1BQU0sWUFBWSxR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
|
|
@@ -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 };
|