cardano-ledger
cardano-ledger copied to clipboard
Translate all tests from `AlonzoBBODY` to Imp test
Description
Translate all tests from AlonzoBBODY to Imp test
Closes #4182
Checklist
- [ ] Commits in meaningful sequence and with useful messages.
- [ ] Tests added or updated when needed.
- [ ]
CHANGELOG.mdfiles updated for packages with externally visible changes.
NOTE: New section is never added with the code changes. (See RELEASING.md). - [ ] Versions updated in
.cabalandCHANGELOG.mdfiles when necessary, according to the versioning process. - [ ] Version bounds in
.cabalfiles updated when necessary.
NOTE: If bounds change in a cabal file, that package itself must have a version increase. (See RELEASING.md). - [x] Code formatted (use
scripts/fourmolize.sh). - [x] Cabal files formatted (use
scripts/cabal-format.sh). - [x] CDDL files are up to date (use
scripts/gen-cddl.sh) - [x]
hie.yamlupdated (usescripts/gen-hie.sh). - [ ] Self-reviewed the diff.
This includes the commits from #5404 and will need to be rebased after that's merged