IntersectMBO / IntersectMBO/cardano-ledger
Get rid of `utxosDeposited`
Open
:credit_card: technical-debt
:detective: testing
- Dominant language
- Haskell
- Stars
- 295
- Forks
- 179
- Avg merge
- 4d 7h
- Merged PRs (30d)
- 29
Description
The `utxosDeposited` field in `UTxOState` is currently only used in assertions. We should remove that field together with the assertions and then add equivalent tests in our testing suites.
Contributor guide
Research direction
Locate the UTxOState definition and the assertions that use utxosDeposited, then trace the existing testing suites that cover the same ledger behavior. Remove the field and those assertions, and add equivalent tests so the relevant behavior remains covered.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- haskell
- Domain
- blockchain
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100