Eth2.0: Detect block proposals and block auto-updates #914
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
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
The text was updated successfully, but these errors were encountered: