IntersectMBO / cardano-db-sync

A component that follows the Cardano chain and stores blocks and transactions in PostgreSQL
Apache License 2.0
283 stars 158 forks source link

Calculate the correct proposed committee #1735

Closed kderme closed 3 days ago

kderme commented 3 weeks ago

A commitee proposal, contains the members to be added and removed. It also references a previous proposal, either NoConfidence or NewCommitee. DBSync calculates what will be the eventual committee when and if it will be enacted. However the current implementation is wrong, since it assumes that the proposal references the current state. Afaik there is already support from the ledger to find the correct eventual state.

kderme commented 3 days ago

Cone by https://github.com/IntersectMBO/cardano-db-sync/pull/1744