Skip to content
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

Integrate queryStakePoolDefaultVote #1035

Open
smelc opened this issue Jan 28, 2025 · 0 comments
Open

Integrate queryStakePoolDefaultVote #1035

smelc opened this issue Jan 28, 2025 · 0 comments
Assignees

Comments

@smelc
Copy link
Contributor

smelc commented Jan 28, 2025

Context

We recently augmented query spo-stake-distribution to include the DRep delegation choices of the pools' rewards accounts. This was #990 which is doing multiple queries in a row. This implementation is temporary, because ultimately we can use a dedicated ledger query: queryStakePoolDefaultVote, implemented here: IntersectMBO/cardano-ledger#4735

This issue keeps track of removing the complex code written for #990 and replace it with a call to the new ledger query.

Status

This issue is blocked on having consensus integrate the new queryStakePoolDefaultVote here: https://github.com/IntersectMBO/ouroboros-consensus/blob/main/ouroboros-consensus-cardano/src/shelley/Ouroboros/Consensus/Shelley/Ledger/NetworkProtocolVersion.hs

[edit] consensus created an issue tracking the required addition: IntersectMBO/ouroboros-consensus#1371

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants