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
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.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
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.
The text was updated successfully, but these errors were encountered: