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

Eth2.0: Detect block proposals and block auto-updates #914

Open
pablomendezroyo opened this issue Oct 28, 2021 · 1 comment
Open

Eth2.0: Detect block proposals and block auto-updates #914

pablomendezroyo opened this issue Oct 28, 2021 · 1 comment
Assignees
Labels
ethereum Tasks related to the dappmanager core functionality Ethereum needs research new feature Tasks that aims to suggest/implement a new feature P2 Worth doing eventually, no rush

Comments

@pablomendezroyo
Copy link
Contributor

Context

During an epoch is known who proposes (one validator is randomly selected for each slot to propose a block). If a DAppNode user switches the validator at the time when it was selected as a proposal them it will miss the proposal. This is a remote possibility whereas it is something to avoid.

Approach

When DAppNode user attempts to switch to another ETH client validator, there should be a check to ensure that the validator to be switched will not be a proposer in the next epoch

Deppends on #913

@dapplion dapplion changed the title ETH2: Check epoch proposal ETH2: Detect block proposals and block auto-updates Oct 28, 2021
@dapplion dapplion changed the title ETH2: Detect block proposals and block auto-updates Eth2.0: Detect block proposals and block auto-updates Oct 28, 2021
@yangxdGIT
Copy link

good project

@pablomendezroyo pablomendezroyo added P2 Worth doing eventually, no rush needs research labels Nov 10, 2022
@pablomendezroyo pablomendezroyo added ethereum Tasks related to the dappmanager core functionality Ethereum new feature Tasks that aims to suggest/implement a new feature labels Mar 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ethereum Tasks related to the dappmanager core functionality Ethereum needs research new feature Tasks that aims to suggest/implement a new feature P2 Worth doing eventually, no rush
Projects
None yet
Development

No branches or pull requests

3 participants