IntersectMBO / IntersectMBO/cardano-ledger
Minor collection of fixes needed for Dijkstra
Open
:cake: good first issue
:credit_card: technical-debt
DijkstraEra
- Dominant language
- Haskell
- Stars
- 295
- Forks
- 179
- Avg merge
- 4d 7h
- Merged PRs (30d)
- 29
Description
* [ ] - Move `AccountBalanceInterval(s)` to `Cardano.Ledger.Dijkstra.TxBody`. It has nothing to do with scripts, so I am not sure how it ended up current location
* [x] - Make `AccountBalanceInterval` support indefinite length with `decodeRecordNamed` instead of `enforceSize`
* [x] - Make Dijkstra TopLevel Tx support indefinite length encoding, while making definite only with length 4 only for backwards compatibility, which will rely on the peek token approach
Contributor guide
Assessment
This issue has not been assessed yet.