You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Main feature of this branch (unlike the branch name indicates) is the
`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"
Fix#9713Fix#9883
No description provided.
The text was updated successfully, but these errors were encountered: