-
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
Add a query for vote delegatees #502
Conversation
e806eb2
to
4e289fa
Compare
4e289fa
to
0a46de1
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.
Looks good from the Consensus side. I'm unsure of two things that I don't know the details right now:
- the experimental or not dilemma you mentioned
- whether this should be included in
ShelleyNodeToClientVersion8
which is officially unreleased I think, or not
Perhaps @amesgen knows the answer to these two questions
ouroboros-consensus-cardano/src/shelley/Ouroboros/Consensus/Shelley/Ledger/Query.hs
Outdated
Show resolved
Hide resolved
ouroboros-consensus-cardano/src/shelley/Ouroboros/Consensus/Shelley/Ledger/Query.hs
Show resolved
Hide resolved
Thanks! Can you also add a changelog fragment? |
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.
Thanks, only a tiny comment, feel free to add this to the merge queue after squashing 👍
ouroboros-consensus-cardano/changelog.d/20231110_165234_carl.hammann_vote_delegatee_query.md
Outdated
Show resolved
Hide resolved
ceaadb4
to
ac8a4c0
Compare
For context, see this issue on
cardano-cli
: We want to have a query returns the vote delegatees, given staking credentials. This functionality is currently missing (here, and thus in thecardano-api
, which I want to use in the CLI).