-
Notifications
You must be signed in to change notification settings - Fork 15
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
Query a node for a snapshot of big ledger peers #727
base: master
Are you sure you want to change the base?
Conversation
d331184
to
141ce47
Compare
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.
LGTM thanks! There are build failures though.
141ce47
to
ab2200d
Compare
This PR is stale because it has been open 45 days with no activity. |
ab2200d
to
846fbcb
Compare
Seems this is blocked on updated in https://github.com/IntersectMBO/ouroboros-network, so putting as draft until this is really mergeable. @crocodile-dentist> please undraft when this is close to being merged. |
1a78bfc
to
913c44d
Compare
36449ee
to
cb5eebc
Compare
FYI: I have rebased your branch because we have done changes to the formatting. I have made a copy of the unrebased branch that you can find in my previous comment in this PR. |
cb5eebc
to
72a6466
Compare
72a6466
to
7e4c792
Compare
This change introduces query subcommand ledger-peer-snapshot to serialize a snapshot of big ledger peers from the tip of the current chain.
7e4c792
to
00a96fb
Compare
This PR is stale because it has been open 45 days with no activity. |
Changelog
Context
A new query subcommand ledger-peer-snapshot was introduced to serialize a snapshot of big ledger peers. These relays will be relied on by network layer when a node is syncing up in Genesis consensus mode, since a node may not have any or up to date information from its own ledger which are the big ledger peer relays.
Closes #571
Checklist