Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: gating test #9918

Merged
merged 2 commits into from
Nov 20, 2024
Merged

feat: gating test #9918

merged 2 commits into from
Nov 20, 2024

Commits on Nov 15, 2024

  1. feat: gating_passive.test.ts

    This test:
    - updates the aztec network deployment, allowing validators to use each other as boot nodes
    - applies the "network-requirements" network shaping
    - permanently disables the boot node
    - runs 3 epochs during which it:
      - kills 25% of the validators
      - asserts that we miss less than 50% of slots
    
    Other work in this branch includes:
    - add `ignoreDroppedReceiptsFor` TX wait options
      - this allows sending a TX to one node, and awaiting it on another since we need time for p2p propagation
      - we need this since we have shifted the PXE to point at the top-level validator service, which load balances across individuals
      - this may help with #9613
    - scalable loki deployment for prod
    - more visible logging for core sequencer operations
    - better error handling during the setup of l2 contracts
    - better error handling in the pxe
    - rename the network shaping charts to "aztec-chaos-scenarios"
    just-mitch committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    c7b693b View commit details
    Browse the repository at this point in the history
  2. fix conflict

    just-mitch committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    c5152e9 View commit details
    Browse the repository at this point in the history