-
Notifications
You must be signed in to change notification settings - Fork 792
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
[Merged by Bors] - beacon_node: add --disable-deposit-contract-sync flag #3597
Conversation
Heyo, thanks for the contribution. I'm open to the "disable-eth1-sync" flag, however we intentionally don't provide a "disable-backfill" flag since there's no protocol-level solution to storing blocks unless we have nodes that sync them. If all nodes were to run with this flag then we'd be at risk of losing those blocks forever. I know this is not ideal and it would be great to find a protocol-level solution, however until then I think forcing users to download them is the safest route. Would you be open to removing the backfill flag please? |
@paulhauner |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR! Just a few minor points of feedback 🙏
Overrides any previous option that enables the eth1 service.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
bors r+ |
Overrides any previous option that enables the eth1 service. Useful for operating a `light` beacon node. Co-authored-by: Michael Sproul <[email protected]>
Overrides any previous option that enables the eth1 service. Useful for operating a `light` beacon node. Co-authored-by: Michael Sproul <[email protected]>
Overrides any previous option that enables the eth1 service. Useful for operating a `light` beacon node. Co-authored-by: Michael Sproul <[email protected]>
Overrides any previous option that enables the eth1 service.
Useful for operating a
light
beacon node.