Skip to content
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

VC: Update subnet subscription and attestation aggregation for all connected BNs #3422

Closed
torfbolt opened this issue Aug 3, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@torfbolt
Copy link

torfbolt commented Aug 3, 2022

Description

As a Ethereum validator I would like to be able to use a Lighthouse validator client with redundant beacon nodes, without subscribing to all subnets.

Version

2.5.1

Present Behaviour

A Lighthouse VC can currently connect to several BNs for redundancy. However, it does not keep all of these BNs informed about its duties, only the currently preferred one. It is therefore required to configure the fallback beacon node with the --subscribe-all-subnets and --import-all-attestations flags, leading to an increased resource consumption.

Expected Behaviour

The VC should send update messages to all connected beacon nodes, so that all of them behave as if they were the only BN connected to the VC.

@michaelsproul
Copy link
Member

Resolved by #3529

Will be in the next release 🎉

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

No branches or pull requests

2 participants