IntersectMBO / IntersectMBO/cardano-ledger
Remove `GovActionIx` in favor of `TxIx`
Open
:cake: good first issue
:credit_card: technical-debt
- Dominant language
- Haskell
- Stars
- 295
- Forks
- 179
- Avg merge
- 4d 7h
- Merged PRs (30d)
- 29
Description
We have successfully switched `TxIx` to `Word16`, so, `GovActionIx` is no longer required and we can use `TxIx` instead.
Contributor guide
Research direction
Search the repository for `GovActionIx` and inspect each usage to identify the affected ledger components. Replace the obsolete type with `TxIx`, then run the relevant project test suite and confirm that no `GovActionIx` references remain.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- haskell
- Domain
- blockchain
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100