IntersectMBO / cardano-ledger

The ledger implementation and specifications of the Cardano blockchain.
Apache License 2.0
262 stars 155 forks source link

Create a query for current DRep delegations and stake distribution #4664

Closed lehins closed 1 week ago

lehins commented 2 months ago

We already have a query for getting DRep stake distribution, but that query produces stake distribution from an epoch ago, that will be used during next ratification. Thanks to the work done in #4652 we can now implement an efficient query that can produce current stake distribution that can change throughout an epoch.