@aztec/end-to-end 0.0.1-commit.72dcdcda8 → 0.0.1-commit.7689c7f
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 +27 -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 +17 -0
- package/dest/bench/client_flows/client_flows_benchmark.d.ts +2 -2
- package/dest/bench/client_flows/client_flows_benchmark.d.ts.map +1 -1
- package/dest/bench/client_flows/client_flows_benchmark.js +32 -36
- package/dest/bench/utils.d.ts +1 -1
- package/dest/bench/utils.d.ts.map +1 -1
- package/dest/bench/utils.js +8 -3
- package/dest/e2e_blacklist_token_contract/blacklist_token_contract_test.d.ts +5 -4
- package/dest/e2e_blacklist_token_contract/blacklist_token_contract_test.d.ts.map +1 -1
- package/dest/e2e_blacklist_token_contract/blacklist_token_contract_test.js +28 -19
- package/dest/e2e_cross_chain_messaging/cross_chain_messaging_test.d.ts +15 -4
- package/dest/e2e_cross_chain_messaging/cross_chain_messaging_test.d.ts.map +1 -1
- package/dest/e2e_cross_chain_messaging/cross_chain_messaging_test.js +39 -7
- package/dest/e2e_deploy_contract/deploy_test.d.ts +3 -3
- package/dest/e2e_deploy_contract/deploy_test.d.ts.map +1 -1
- package/dest/e2e_deploy_contract/deploy_test.js +2 -1
- package/dest/e2e_epochs/epochs_test.d.ts +25 -2
- package/dest/e2e_epochs/epochs_test.d.ts.map +1 -1
- package/dest/e2e_epochs/epochs_test.js +88 -14
- package/dest/e2e_fees/fees_test.d.ts +5 -2
- package/dest/e2e_fees/fees_test.d.ts.map +1 -1
- package/dest/e2e_fees/fees_test.js +44 -11
- package/dest/e2e_nested_contract/nested_contract_test.d.ts +3 -3
- package/dest/e2e_nested_contract/nested_contract_test.d.ts.map +1 -1
- package/dest/e2e_nested_contract/nested_contract_test.js +6 -7
- package/dest/e2e_p2p/inactivity_slash_test.d.ts +1 -1
- package/dest/e2e_p2p/inactivity_slash_test.d.ts.map +1 -1
- package/dest/e2e_p2p/inactivity_slash_test.js +5 -3
- package/dest/e2e_p2p/p2p_network.d.ts +13 -11
- package/dest/e2e_p2p/p2p_network.d.ts.map +1 -1
- package/dest/e2e_p2p/p2p_network.js +65 -43
- package/dest/e2e_p2p/reqresp/utils.d.ts +1 -1
- package/dest/e2e_p2p/reqresp/utils.d.ts.map +1 -1
- package/dest/e2e_p2p/reqresp/utils.js +42 -13
- package/dest/e2e_p2p/shared.d.ts +25 -7
- package/dest/e2e_p2p/shared.d.ts.map +1 -1
- package/dest/e2e_p2p/shared.js +73 -50
- package/dest/e2e_token_contract/token_contract_test.d.ts +3 -3
- package/dest/e2e_token_contract/token_contract_test.d.ts.map +1 -1
- package/dest/e2e_token_contract/token_contract_test.js +15 -13
- package/dest/fixtures/authwit_proxy.d.ts +3 -3
- 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 +6 -5
- package/dest/fixtures/e2e_prover_test.d.ts.map +1 -1
- package/dest/fixtures/e2e_prover_test.js +13 -17
- package/dest/fixtures/fixtures.d.ts +73 -1
- package/dest/fixtures/fixtures.d.ts.map +1 -1
- package/dest/fixtures/fixtures.js +68 -0
- 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 +2 -2
- package/dest/fixtures/ha_setup.d.ts.map +1 -1
- package/dest/fixtures/ha_setup.js +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 +43 -11
- package/dest/fixtures/setup.d.ts.map +1 -1
- package/dest/fixtures/setup.js +138 -29
- 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 +8 -8
- package/dest/fixtures/token_utils.d.ts +1 -1
- package/dest/fixtures/token_utils.d.ts.map +1 -1
- package/dest/fixtures/token_utils.js +2 -5
- 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/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/shared/cross_chain_test_harness.d.ts +4 -2
- package/dest/shared/cross_chain_test_harness.d.ts.map +1 -1
- package/dest/shared/cross_chain_test_harness.js +22 -18
- 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 +19 -10
- 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 +1 -1
- package/dest/shared/uniswap_l1_l2.d.ts +1 -1
- package/dest/shared/uniswap_l1_l2.d.ts.map +1 -1
- package/dest/shared/uniswap_l1_l2.js +60 -39
- 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 +26 -14
- 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 +2 -2
- package/dest/spartan/setup_test_wallets.d.ts +4 -2
- package/dest/spartan/setup_test_wallets.d.ts.map +1 -1
- package/dest/spartan/setup_test_wallets.js +72 -39
- package/dest/spartan/tx_metrics.d.ts +18 -4
- package/dest/spartan/tx_metrics.d.ts.map +1 -1
- package/dest/spartan/tx_metrics.js +74 -21
- package/dest/spartan/utils/config.d.ts +9 -32
- package/dest/spartan/utils/config.d.ts.map +1 -1
- package/dest/spartan/utils/config.js +1 -0
- package/dest/spartan/utils/index.d.ts +2 -1
- package/dest/spartan/utils/index.d.ts.map +1 -1
- package/dest/spartan/utils/index.js +2 -0
- package/dest/spartan/utils/nodes.js +2 -2
- 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/test-wallet/test_wallet.d.ts +25 -23
- package/dest/test-wallet/test_wallet.d.ts.map +1 -1
- package/dest/test-wallet/test_wallet.js +146 -87
- package/dest/test-wallet/utils.d.ts +3 -3
- package/dest/test-wallet/utils.d.ts.map +1 -1
- package/dest/test-wallet/utils.js +2 -7
- package/dest/test-wallet/wallet_worker_script.js +2 -2
- package/dest/test-wallet/worker_wallet.d.ts +5 -4
- package/dest/test-wallet/worker_wallet.d.ts.map +1 -1
- package/dest/test-wallet/worker_wallet.js +5 -1
- package/dest/test-wallet/worker_wallet_schema.d.ts +110 -224
- package/dest/test-wallet/worker_wallet_schema.d.ts.map +1 -1
- package/dest/test-wallet/worker_wallet_schema.js +14 -2
- package/package.json +46 -42
- package/src/bench/client_flows/benchmark.ts +19 -0
- package/src/bench/client_flows/client_flows_benchmark.ts +59 -41
- package/src/bench/utils.ts +9 -3
- package/src/e2e_blacklist_token_contract/blacklist_token_contract_test.ts +42 -24
- package/src/e2e_cross_chain_messaging/cross_chain_messaging_test.ts +49 -11
- package/src/e2e_deploy_contract/deploy_test.ts +3 -2
- package/src/e2e_epochs/epochs_test.ts +99 -11
- package/src/e2e_fees/fees_test.ts +49 -9
- package/src/e2e_nested_contract/nested_contract_test.ts +9 -5
- package/src/e2e_p2p/inactivity_slash_test.ts +5 -3
- package/src/e2e_p2p/p2p_network.ts +82 -60
- package/src/e2e_p2p/reqresp/utils.ts +51 -12
- package/src/e2e_p2p/shared.ts +92 -64
- package/src/e2e_token_contract/token_contract_test.ts +28 -10
- package/src/fixtures/authwit_proxy.ts +4 -0
- package/src/fixtures/e2e_prover_test.ts +22 -19
- package/src/fixtures/fixtures.ts +86 -0
- package/src/fixtures/get_bb_config.ts +7 -6
- package/src/fixtures/ha_setup.ts +4 -2
- package/src/fixtures/schnorr_hardcoded_account_contract.ts +49 -0
- package/src/fixtures/setup.ts +175 -33
- package/src/fixtures/setup_p2p_test.ts +13 -9
- package/src/fixtures/token_utils.ts +1 -2
- package/src/fixtures/utils.ts +2 -0
- package/src/forward-compatibility/wallet_rpc_client.ts +14 -0
- package/src/forward-compatibility/wallet_service.ts +104 -0
- package/src/guides/up_quick_start.sh +0 -2
- package/src/install_legacy_contracts.cjs +75 -0
- package/src/legacy-jest-resolver.cjs +112 -0
- package/src/shared/cross_chain_test_harness.ts +27 -13
- package/src/shared/gas_portal_test_harness.ts +21 -11
- package/src/shared/submit-transactions.ts +1 -4
- package/src/shared/uniswap_l1_l2.ts +77 -50
- package/src/shared/wait_for_l1_to_l2_message.ts +23 -0
- package/src/simulators/lending_simulator.ts +32 -14
- package/src/simulators/token_simulator.ts +6 -2
- package/src/spartan/setup_test_wallets.ts +91 -37
- package/src/spartan/tx_metrics.ts +82 -24
- package/src/spartan/utils/config.ts +1 -0
- package/src/spartan/utils/index.ts +3 -0
- package/src/spartan/utils/nodes.ts +2 -2
- package/src/spartan/utils/pod_logs.ts +99 -0
- package/src/test-wallet/test_wallet.ts +174 -104
- package/src/test-wallet/utils.ts +3 -7
- package/src/test-wallet/wallet_worker_script.ts +2 -2
- package/src/test-wallet/worker_wallet.ts +9 -4
- package/src/test-wallet/worker_wallet_schema.ts +2 -2
|
@@ -1,14 +1,10 @@
|
|
|
1
|
-
import type
|
|
1
|
+
import { type InitialAccountData, generateSchnorrAccounts } from '@aztec/accounts/testing';
|
|
2
2
|
import type { AztecNodeConfig, AztecNodeService } from '@aztec/aztec-node';
|
|
3
|
+
import { getAccountContractAddress } from '@aztec/aztec.js/account';
|
|
3
4
|
import { AztecAddress, EthAddress } from '@aztec/aztec.js/addresses';
|
|
4
5
|
import { Fr } from '@aztec/aztec.js/fields';
|
|
5
6
|
import { getL1ContractsConfigEnvVars } from '@aztec/ethereum/config';
|
|
6
|
-
import {
|
|
7
|
-
type EmpireSlashingProposerContract,
|
|
8
|
-
GSEContract,
|
|
9
|
-
RollupContract,
|
|
10
|
-
type TallySlashingProposerContract,
|
|
11
|
-
} from '@aztec/ethereum/contracts';
|
|
7
|
+
import { GSEContract, RollupContract, type SlashingProposerContract } from '@aztec/ethereum/contracts';
|
|
12
8
|
import type { Operator } from '@aztec/ethereum/deploy-aztec-l1-contracts';
|
|
13
9
|
import { deployL1Contract } from '@aztec/ethereum/deploy-l1-contract';
|
|
14
10
|
import { MultiAdderArtifact } from '@aztec/ethereum/l1-artifacts';
|
|
@@ -24,9 +20,8 @@ import { SpamContract } from '@aztec/noir-test-contracts.js/Spam';
|
|
|
24
20
|
import type { BootstrapNode } from '@aztec/p2p/bootstrap';
|
|
25
21
|
import { createBootstrapNodeFromPrivateKey, getBootstrapNodeEnr } from '@aztec/p2p/test-helpers';
|
|
26
22
|
import { tryStop } from '@aztec/stdlib/interfaces/server';
|
|
27
|
-
import { SlashFactoryContract } from '@aztec/stdlib/l1-contracts';
|
|
28
23
|
import { TopicType } from '@aztec/stdlib/p2p';
|
|
29
|
-
import type {
|
|
24
|
+
import type { GenesisData } from '@aztec/stdlib/world-state';
|
|
30
25
|
import { ZkPassportProofParams } from '@aztec/stdlib/zkpassport';
|
|
31
26
|
import { getGenesisValues } from '@aztec/world-state/testing';
|
|
32
27
|
|
|
@@ -34,10 +29,13 @@ import getPort from 'get-port';
|
|
|
34
29
|
import { type GetContractReturnType, getAddress, getContract } from 'viem';
|
|
35
30
|
import { privateKeyToAccount } from 'viem/accounts';
|
|
36
31
|
|
|
32
|
+
import {
|
|
33
|
+
SCHNORR_HARDCODED_PRIVATE_KEY,
|
|
34
|
+
SchnorrHardcodedKeyAccountContract,
|
|
35
|
+
} from '../fixtures/schnorr_hardcoded_account_contract.js';
|
|
37
36
|
import {
|
|
38
37
|
type EndToEndContext,
|
|
39
38
|
type SetupOptions,
|
|
40
|
-
deployAccounts,
|
|
41
39
|
getPrivateKeyFromIndex,
|
|
42
40
|
getSponsoredFPCAddress,
|
|
43
41
|
setup,
|
|
@@ -59,7 +57,7 @@ export const WAIT_FOR_TX_TIMEOUT = l1ContractsConfig.aztecSlotDuration * 3;
|
|
|
59
57
|
export const SHORTENED_BLOCK_TIME_CONFIG_NO_PRUNES = {
|
|
60
58
|
aztecSlotDuration: 12,
|
|
61
59
|
ethereumSlotDuration: 4,
|
|
62
|
-
|
|
60
|
+
aztecProofSubmissionEpochs: 640,
|
|
63
61
|
};
|
|
64
62
|
|
|
65
63
|
export class P2PNetworkTest {
|
|
@@ -76,8 +74,8 @@ export class P2PNetworkTest {
|
|
|
76
74
|
public peerIdPrivateKeys: string[] = [];
|
|
77
75
|
public validators: Operator[] = [];
|
|
78
76
|
|
|
79
|
-
public
|
|
80
|
-
public
|
|
77
|
+
public hardcodedAccountData!: InitialAccountData;
|
|
78
|
+
public genesis: GenesisData | undefined;
|
|
81
79
|
|
|
82
80
|
// The re-execution test needs a wallet and a spam contract
|
|
83
81
|
public wallet?: TestWallet;
|
|
@@ -124,12 +122,11 @@ export class P2PNetworkTest {
|
|
|
124
122
|
initialValidatorConfig.aztecProofSubmissionEpochs ?? l1ContractsConfig.aztecProofSubmissionEpochs,
|
|
125
123
|
slashingRoundSizeInEpochs:
|
|
126
124
|
initialValidatorConfig.slashingRoundSizeInEpochs ?? l1ContractsConfig.slashingRoundSizeInEpochs,
|
|
127
|
-
|
|
125
|
+
slasherEnabled: initialValidatorConfig.slasherEnabled ?? true,
|
|
128
126
|
aztecTargetCommitteeSize: numberOfValidators,
|
|
129
127
|
metricsPort: metricsPort,
|
|
130
128
|
numberOfInitialFundedAccounts: 2,
|
|
131
129
|
startProverNode,
|
|
132
|
-
walletMinFeePadding: 2.0,
|
|
133
130
|
};
|
|
134
131
|
|
|
135
132
|
this.deployL1ContractsArgs = {
|
|
@@ -137,7 +134,7 @@ export class P2PNetworkTest {
|
|
|
137
134
|
aztecEpochDuration: initialValidatorConfig.aztecEpochDuration ?? l1ContractsConfig.aztecEpochDuration,
|
|
138
135
|
slashingRoundSizeInEpochs:
|
|
139
136
|
initialValidatorConfig.slashingRoundSizeInEpochs ?? l1ContractsConfig.slashingRoundSizeInEpochs,
|
|
140
|
-
|
|
137
|
+
slasherEnabled: initialValidatorConfig.slasherEnabled ?? true,
|
|
141
138
|
|
|
142
139
|
ethereumSlotDuration: initialValidatorConfig.ethereumSlotDuration ?? l1ContractsConfig.ethereumSlotDuration,
|
|
143
140
|
aztecSlotDuration: initialValidatorConfig.aztecSlotDuration ?? l1ContractsConfig.aztecSlotDuration,
|
|
@@ -192,10 +189,10 @@ export class P2PNetworkTest {
|
|
|
192
189
|
}
|
|
193
190
|
|
|
194
191
|
get fundedAccount() {
|
|
195
|
-
if (!this.
|
|
196
|
-
throw new Error('Call
|
|
192
|
+
if (!this.hardcodedAccountData) {
|
|
193
|
+
throw new Error('Call setup to initialize the hardcoded account.');
|
|
197
194
|
}
|
|
198
|
-
return this.
|
|
195
|
+
return this.hardcodedAccountData;
|
|
199
196
|
}
|
|
200
197
|
|
|
201
198
|
async addBootstrapNode() {
|
|
@@ -303,17 +300,22 @@ export class P2PNetworkTest {
|
|
|
303
300
|
await this._sendDummyTx(this.context.deployL1ContractsValues.l1Client);
|
|
304
301
|
}
|
|
305
302
|
|
|
303
|
+
/** Points the wallet to a P2P-enabled node so transactions can propagate through the network. */
|
|
304
|
+
setupWalletOnNode(node: AztecNodeService) {
|
|
305
|
+
this.logger.info('Pointing wallet to a P2P-enabled node');
|
|
306
|
+
this.context.wallet.updateNode(node);
|
|
307
|
+
}
|
|
308
|
+
|
|
309
|
+
/** Registers the hardcoded account in PXE without on-chain deployment. No sequencer needed. */
|
|
306
310
|
async setupAccount() {
|
|
307
|
-
this.logger.info('
|
|
308
|
-
const
|
|
309
|
-
|
|
310
|
-
this.
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
initialFundedAccounts: this.context.initialFundedAccounts,
|
|
311
|
+
this.logger.info('Registering hardcoded account (no deployment)');
|
|
312
|
+
const contract = new SchnorrHardcodedKeyAccountContract();
|
|
313
|
+
const accountManager = await (this.context.wallet as TestWallet).createAccount({
|
|
314
|
+
secret: this.hardcodedAccountData.secret,
|
|
315
|
+
salt: this.hardcodedAccountData.salt,
|
|
316
|
+
contract,
|
|
314
317
|
});
|
|
315
|
-
this.
|
|
316
|
-
[{ address: this.defaultAccountAddress }] = deployedAccounts;
|
|
318
|
+
this.defaultAccountAddress = accountManager.address;
|
|
317
319
|
this.wallet = this.context.wallet;
|
|
318
320
|
}
|
|
319
321
|
|
|
@@ -323,8 +325,9 @@ export class P2PNetworkTest {
|
|
|
323
325
|
throw new Error('Call setupAccount before deploying spam contract');
|
|
324
326
|
}
|
|
325
327
|
|
|
326
|
-
|
|
327
|
-
|
|
328
|
+
({ contract: this.spamContract } = await SpamContract.deploy(this.wallet).send({
|
|
329
|
+
from: this.defaultAccountAddress!,
|
|
330
|
+
}));
|
|
328
331
|
}
|
|
329
332
|
|
|
330
333
|
async removeInitialNode() {
|
|
@@ -353,13 +356,30 @@ export class P2PNetworkTest {
|
|
|
353
356
|
|
|
354
357
|
async setup() {
|
|
355
358
|
this.logger.info('Setting up subsystems from fresh');
|
|
359
|
+
|
|
360
|
+
// Pre-compute hardcoded account data so it gets funded in genesis.
|
|
361
|
+
const contract = new SchnorrHardcodedKeyAccountContract();
|
|
362
|
+
const secret = Fr.random();
|
|
363
|
+
const salt = Fr.random();
|
|
364
|
+
this.hardcodedAccountData = {
|
|
365
|
+
secret,
|
|
366
|
+
salt,
|
|
367
|
+
signingKey: SCHNORR_HARDCODED_PRIVATE_KEY,
|
|
368
|
+
address: await getAccountContractAddress(contract, secret, salt),
|
|
369
|
+
};
|
|
370
|
+
|
|
371
|
+
// Generate regular Schnorr accounts for tests that need deployable accounts (e.g. add_rollup).
|
|
372
|
+
const regularAccounts = await generateSchnorrAccounts(this.setupOptions.numberOfInitialFundedAccounts ?? 2);
|
|
373
|
+
|
|
356
374
|
this.context = await setup(
|
|
357
375
|
0,
|
|
358
376
|
{
|
|
359
377
|
...this.setupOptions,
|
|
360
378
|
fundSponsoredFPC: true,
|
|
361
379
|
skipAccountDeployment: true,
|
|
362
|
-
|
|
380
|
+
skipInitialSequencer: true,
|
|
381
|
+
initialFundedAccounts: [...regularAccounts, this.hardcodedAccountData],
|
|
382
|
+
slasherEnabled: this.setupOptions.slasherEnabled ?? this.deployL1ContractsArgs.slasherEnabled ?? false,
|
|
363
383
|
aztecTargetCommitteeSize: 0,
|
|
364
384
|
l1ContractsArgs: this.deployL1ContractsArgs,
|
|
365
385
|
},
|
|
@@ -371,8 +391,13 @@ export class P2PNetworkTest {
|
|
|
371
391
|
const sponsoredFPCAddress = await getSponsoredFPCAddress();
|
|
372
392
|
const initialFundedAccounts = [...this.context.initialFundedAccounts.map(a => a.address), sponsoredFPCAddress];
|
|
373
393
|
|
|
374
|
-
const {
|
|
375
|
-
|
|
394
|
+
const { genesis } = await getGenesisValues(
|
|
395
|
+
initialFundedAccounts,
|
|
396
|
+
undefined,
|
|
397
|
+
undefined,
|
|
398
|
+
this.context.genesis!.genesisTimestamp,
|
|
399
|
+
);
|
|
400
|
+
this.genesis = genesis;
|
|
376
401
|
|
|
377
402
|
const rollupContract = RollupContract.getFromL1ContractsValues(this.context.deployL1ContractsValues);
|
|
378
403
|
this.monitor = new ChainMonitor(rollupContract, this.context.dateProvider).start();
|
|
@@ -407,6 +432,7 @@ export class P2PNetworkTest {
|
|
|
407
432
|
expectedNodeCount?: number,
|
|
408
433
|
timeoutSeconds = 30,
|
|
409
434
|
checkIntervalSeconds = 0.1,
|
|
435
|
+
topics: TopicType[] = [TopicType.tx],
|
|
410
436
|
) {
|
|
411
437
|
const nodeCount = expectedNodeCount ?? nodes.length;
|
|
412
438
|
const minPeerCount = nodeCount - 1;
|
|
@@ -433,26 +459,28 @@ export class P2PNetworkTest {
|
|
|
433
459
|
|
|
434
460
|
this.logger.warn('All nodes connected to P2P mesh');
|
|
435
461
|
|
|
436
|
-
// Wait for GossipSub mesh to form for
|
|
462
|
+
// Wait for GossipSub mesh to form for all specified topics.
|
|
437
463
|
// We only require at least 1 mesh peer per node because GossipSub
|
|
438
464
|
// stops grafting once it reaches Dlo peers and won't fill the mesh to all available peers.
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
465
|
+
for (const topic of topics) {
|
|
466
|
+
this.logger.warn(`Waiting for GossipSub mesh to form for ${topic} topic...`);
|
|
467
|
+
await Promise.all(
|
|
468
|
+
nodes.map(async (node, index) => {
|
|
469
|
+
const p2p = node.getP2P();
|
|
470
|
+
await retryUntil(
|
|
471
|
+
async () => {
|
|
472
|
+
const meshPeers = await p2p.getGossipMeshPeerCount(topic);
|
|
473
|
+
this.logger.debug(`Node ${index} has ${meshPeers} gossip mesh peers for ${topic} topic`);
|
|
474
|
+
return meshPeers >= 1 ? true : undefined;
|
|
475
|
+
},
|
|
476
|
+
`Node ${index} to have gossip mesh peers for ${topic} topic`,
|
|
477
|
+
timeoutSeconds,
|
|
478
|
+
checkIntervalSeconds,
|
|
479
|
+
);
|
|
480
|
+
}),
|
|
481
|
+
);
|
|
482
|
+
this.logger.warn(`All nodes have gossip mesh peers for ${topic} topic`);
|
|
483
|
+
}
|
|
456
484
|
}
|
|
457
485
|
|
|
458
486
|
async teardown() {
|
|
@@ -464,8 +492,7 @@ export class P2PNetworkTest {
|
|
|
464
492
|
async getContracts(): Promise<{
|
|
465
493
|
rollup: RollupContract;
|
|
466
494
|
slasherContract: GetContractReturnType<typeof SlasherAbi, ViemClient>;
|
|
467
|
-
slashingProposer:
|
|
468
|
-
slashFactory: SlashFactoryContract;
|
|
495
|
+
slashingProposer: SlashingProposerContract | undefined;
|
|
469
496
|
}> {
|
|
470
497
|
if (!this.ctx.deployL1ContractsValues) {
|
|
471
498
|
throw new Error('DeployAztecL1ContractsValues not set');
|
|
@@ -482,14 +509,9 @@ export class P2PNetworkTest {
|
|
|
482
509
|
client: this.ctx.deployL1ContractsValues.l1Client,
|
|
483
510
|
});
|
|
484
511
|
|
|
485
|
-
// Get the actual slashing proposer from rollup
|
|
512
|
+
// Get the actual slashing proposer from rollup
|
|
486
513
|
const slashingProposer = await rollup.getSlashingProposer();
|
|
487
514
|
|
|
488
|
-
|
|
489
|
-
this.ctx.deployL1ContractsValues.l1Client,
|
|
490
|
-
getAddress(this.ctx.deployL1ContractsValues.l1ContractAddresses.slashFactoryAddress!.toString()),
|
|
491
|
-
);
|
|
492
|
-
|
|
493
|
-
return { rollup, slasherContract, slashingProposer, slashFactory };
|
|
515
|
+
return { rollup, slasherContract, slashingProposer };
|
|
494
516
|
}
|
|
495
517
|
}
|
|
@@ -14,7 +14,7 @@ import path from 'path';
|
|
|
14
14
|
|
|
15
15
|
import { getBootNodeUdpPort, shouldCollectMetrics } from '../../fixtures/fixtures.js';
|
|
16
16
|
import { createNodes } from '../../fixtures/setup_p2p_test.js';
|
|
17
|
-
import { P2PNetworkTest
|
|
17
|
+
import { P2PNetworkTest } from '../p2p_network.js';
|
|
18
18
|
import { prepareTransactions } from '../shared.js';
|
|
19
19
|
|
|
20
20
|
// Don't set this to a higher value than 9 because each node will use a different L1 publisher account and anvil seeds
|
|
@@ -49,6 +49,10 @@ export async function createReqrespTest(options: ReqrespOptions = {}): Promise<P
|
|
|
49
49
|
...(disableStatusHandshake ? { p2pDisableStatusHandshake: true } : {}),
|
|
50
50
|
listenAddress: '127.0.0.1',
|
|
51
51
|
aztecEpochDuration: 64, // stable committee
|
|
52
|
+
// Pipelining: target-slot is one ahead of build-slot; inboxLag sources L1->L2
|
|
53
|
+
// messages from the previous checkpoint to avoid L1ToL2MessagesNotReadyError.
|
|
54
|
+
enableProposerPipelining: true,
|
|
55
|
+
inboxLag: 2,
|
|
52
56
|
},
|
|
53
57
|
});
|
|
54
58
|
await t.setup();
|
|
@@ -91,7 +95,7 @@ export async function runReqrespTxTest(params: {
|
|
|
91
95
|
t.bootstrapNodeEnr,
|
|
92
96
|
NUM_VALIDATORS,
|
|
93
97
|
BOOT_NODE_UDP_PORT,
|
|
94
|
-
t.
|
|
98
|
+
t.genesis,
|
|
95
99
|
dataDir,
|
|
96
100
|
shouldCollectMetrics(),
|
|
97
101
|
);
|
|
@@ -125,7 +129,15 @@ export async function runReqrespTxTest(params: {
|
|
|
125
129
|
t.ctx.dateProvider.setTime(Number(timestamp) * 1000);
|
|
126
130
|
const startSlotTimestamp = BigInt(timestamp);
|
|
127
131
|
|
|
128
|
-
|
|
132
|
+
// Under pipelining the active builder during wallclock slot S targets slot S+1, so
|
|
133
|
+
// we must address the proposer of S+1 (not S) for batch 0. Shift the proposer lookup
|
|
134
|
+
// window by the pipelining offset so we always send to the currently-building proposer.
|
|
135
|
+
const proposerSlotOffset = t.ctx.aztecNodeConfig.enableProposerPipelining ? 1 : 0;
|
|
136
|
+
const { proposerIndexes, nodesToTurnOffTxGossip } = await getProposerIndexes(
|
|
137
|
+
t,
|
|
138
|
+
startSlotTimestamp,
|
|
139
|
+
proposerSlotOffset,
|
|
140
|
+
);
|
|
129
141
|
t.logger.info(`Turning off tx gossip for nodes: ${nodesToTurnOffTxGossip.map(getNodePort)}`);
|
|
130
142
|
t.logger.info(`Sending txs to proposer nodes: ${proposerIndexes.map(getNodePort)}`);
|
|
131
143
|
|
|
@@ -149,6 +161,13 @@ export async function runReqrespTxTest(params: {
|
|
|
149
161
|
const submittedTxs = await Promise.all(
|
|
150
162
|
txBatches.map(async (batch, batchIndex) => {
|
|
151
163
|
const proposerNode = nodes[proposerIndexes[batchIndex]];
|
|
164
|
+
for (const tx of batch) {
|
|
165
|
+
t.logger.info(`Tx ${tx.getTxHash().toString()} base64: ${tx.toBuffer().toString('base64')}`);
|
|
166
|
+
}
|
|
167
|
+
const txHashes = batch.map(tx => tx.getTxHash().toString());
|
|
168
|
+
t.logger.info(
|
|
169
|
+
`Sending batch ${batchIndex} to proposer ${getNodePort(proposerIndexes[batchIndex])}: ${txHashes.join(', ')}`,
|
|
170
|
+
);
|
|
152
171
|
await Promise.all(
|
|
153
172
|
batch.map(async tx => {
|
|
154
173
|
try {
|
|
@@ -163,12 +182,23 @@ export async function runReqrespTxTest(params: {
|
|
|
163
182
|
}),
|
|
164
183
|
);
|
|
165
184
|
|
|
185
|
+
// Log pool state per node after sending
|
|
186
|
+
for (let i = 0; i < NUM_VALIDATORS; i++) {
|
|
187
|
+
const count = await nodes[i].getPendingTxCount();
|
|
188
|
+
t.logger.info(`Node ${getNodePort(i)} pool has ${count} pending txs`);
|
|
189
|
+
}
|
|
190
|
+
|
|
191
|
+
// Use the test's own aztecSlotDuration (not the env default that p2p_network's
|
|
192
|
+
// WAIT_FOR_TX_TIMEOUT is derived from) so the timeout scales with this test's 36s slot.
|
|
193
|
+
// Under pipelining the round-trip is roughly build-slot + target-slot + L1 publish, so
|
|
194
|
+
// budget for >= 3 slots.
|
|
195
|
+
const waitForTxTimeout = t.ctx.aztecNodeConfig.aztecSlotDuration * 4.5;
|
|
166
196
|
t.logger.info('Waiting for all transactions to be mined');
|
|
167
197
|
await Promise.all(
|
|
168
198
|
submittedTxs.flatMap((batch, batchIndex) =>
|
|
169
199
|
batch.map(async (submittedTx, txIndex) => {
|
|
170
200
|
t.logger.info(`Waiting for tx ${batchIndex}-${txIndex} ${submittedTx.txHash.toString()} to be mined`);
|
|
171
|
-
await waitForTx(submittedTx.node, submittedTx.txHash, { timeout:
|
|
201
|
+
await waitForTx(submittedTx.node, submittedTx.txHash, { timeout: waitForTxTimeout });
|
|
172
202
|
t.logger.info(`Tx ${batchIndex}-${txIndex} ${submittedTx.txHash.toString()} has been mined`);
|
|
173
203
|
}),
|
|
174
204
|
),
|
|
@@ -178,20 +208,29 @@ export async function runReqrespTxTest(params: {
|
|
|
178
208
|
|
|
179
209
|
// Assert that multiple blocks were built for at least one slot
|
|
180
210
|
t.logger.info('Verifying multiple blocks for at least one checkpoint');
|
|
181
|
-
|
|
182
|
-
|
|
211
|
+
// Wait for L1 checkpoint sync, which may lag behind P2P block propagation.
|
|
212
|
+
const checkpoints = await retryUntil(
|
|
213
|
+
async () => {
|
|
214
|
+
const cps = await nodes[0].getCheckpoints(CheckpointNumber(1), 50, { includeBlocks: true });
|
|
215
|
+
return cps.length > 0 && cps.some(cp => (cp.blocks?.length ?? 0) >= 2) ? cps : undefined;
|
|
216
|
+
},
|
|
217
|
+
'waiting for multi-block checkpoint to sync from L1',
|
|
218
|
+
30,
|
|
219
|
+
1,
|
|
220
|
+
);
|
|
183
221
|
|
|
184
222
|
let mbpsFound = false;
|
|
185
|
-
let expectedBlockNumber = checkpoints[0].
|
|
223
|
+
let expectedBlockNumber = checkpoints[0].blocks![0].number;
|
|
186
224
|
|
|
187
225
|
for (const published of checkpoints) {
|
|
188
|
-
const
|
|
226
|
+
const blocks = published.blocks!;
|
|
227
|
+
const blockCount = blocks.length;
|
|
189
228
|
mbpsFound = mbpsFound || blockCount >= 2;
|
|
190
229
|
|
|
191
230
|
for (let i = 0; i < blockCount; i++) {
|
|
192
|
-
const block =
|
|
231
|
+
const block = blocks[i];
|
|
193
232
|
expect(block.indexWithinCheckpoint).toBe(i);
|
|
194
|
-
expect(block.checkpointNumber).toBe(published.
|
|
233
|
+
expect(block.checkpointNumber).toBe(published.number);
|
|
195
234
|
expect(block.number).toBe(expectedBlockNumber);
|
|
196
235
|
expectedBlockNumber++;
|
|
197
236
|
}
|
|
@@ -201,7 +240,7 @@ export async function runReqrespTxTest(params: {
|
|
|
201
240
|
return nodes;
|
|
202
241
|
}
|
|
203
242
|
|
|
204
|
-
async function getProposerIndexes(t: P2PNetworkTest, startSlotTimestamp: bigint) {
|
|
243
|
+
async function getProposerIndexes(t: P2PNetworkTest, startSlotTimestamp: bigint, slotOffset = 0) {
|
|
205
244
|
// Get the nodes for the next set of slots
|
|
206
245
|
const rollupContract = new RollupContract(
|
|
207
246
|
t.ctx.deployL1ContractsValues.l1Client,
|
|
@@ -213,7 +252,7 @@ async function getProposerIndexes(t: P2PNetworkTest, startSlotTimestamp: bigint)
|
|
|
213
252
|
|
|
214
253
|
const proposers = await Promise.all(
|
|
215
254
|
Array.from({ length: 3 }, async (_, i) => {
|
|
216
|
-
const slot = SlotNumber(startSlot + i);
|
|
255
|
+
const slot = SlotNumber(startSlot + slotOffset + i);
|
|
217
256
|
const slotTimestamp = await rollupContract.getTimestampForSlot(slot);
|
|
218
257
|
return await rollupContract.getProposerAt(slotTimestamp);
|
|
219
258
|
}),
|
package/src/e2e_p2p/shared.ts
CHANGED
|
@@ -6,12 +6,9 @@ import { Fr } from '@aztec/aztec.js/fields';
|
|
|
6
6
|
import type { Logger } from '@aztec/aztec.js/log';
|
|
7
7
|
import { TxHash } from '@aztec/aztec.js/tx';
|
|
8
8
|
import type { RollupCheatCodes } from '@aztec/aztec/testing';
|
|
9
|
-
import type {
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
TallySlashingProposerContract,
|
|
13
|
-
} from '@aztec/ethereum/contracts';
|
|
14
|
-
import { EpochNumber } from '@aztec/foundation/branded-types';
|
|
9
|
+
import type { EpochCacheInterface } from '@aztec/epoch-cache';
|
|
10
|
+
import type { RollupContract, SlashingProposerContract } from '@aztec/ethereum/contracts';
|
|
11
|
+
import { EpochNumber, SlotNumber } from '@aztec/foundation/branded-types';
|
|
15
12
|
import { timesAsync, unique } from '@aztec/foundation/collection';
|
|
16
13
|
import { EthAddress } from '@aztec/foundation/eth-address';
|
|
17
14
|
import { retryUntil } from '@aztec/foundation/retry';
|
|
@@ -21,8 +18,8 @@ import { TestContract, TestContractArtifact } from '@aztec/noir-test-contracts.j
|
|
|
21
18
|
import { getPXEConfig, getPXEConfig as getRpcConfig } from '@aztec/pxe/server';
|
|
22
19
|
import { getRoundForOffense } from '@aztec/slasher';
|
|
23
20
|
import type { AztecNodeAdmin } from '@aztec/stdlib/interfaces/client';
|
|
24
|
-
import type { SlashFactoryContract } from '@aztec/stdlib/l1-contracts';
|
|
25
21
|
|
|
22
|
+
import { SchnorrHardcodedKeyAccountContract } from '../fixtures/schnorr_hardcoded_account_contract.js';
|
|
26
23
|
import { submitTxsTo } from '../shared/submit-transactions.js';
|
|
27
24
|
import { TestWallet } from '../test-wallet/test_wallet.js';
|
|
28
25
|
import { type ProvenTx, proveInteraction } from '../test-wallet/utils.js';
|
|
@@ -41,7 +38,7 @@ export const submitComplexTxsTo = async (
|
|
|
41
38
|
const spamCount = 15;
|
|
42
39
|
for (let i = 0; i < numTxs; i++) {
|
|
43
40
|
const method = spamContract.methods.spam(seed + BigInt(i * spamCount), spamCount, !!opts.callPublic);
|
|
44
|
-
const txHash = await method.send({ from, wait: NO_WAIT });
|
|
41
|
+
const { txHash } = await method.send({ from, wait: NO_WAIT });
|
|
45
42
|
logger.info(`Tx sent with hash ${txHash.toString()}`);
|
|
46
43
|
txs.push(txHash);
|
|
47
44
|
}
|
|
@@ -59,10 +56,17 @@ export const submitTransactions = async (
|
|
|
59
56
|
rpcConfig.proverEnabled = false;
|
|
60
57
|
const wallet = await TestWallet.create(
|
|
61
58
|
node,
|
|
62
|
-
|
|
59
|
+
// Use checkpointed chain tip to avoid anchoring on provisional blocks that the archiver can prune
|
|
60
|
+
// when their slot ends without a checkpoint landing on L1.
|
|
61
|
+
{ ...getPXEConfig(), proverEnabled: false, syncChainTip: 'checkpointed' },
|
|
63
62
|
{ loggerActorLabel: 'pxe-tx' },
|
|
64
63
|
);
|
|
65
|
-
const
|
|
64
|
+
const contract = new SchnorrHardcodedKeyAccountContract();
|
|
65
|
+
const fundedAccountManager = await wallet.createAccount({
|
|
66
|
+
secret: fundedAccount.secret,
|
|
67
|
+
salt: fundedAccount.salt,
|
|
68
|
+
contract,
|
|
69
|
+
});
|
|
66
70
|
return submitTxsTo(wallet, fundedAccountManager.address, numTxs, logger);
|
|
67
71
|
};
|
|
68
72
|
|
|
@@ -77,10 +81,15 @@ export async function prepareTransactions(
|
|
|
77
81
|
|
|
78
82
|
const wallet = await TestWallet.create(
|
|
79
83
|
node,
|
|
80
|
-
{ ...getPXEConfig(), proverEnabled: false },
|
|
84
|
+
{ ...getPXEConfig(), proverEnabled: false, syncChainTip: 'checkpointed' },
|
|
81
85
|
{ loggerActorLabel: 'pxe-tx' },
|
|
82
86
|
);
|
|
83
|
-
const
|
|
87
|
+
const accountContract = new SchnorrHardcodedKeyAccountContract();
|
|
88
|
+
const fundedAccountManager = await wallet.createAccount({
|
|
89
|
+
secret: fundedAccount.secret,
|
|
90
|
+
salt: fundedAccount.salt,
|
|
91
|
+
contract: accountContract,
|
|
92
|
+
});
|
|
84
93
|
|
|
85
94
|
const testContractInstance = await getContractInstanceFromInstantiationParams(TestContractArtifact, {
|
|
86
95
|
salt: Fr.random(),
|
|
@@ -98,7 +107,7 @@ export async function prepareTransactions(
|
|
|
98
107
|
}
|
|
99
108
|
|
|
100
109
|
export function awaitProposalExecution(
|
|
101
|
-
slashingProposer:
|
|
110
|
+
slashingProposer: SlashingProposerContract,
|
|
102
111
|
timeoutSeconds: number,
|
|
103
112
|
logger: Logger,
|
|
104
113
|
): Promise<bigint> {
|
|
@@ -108,24 +117,12 @@ export function awaitProposalExecution(
|
|
|
108
117
|
reject(new Error(`Timeout waiting for proposal execution after ${timeoutSeconds}s`));
|
|
109
118
|
}, timeoutSeconds * 1000);
|
|
110
119
|
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
logger.warn(`Proposal ${args.payload} from round ${args.round} executed`);
|
|
114
|
-
clearTimeout(timeout);
|
|
115
|
-
unwatch();
|
|
116
|
-
resolve(args.round);
|
|
117
|
-
});
|
|
118
|
-
} else if (slashingProposer.type === 'tally') {
|
|
119
|
-
const unwatch = slashingProposer.listenToRoundExecuted(args => {
|
|
120
|
-
logger.warn(`Slash from round ${args.round} executed`);
|
|
121
|
-
clearTimeout(timeout);
|
|
122
|
-
unwatch();
|
|
123
|
-
resolve(args.round);
|
|
124
|
-
});
|
|
125
|
-
} else {
|
|
120
|
+
const unwatch = slashingProposer.listenToRoundExecuted(args => {
|
|
121
|
+
logger.warn(`Slash from round ${args.round} executed`);
|
|
126
122
|
clearTimeout(timeout);
|
|
127
|
-
|
|
128
|
-
|
|
123
|
+
unwatch();
|
|
124
|
+
resolve(args.round);
|
|
125
|
+
});
|
|
129
126
|
});
|
|
130
127
|
}
|
|
131
128
|
|
|
@@ -150,6 +147,58 @@ export async function awaitCommitteeExists({
|
|
|
150
147
|
return committee!.map(c => c.toString() as `0x${string}`);
|
|
151
148
|
}
|
|
152
149
|
|
|
150
|
+
/**
|
|
151
|
+
* Advance epochs until we find one where the target proposer is selected for at least one slot,
|
|
152
|
+
* then stop one epoch before it. This leaves time for the caller to start sequencers before
|
|
153
|
+
* warping to the target epoch, avoiding the race where the target epoch passes before sequencers
|
|
154
|
+
* are ready.
|
|
155
|
+
*
|
|
156
|
+
* Returns the target epoch number so the caller can warp to it after starting sequencers.
|
|
157
|
+
*/
|
|
158
|
+
export async function advanceToEpochBeforeProposer({
|
|
159
|
+
epochCache,
|
|
160
|
+
cheatCodes,
|
|
161
|
+
targetProposer,
|
|
162
|
+
logger,
|
|
163
|
+
maxAttempts = 20,
|
|
164
|
+
}: {
|
|
165
|
+
epochCache: EpochCacheInterface;
|
|
166
|
+
cheatCodes: RollupCheatCodes;
|
|
167
|
+
targetProposer: EthAddress;
|
|
168
|
+
logger: Logger;
|
|
169
|
+
maxAttempts?: number;
|
|
170
|
+
}): Promise<{ targetEpoch: EpochNumber }> {
|
|
171
|
+
const { epochDuration } = await cheatCodes.getConfig();
|
|
172
|
+
|
|
173
|
+
for (let attempt = 0; attempt < maxAttempts; attempt++) {
|
|
174
|
+
const currentEpoch = await cheatCodes.getEpoch();
|
|
175
|
+
// Check the NEXT epoch's slots so we stay one epoch before the target,
|
|
176
|
+
// giving the caller time to start sequencers before the target epoch arrives.
|
|
177
|
+
const nextEpoch = Number(currentEpoch) + 1;
|
|
178
|
+
const startSlot = nextEpoch * Number(epochDuration);
|
|
179
|
+
const endSlot = startSlot + Number(epochDuration);
|
|
180
|
+
|
|
181
|
+
logger.info(
|
|
182
|
+
`Checking next epoch ${nextEpoch} (slots ${startSlot}-${endSlot - 1}) for proposer ${targetProposer} (current epoch: ${currentEpoch})`,
|
|
183
|
+
);
|
|
184
|
+
|
|
185
|
+
for (let s = startSlot; s < endSlot; s++) {
|
|
186
|
+
const proposer = await epochCache.getProposerAttesterAddressInSlot(SlotNumber(s));
|
|
187
|
+
if (proposer && proposer.equals(targetProposer)) {
|
|
188
|
+
logger.warn(
|
|
189
|
+
`Found target proposer ${targetProposer} in slot ${s} of epoch ${nextEpoch}. Staying at epoch ${currentEpoch} to allow sequencer startup.`,
|
|
190
|
+
);
|
|
191
|
+
return { targetEpoch: EpochNumber(nextEpoch) };
|
|
192
|
+
}
|
|
193
|
+
}
|
|
194
|
+
|
|
195
|
+
logger.info(`Target proposer not found in epoch ${nextEpoch}, advancing to next epoch`);
|
|
196
|
+
await cheatCodes.advanceToNextEpoch();
|
|
197
|
+
}
|
|
198
|
+
|
|
199
|
+
throw new Error(`Target proposer ${targetProposer} not found in any slot after ${maxAttempts} epoch attempts`);
|
|
200
|
+
}
|
|
201
|
+
|
|
153
202
|
export async function awaitOffenseDetected({
|
|
154
203
|
logger,
|
|
155
204
|
nodeAdmin,
|
|
@@ -192,7 +241,6 @@ export async function awaitCommitteeKicked({
|
|
|
192
241
|
rollup,
|
|
193
242
|
cheatCodes,
|
|
194
243
|
committee,
|
|
195
|
-
slashFactory,
|
|
196
244
|
slashingProposer,
|
|
197
245
|
slashingRoundSize,
|
|
198
246
|
aztecSlotDuration,
|
|
@@ -203,8 +251,7 @@ export async function awaitCommitteeKicked({
|
|
|
203
251
|
rollup: RollupContract;
|
|
204
252
|
cheatCodes: RollupCheatCodes;
|
|
205
253
|
committee: readonly `0x${string}`[];
|
|
206
|
-
|
|
207
|
-
slashingProposer: EmpireSlashingProposerContract | TallySlashingProposerContract | undefined;
|
|
254
|
+
slashingProposer: SlashingProposerContract | undefined;
|
|
208
255
|
slashingRoundSize: number;
|
|
209
256
|
aztecSlotDuration: number;
|
|
210
257
|
aztecEpochDuration: number;
|
|
@@ -217,36 +264,14 @@ export async function awaitCommitteeKicked({
|
|
|
217
264
|
|
|
218
265
|
await cheatCodes.debugRollup();
|
|
219
266
|
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
const events = await slashFactory.getSlashPayloadCreatedEvents();
|
|
229
|
-
return events.length > 0 ? events : undefined;
|
|
230
|
-
},
|
|
231
|
-
'slash payload created',
|
|
232
|
-
120,
|
|
233
|
-
1,
|
|
234
|
-
);
|
|
235
|
-
expect(slashPayloadEvents.length).toBe(1);
|
|
236
|
-
// The uniqueness check is needed since a validator may be slashed more than once on the same round (eg because they let two epochs be pruned)
|
|
237
|
-
expect(unique(slashPayloadEvents[0].slashes.map(slash => slash.validator.toString()))).toHaveLength(
|
|
238
|
-
committee.length,
|
|
239
|
-
);
|
|
240
|
-
} else {
|
|
241
|
-
// Use the slash offset to ensure we are in the right epoch for tally
|
|
242
|
-
const slashOffsetInRounds = await slashingProposer.getSlashOffsetInRounds();
|
|
243
|
-
const slashingRoundSizeInEpochs = slashingRoundSize / aztecEpochDuration;
|
|
244
|
-
const slashingOffsetInEpochs = Number(slashOffsetInRounds) * slashingRoundSizeInEpochs;
|
|
245
|
-
const firstEpochInOffenseRound = offenseEpoch - (offenseEpoch % slashingRoundSizeInEpochs);
|
|
246
|
-
const targetEpoch = firstEpochInOffenseRound + slashingOffsetInEpochs;
|
|
247
|
-
logger.info(`Advancing to epoch ${targetEpoch} so we start slashing`);
|
|
248
|
-
await cheatCodes.advanceToEpoch(EpochNumber(targetEpoch), { offset: -aztecSlotDuration / 2 });
|
|
249
|
-
}
|
|
267
|
+
// Use the slash offset to ensure we are in the right epoch for tally
|
|
268
|
+
const slashOffsetInRounds = await slashingProposer.getSlashOffsetInRounds();
|
|
269
|
+
const slashingRoundSizeInEpochs = slashingRoundSize / aztecEpochDuration;
|
|
270
|
+
const slashingOffsetInEpochs = Number(slashOffsetInRounds) * slashingRoundSizeInEpochs;
|
|
271
|
+
const firstEpochInOffenseRound = offenseEpoch - (offenseEpoch % slashingRoundSizeInEpochs);
|
|
272
|
+
const targetEpoch = firstEpochInOffenseRound + slashingOffsetInEpochs;
|
|
273
|
+
logger.info(`Advancing to epoch ${targetEpoch} so we start slashing`);
|
|
274
|
+
await cheatCodes.advanceToEpoch(EpochNumber(targetEpoch), { offset: -aztecSlotDuration / 2 });
|
|
250
275
|
|
|
251
276
|
const attestersPre = await rollup.getAttesters();
|
|
252
277
|
expect(attestersPre.length).toBe(committee.length);
|
|
@@ -256,7 +281,10 @@ export async function awaitCommitteeKicked({
|
|
|
256
281
|
expect(attesterInfo.status).toEqual(1); // Validating
|
|
257
282
|
}
|
|
258
283
|
|
|
259
|
-
|
|
284
|
+
// Allow up to four round-lengths so that under proposer pipelining, where individual rounds
|
|
285
|
+
// sometimes fail to gather quorum because parts of the committee miss votes due to chain-state
|
|
286
|
+
// races, we still see a later round execute the slash.
|
|
287
|
+
const timeout = slashingRoundSize * 4 * aztecSlotDuration + 30;
|
|
260
288
|
logger.info(`Waiting for slash to be executed (timeout ${timeout}s)`);
|
|
261
289
|
await awaitProposalExecution(slashingProposer, timeout, logger);
|
|
262
290
|
|