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

Investigate and fix block producers creating back to back blocks #962

Closed
Tracked by #1340
evan-forbes opened this issue Feb 6, 2023 · 2 comments
Closed
Tracked by #1340

Comments

@evan-forbes
Copy link
Member

Block producers are currently producing blocks consistently on testnets, but they often end up producing blocks back to back, where a the same validator is the proposer for more than one block in a row. This should occur naturally to some extent, but not to the extent that we are observing. We should investigate and find one or more solutions to issue, and also implement one of them.

@evan-forbes
Copy link
Member Author

if we fix the frequency of heights that take multiple rounds, then this should be fixed as well. The tendermint team has discussed this before

@evan-forbes evan-forbes removed this from the Mainnet milestone Apr 2, 2023
@evan-forbes
Copy link
Member Author

per sync discussion, this occurs when it takes multiple rounds to reach consensus, so if we fix that then this should also be resolved.

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

No branches or pull requests

1 participant