IntersectMBO / IntersectMBO/ouroboros-consensus
Further specialize `EmptyMK`
Open
good first issue
UTxO-HD
- Dominant language
- Haskell
- Stars
- 67
- Forks
- 43
- Avg merge
- 5d 13h
- Merged PRs (30d)
- 43
Description
`EmptyMK` means that there are no values on the ledger tables, but this can be due to two situations:
- There are no values at all, neither in the ledger tables, nor in the ledger state.
- There are values on the LedgerState.
The second situation happens when we interact with the ledger layer, which is unaware of ledger tables. We could split these two situations into `StowedMK|EmptyMK` instead.
Contributor guide
Assessment
This issue has not been assessed yet.