IntersectMBO / cardano-ledger

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

Make `CertState` into a type family #4693

Open lehins opened 1 month ago

lehins commented 1 month ago

There are many differences in the certificate state between Conway and pre-Conway eras. We even have more changes planned for future eras that will affect CertState yet again. It make sense to convert CertState into a type family and use accurate types for individual eras