Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable conformance tests for GOV rule #4268

Merged
merged 1 commit into from
May 3, 2024
Merged

Conversation

Soupstraw
Copy link
Contributor

@Soupstraw Soupstraw commented Apr 16, 2024

Description

This PR adds conformance testing for the GOV rule.

resolves #4255

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)
  • Code is formatted with fourmolu (use scripts/fourmolize.sh)
  • Cabal files are formatted (use scripts/cabal-format.sh)
  • hie.yaml has been updated (use scripts/gen-hie.sh)
  • Self-reviewed the diff

@Soupstraw Soupstraw force-pushed the jj/gov-conformance branch 13 times, most recently from 88c763a to 7603e9b Compare April 18, 2024 13:51
@Soupstraw Soupstraw force-pushed the jj/gov-conformance branch 10 times, most recently from 718d3bd to 2bc270f Compare April 29, 2024 14:51
@Soupstraw Soupstraw marked this pull request as ready for review April 29, 2024 14:51
@Soupstraw Soupstraw force-pushed the jj/gov-conformance branch 10 times, most recently from f01dcd2 to 669866d Compare April 30, 2024 13:00
Copy link
Contributor

@lehins lehins left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There are only two major things I'd like to see changed in this PR:

  • Testable instance for ImpTestM
  • showing of Integers as Hex

Other than that it looks great!
Nice job on figuring conformance tests for GOV rule!

@Soupstraw Soupstraw force-pushed the jj/gov-conformance branch 4 times, most recently from d27d25c to 06e5e61 Compare May 3, 2024 09:36
@Soupstraw Soupstraw force-pushed the jj/gov-conformance branch 5 times, most recently from a470b7f to 30cceaa Compare May 3, 2024 10:55
Fixed a bug in prevGovActionId translation

Fixed TestRep of Proposals

Added generation timeout tests

Bump cardano-ledger-executable-spec

Fixed `OMap.assocList`

Added Testable instance for `ImpTestM`

Co-authored-by: Maximilian Algehed <MaximilianAlgehed@users.noreply.github.com>

Co-authored-by: Alexey Kuleshevich <alexey.kuleshevich@iohk.io>
@Soupstraw Soupstraw enabled auto-merge (rebase) May 3, 2024 10:59
@Soupstraw Soupstraw merged commit 572b6fd into master May 3, 2024
122 of 126 checks passed
@Soupstraw Soupstraw deleted the jj/gov-conformance branch May 3, 2024 12:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Conformance testing of the GOV rule
5 participants