-
Notifications
You must be signed in to change notification settings - Fork 25
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
Refine Bootstrap State Machine to ignore local peers when it should #974
Comments
amesgen
added a commit
that referenced
this issue
May 8, 2024
Concretely, this addresses #974 in the context of bootstrap peers, but this code will also work for the "actual" Honest Availability Assumption of Genesis once implemented on the Network side.
Lucsanszky
added a commit
that referenced
this issue
May 9, 2024
* Update `ouroboros-consensus-diffusion` to `ouroboros-network-0.16.0.0` * GSM: use diffusion layer info for HAA Concretely, this addresses #974 in the context of bootstrap peers, but this code will also work for the "actual" Honest Availability Assumption of Genesis once implemented on the Network side. * BootstrapPeers.md: include pseudo-HAA * Remove `ShowProxy` instance of `SlotNo` It is now provided by `ouroboros-network`.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
IntersectMBO/ouroboros-network#4815 would allow the Bootstrap State Machine to distinguish remote from local peers, which is sometimes crucial. See that issue for more details on what the GSM code (introduced in #808) should do once that information is available.
The text was updated successfully, but these errors were encountered: