cardano-ledger
cardano-ledger copied to clipboard
Implement more tests in Alonzo.Imp.UtxowSpec.Invalid
Description
This continues the work of converting the Alonzo UTXOW tests in cardano-ledger-test to ImpTests
Checklist
- [ ] Commit sequence broadly makes sense and commits have useful messages
- [ ] New tests are added if needed and existing tests are updated
- [ ] When applicable, versions are updated in
.cabalandCHANGELOG.mdfiles according to the versioning process. - [ ] The version bounds in
.cabalfiles for all affected packages are updated. If you change the bounds in a cabal file, that package itself must have a version increase. (See RELEASING.md) - [ ] All visible changes are prepended to the latest section of a
CHANGELOG.mdfor the affected packages. New section is never added with the code changes. (See RELEASING.md) - [x] Code is formatted with
fourmolu(usescripts/fourmolize.sh) - [x] Cabal files are formatted (use
scripts/cabal-format.sh) - [x]
hie.yamlhas been updated (usescripts/gen-hie.sh) - [ ] Self-reviewed the diff
I've left this as a draft because I plan to implement more of the tests in this PR, but you could maybe take a look at what I've done so far, @lehins
Thanks very much for the feedback, @teodanciu!