Skip to content

Disable validator slashing protection #4890

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

Closed
jmcruz1983 opened this issue Oct 31, 2023 · 5 comments
Closed

Disable validator slashing protection #4890

jmcruz1983 opened this issue Oct 31, 2023 · 5 comments
Labels
enhancement New feature or request val-client Relates to the validator client binary

Comments

@jmcruz1983
Copy link

Description

When using centralised signing with web3signer,
we can have a centralise slashing protection,
so for that we would like to have a parameter to
disable the local slashing protection in the lighthouse validator

Thanks

@michaelsproul
Copy link
Member

This may also be alleviated by #1914, which I'm hoping to solve... any day now

@michaelsproul
Copy link
Member

Implemented in #4981 but will need very thorough testing and review before we merge (i.e. won't make it for 4.6)

@michaelsproul michaelsproul added enhancement New feature or request val-client Relates to the validator client binary labels Dec 13, 2023
@ricardolyn
Copy link

ricardolyn commented Feb 23, 2024

@michaelsproul, thank you for the update. We've started testing and encountered an inconsistency: despite setting --disable-slashing-protection-web3signer, it appears that --init-slashing-protection is still required in the absence of a slashing protection database, even though we're using web3signer and it won't be utilized.

Could --init-slashing-protection be made optional when --disable-slashing-protection-web3signer is enabled? Thanks.

@michaelsproul
Copy link
Member

@ricardolyn Good point! We can probably make that work. Do you mind opening a new issue?

Thanks

@ricardolyn
Copy link

thank you, created #5310

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request val-client Relates to the validator client binary
Projects
None yet
Development

No branches or pull requests

3 participants