cardano-ledger icon indicating copy to clipboard operation
cardano-ledger copied to clipboard

Implement more tests in Alonzo.Imp.UtxowSpec.Invalid

Open neilmayhew opened this issue 1 year ago • 1 comments

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 .cabal and CHANGELOG.md files according to the versioning process.
  • [ ] The version bounds in .cabal files 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.md for the affected packages. New section is never added with the code changes. (See RELEASING.md)
  • [x] Code is formatted with fourmolu (use scripts/fourmolize.sh)
  • [x] Cabal files are formatted (use scripts/cabal-format.sh)
  • [x] hie.yaml has been updated (use scripts/gen-hie.sh)
  • [ ] Self-reviewed the diff

neilmayhew avatar Jun 25 '24 18:06 neilmayhew

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

neilmayhew avatar Jun 26 '24 03:06 neilmayhew

Thanks very much for the feedback, @teodanciu!

neilmayhew avatar Jul 04 '24 15:07 neilmayhew