-
Notifications
You must be signed in to change notification settings - Fork 741
Remove avalanche bootstrapping -> avalanche consensus transition #1345
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
Conversation
…into linearize-on-start
|
||
// If the subnet hasn't finished bootstrapping, this chain should remain | ||
// syncing. | ||
if !b.Config.BootstrapTracker.IsBootstrapped() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We don't need this anymore?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nope! This is handled in snowman bootstrapping now.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just 2 questions
Why this should be merged
Now that Cortina has been activated, Avalanche bootstrapping should always result in accepting the stop vertex. This means that that Avalanche engine is completely inaccessible.
How this works
How this was tested
CI + manually.