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

[consensus] run consensus on main shard by all validators #176

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

olegrok
Copy link
Contributor

@olegrok olegrok commented Feb 5, 2025

This patch enables consensus for the main shard. Now, it is validated by all available validators.
The list of validators is simply a collection of validators from all shards without duplicates.
The main issue is the tests since the sharded suite now has to wait for the zero shard to start ticking.

Need for #143

@olegrok olegrok force-pushed the main-shard-consensus branch from d3c7c87 to e865806 Compare February 5, 2025 03:13
@olegrok olegrok force-pushed the main-shard-consensus branch from e865806 to 6ffce79 Compare February 5, 2025 08:08
@olegrok olegrok force-pushed the main-shard-consensus branch from 6ffce79 to 3a7f5eb Compare February 5, 2025 09:12
@olegrok olegrok force-pushed the main-shard-consensus branch from 3a7f5eb to 4021dd3 Compare February 5, 2025 09:45
@olegrok olegrok force-pushed the main-shard-consensus branch from 4021dd3 to f167124 Compare February 5, 2025 10:53
@olegrok olegrok force-pushed the main-shard-consensus branch from f167124 to e67c980 Compare February 6, 2025 08:57
@olegrok olegrok force-pushed the main-shard-consensus branch from e67c980 to d54397d Compare February 6, 2025 09:30
This patch enables consensus for the main shard. Now, it is validated by all available validators.
The list of validators is simply a collection of validators from all shards without duplicates.
The main issue is the tests since the sharded suite now has to wait for the zero shard to start ticking.

Need for #143
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

Successfully merging this pull request may close these issues.

1 participant