Skip to content

[Feature Flag] detect possible surround votings #15069

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

Open
potuz opened this issue Mar 18, 2025 · 1 comment
Open

[Feature Flag] detect possible surround votings #15069

potuz opened this issue Mar 18, 2025 · 1 comment
Labels
Tracking Gotta Catch 'Em All

Comments

@potuz
Copy link
Contributor

potuz commented Mar 18, 2025

Add a feature flag to let the beacon node act as a lazy slasher, it tracks attestations it has seen as a whole, not discriminating by validator index. If it finds a possible surrounding, get all blocks from the corresponding epochs and produce slashings using #15068 and broadcast the slashings.

Warning: study the design to make it less prone to abuse: any validator sending a bad attestation for a bad target and not attesting the next epoch would avoid being slashed and would trigger nodes to look for slashings. Filtering by number of indices is an option.

@potuz potuz added the Tracking Gotta Catch 'Em All label Mar 18, 2025
@anushkasomani
Copy link

hi @potuz , i'd like to work on this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Tracking Gotta Catch 'Em All
Projects
None yet
Development

No branches or pull requests

2 participants