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

[feat] When selecting a block producer, only pick from the online delegates #71

Open
element0355 opened this issue Apr 28, 2022 · 1 comment
Labels
◼ Type: Enhancement This issue relates to a feature/improvement of a feature.

Comments

@element0355
Copy link
Contributor

Expected Behavior
When Selecting a block producer, only select ones that are online, if not, they are excluded from being picked as a block producer.

Current Behavior
DPoPS selects a block producer whether it is online or not. In the testnet this causes pauses in the blockchain, until it selects an online block producer. Currently not an issue on mainnet as we have enough delegates to fill in for the ones that fall offline.

Possible Solution
When selecting a block producer in the top 50 check if it is online, if not, exclude them from being able to produce the block.

@element0355 element0355 added the ◼ Type: Enhancement This issue relates to a feature/improvement of a feature. label Apr 28, 2022
@zachhildreth
Copy link
Member

Hi @element0355
this is a great idea.

I have added it in the remote-data branch 0606313

we will test once we switch the testnet to this repo.

I forgot to add that issue to the commit so will come back and close the issue once we test it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
◼ Type: Enhancement This issue relates to a feature/improvement of a feature.
Projects
None yet
Development

No branches or pull requests

2 participants