IntersectMBO / ouroboros-consensus

Implementation of a Consensus Layer for the Ouroboros family of protocols
https://ouroboros-consensus.cardano.intersectmbo.org
Apache License 2.0
36 stars 23 forks source link

`ChainDBLedgerInterface` could probably use a `LedgerDB` instead #1325

Open jasagredo opened 4 days ago

jasagredo commented 4 days ago

As noted by Alex here the ChainDBLedgerInterface probably does not need a full ChainDB, but just a LedgerDB would be enough, and we move forward in decoupling components.