@aztec/end-to-end 3.0.0-nightly.20251127 → 3.0.0-nightly.20251128

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.
Files changed (85) hide show
  1. package/dest/bench/client_flows/benchmark.d.ts +1 -1
  2. package/dest/bench/client_flows/benchmark.d.ts.map +1 -1
  3. package/dest/bench/client_flows/client_flows_benchmark.d.ts +1 -1
  4. package/dest/bench/client_flows/client_flows_benchmark.d.ts.map +1 -1
  5. package/dest/bench/client_flows/config.d.ts +1 -1
  6. package/dest/bench/client_flows/data_extractor.d.ts +1 -1
  7. package/dest/bench/utils.d.ts +2 -2
  8. package/dest/e2e_blacklist_token_contract/blacklist_token_contract_test.d.ts +1 -1
  9. package/dest/e2e_blacklist_token_contract/blacklist_token_contract_test.d.ts.map +1 -1
  10. package/dest/e2e_cross_chain_messaging/cross_chain_messaging_test.d.ts +1 -1
  11. package/dest/e2e_cross_chain_messaging/cross_chain_messaging_test.d.ts.map +1 -1
  12. package/dest/e2e_deploy_contract/deploy_test.d.ts +1 -1
  13. package/dest/e2e_deploy_contract/deploy_test.d.ts.map +1 -1
  14. package/dest/e2e_epochs/epochs_test.d.ts +1 -1
  15. package/dest/e2e_epochs/epochs_test.d.ts.map +1 -1
  16. package/dest/e2e_epochs/epochs_test.js +3 -2
  17. package/dest/e2e_fees/bridging_race.notest.d.ts +1 -1
  18. package/dest/e2e_fees/fees_test.d.ts +1 -1
  19. package/dest/e2e_fees/fees_test.d.ts.map +1 -1
  20. package/dest/e2e_l1_publisher/write_json.d.ts +1 -1
  21. package/dest/e2e_l1_publisher/write_json.d.ts.map +1 -1
  22. package/dest/e2e_l1_publisher/write_json.js +2 -2
  23. package/dest/e2e_multi_validator/utils.d.ts +1 -1
  24. package/dest/e2e_nested_contract/nested_contract_test.d.ts +1 -1
  25. package/dest/e2e_nested_contract/nested_contract_test.d.ts.map +1 -1
  26. package/dest/e2e_p2p/inactivity_slash_test.d.ts +2 -2
  27. package/dest/e2e_p2p/inactivity_slash_test.d.ts.map +1 -1
  28. package/dest/e2e_p2p/inactivity_slash_test.js +5 -2
  29. package/dest/e2e_p2p/p2p_network.d.ts +214 -9
  30. package/dest/e2e_p2p/p2p_network.d.ts.map +1 -1
  31. package/dest/e2e_p2p/p2p_network.js +2 -1
  32. package/dest/e2e_p2p/shared.d.ts +5 -5
  33. package/dest/e2e_p2p/shared.d.ts.map +1 -1
  34. package/dest/e2e_p2p/shared.js +5 -4
  35. package/dest/e2e_token_contract/token_contract_test.d.ts +1 -1
  36. package/dest/e2e_token_contract/token_contract_test.d.ts.map +1 -1
  37. package/dest/fixtures/e2e_prover_test.d.ts +1 -1
  38. package/dest/fixtures/e2e_prover_test.d.ts.map +1 -1
  39. package/dest/fixtures/fixtures.d.ts +1 -1
  40. package/dest/fixtures/get_acvm_config.d.ts +1 -1
  41. package/dest/fixtures/get_bb_config.d.ts +1 -1
  42. package/dest/fixtures/get_bb_config.d.ts.map +1 -1
  43. package/dest/fixtures/index.d.ts +1 -1
  44. package/dest/fixtures/l1_to_l2_messaging.d.ts +1 -1
  45. package/dest/fixtures/logging.d.ts +1 -1
  46. package/dest/fixtures/setup_l1_contracts.d.ts +475 -4
  47. package/dest/fixtures/setup_l1_contracts.d.ts.map +1 -1
  48. package/dest/fixtures/setup_p2p_test.d.ts +1 -1
  49. package/dest/fixtures/snapshot_manager.d.ts +2 -2
  50. package/dest/fixtures/snapshot_manager.d.ts.map +1 -1
  51. package/dest/fixtures/token_utils.d.ts +1 -1
  52. package/dest/fixtures/utils.d.ts +449 -4
  53. package/dest/fixtures/utils.d.ts.map +1 -1
  54. package/dest/fixtures/utils.js +2 -1
  55. package/dest/fixtures/web3signer.d.ts +1 -1
  56. package/dest/fixtures/with_telemetry_utils.d.ts +1 -1
  57. package/dest/index.d.ts +1 -1
  58. package/dest/quality_of_service/alert_checker.d.ts +1 -1
  59. package/dest/quality_of_service/alert_checker.d.ts.map +1 -1
  60. package/dest/shared/cross_chain_test_harness.d.ts +1 -12
  61. package/dest/shared/cross_chain_test_harness.d.ts.map +1 -1
  62. package/dest/shared/gas_portal_test_harness.d.ts +1 -11
  63. package/dest/shared/gas_portal_test_harness.d.ts.map +1 -1
  64. package/dest/shared/index.d.ts +1 -1
  65. package/dest/shared/jest_setup.d.ts +1 -1
  66. package/dest/shared/submit-transactions.d.ts +1 -1
  67. package/dest/shared/submit-transactions.d.ts.map +1 -1
  68. package/dest/shared/uniswap_l1_l2.d.ts +1 -1
  69. package/dest/shared/uniswap_l1_l2.d.ts.map +1 -1
  70. package/dest/simulators/index.d.ts +1 -1
  71. package/dest/simulators/lending_simulator.d.ts +1 -5
  72. package/dest/simulators/lending_simulator.d.ts.map +1 -1
  73. package/dest/simulators/token_simulator.d.ts +1 -1
  74. package/dest/simulators/token_simulator.d.ts.map +1 -1
  75. package/dest/spartan/setup_test_wallets.d.ts +2 -2
  76. package/dest/spartan/setup_test_wallets.d.ts.map +1 -1
  77. package/dest/spartan/utils.d.ts +17 -17
  78. package/dest/spartan/utils.d.ts.map +1 -1
  79. package/package.json +41 -40
  80. package/src/e2e_epochs/epochs_test.ts +3 -2
  81. package/src/e2e_l1_publisher/write_json.ts +2 -2
  82. package/src/e2e_p2p/inactivity_slash_test.ts +3 -2
  83. package/src/e2e_p2p/p2p_network.ts +4 -1
  84. package/src/e2e_p2p/shared.ts +7 -4
  85. package/src/fixtures/utils.ts +4 -1
@@ -32,6 +32,7 @@ import {
32
32
  createDelayedL1TxUtilsFromViemWallet,
33
33
  startAnvil,
34
34
  } from '@aztec/ethereum/test';
35
+ import { EpochNumber } from '@aztec/foundation/branded-types';
35
36
  import { SecretValue } from '@aztec/foundation/config';
36
37
  import { randomBytes } from '@aztec/foundation/crypto';
37
38
  import { EthAddress } from '@aztec/foundation/eth-address';
@@ -647,7 +648,9 @@ export async function setup(
647
648
  ) {
648
649
  // We need to advance such that the committee is set up.
649
650
  await cheatCodes.rollup.advanceToEpoch(
650
- (await cheatCodes.rollup.getEpoch()) + BigInt(config.lagInEpochsForValidatorSet + 1),
651
+ EpochNumber.fromBigInt(
652
+ BigInt(await cheatCodes.rollup.getEpoch()) + BigInt(config.lagInEpochsForValidatorSet + 1),
653
+ ),
651
654
  );
652
655
  await cheatCodes.rollup.setupEpoch();
653
656
  await cheatCodes.rollup.debugRollup();