chore(spartan): lower mainnet inactivity slash target to 70% - #24827
Merged
PhilWindle merged 1 commit intoJul 21, 2026
Conversation
Reduce the mainnet SLASH_INACTIVITY_TARGET_PERCENTAGE default from 0.8 (80%) to 0.7 (70%) in spartan/environments/network-defaults.yml. Only the networks.mainnet preset is changed; devnet/testnet and the top-level slasher anchor (all 0.9) are untouched.
PhilWindle
approved these changes
Jul 21, 2026
This was referenced Jul 21, 2026
rangozd
pushed a commit
to rangozd/aztec-packages
that referenced
this pull request
Aug 5, 2026
BEGIN_COMMIT_OVERRIDE chore(spartan): lower mainnet inactivity slash target to 70% (AztecProtocol#24827) chore: add rate-limited testnet rpc client (AztecProtocol#24836) fix(ci): move nightly bench inclusion sweep to 06:00 UTC (AztecProtocol#24830) fix(bench): handle void worker-wallet returns in inclusion sweep (AztecProtocol#24843) END_COMMIT_OVERRIDE
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Lowers the mainnet
SLASH_INACTIVITY_TARGET_PERCENTAGEdefault from0.8(80%) to0.7(70%) inspartan/environments/network-defaults.yml. This is the per-epoch attestation miss ratio at which a validator is counted inactive.Only the
networks.mainnetpreset changes; devnet/testnet and the top-level slasher anchor (all0.9) are untouched. Changes a baked-in default for future builds — does not retroactively affect the running network.