-
Notifications
You must be signed in to change notification settings - Fork 86
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
On chain root peers #2535
Milestone
Comments
mrBliss
added a commit
that referenced
this issue
Aug 24, 2020
Fixes #2535. For Shelley, this returns the stake pool relays ordered by descending stake.
mrBliss
added a commit
that referenced
this issue
Aug 25, 2020
Fixes #2535. For Shelley, this returns the stake pool relays ordered by descending stake.
mrBliss
added a commit
that referenced
this issue
Sep 8, 2020
Fixes #2535. For Shelley, this returns the stake pool relays ordered by descending stake.
mrBliss
added a commit
that referenced
this issue
Sep 29, 2020
mrBliss
added a commit
that referenced
this issue
Nov 11, 2020
mrBliss
added a commit
that referenced
this issue
Nov 20, 2020
karknu
pushed a commit
that referenced
this issue
Nov 20, 2020
karknu
pushed a commit
that referenced
this issue
Dec 8, 2020
mrBliss
added a commit
that referenced
this issue
Dec 9, 2020
mrBliss
added a commit
that referenced
this issue
Dec 10, 2020
iohk-bors bot
added a commit
that referenced
this issue
Dec 10, 2020
2536: LedgerSupportsPeerSelection: return peers registered in ledger state r=mrBliss a=mrBliss Fixes #2535. For Shelley, this returns the stake pool relays ordered by descending stake. Co-authored-by: Thomas Winant <thomas@well-typed.com> Co-authored-by: Karl Knutsson <karl.knutsson@iohk.io>
This issue isn't done yet. |
karknu
pushed a commit
that referenced
this issue
Dec 15, 2020
coot
pushed a commit
that referenced
this issue
Dec 18, 2020
coot
pushed a commit
that referenced
this issue
Dec 18, 2020
coot
pushed a commit
that referenced
this issue
Dec 18, 2020
The consensus-side of this has been done in #2536, removing the |
This is done. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The peer governor needs to sample peers from the pools registered on the chain. We would like to sample them according to stake distribution.
The governor has a method for getting root peers (using
IO
) which we can construct provided a list ofDomainAddress ~ (DNS, PortNumber)
. Giving us something likem [DomainAddress]
should work just fine.The governor asks for root peers with an exponential backoff in case of failures, ensuring that it is not done too often.
The text was updated successfully, but these errors were encountered: