IntersectMBO / IntersectMBO/cardano-ledger
Define result types for all ledger state queries
Open
:credit_card: technical-debt
ledger-state-query
- Dominant language
- Haskell
- Stars
- 295
- Forks
- 179
- Avg merge
- 4d 7h
- Merged PRs (30d)
- 29
Description
Blocked on #5659
Instead of ledger state queries producing types that are also used in the `NewEpochState`, each query needs to produce a specific type for each query. Haskell types between queries can be reused, as well as the types that are stored on chain, eg. `TxIn`, `Credential`, etc.
Contributor guide
Assessment
This issue has not been assessed yet.