Skip to content

Re-implement TxInfoSpec as an ImpTest#5278

Merged
teodanciu merged 4 commits intomasterfrom
jj/alonzo-txinfo-imptest
Sep 26, 2025
Merged

Re-implement TxInfoSpec as an ImpTest#5278
teodanciu merged 4 commits intomasterfrom
jj/alonzo-txinfo-imptest

Conversation

@Soupstraw
Copy link
Contributor

@Soupstraw Soupstraw commented Sep 8, 2025

Description

This PR implements the TxInfoSpec tests as ImpTests.

close #5210

Checklist

  • Commits in meaningful sequence and with useful messages.
  • Tests added or updated when needed.
  • CHANGELOG.md files updated for packages with externally visible changes.
    NOTE: New section is never added with the code changes. (See RELEASING.md).
  • Versions updated in .cabal and CHANGELOG.md files when necessary, according to the
    versioning process.
  • Version bounds in .cabal files updated when necessary.
    NOTE: If bounds change in a cabal file, that package itself must have a version increase. (See RELEASING.md).
  • Code formatted (use scripts/fourmolize.sh).
  • Cabal files formatted (use scripts/cabal-format.sh).
  • CDDL files are up to date (use scripts/gen-cddl.sh)
  • hie.yaml updated (use scripts/gen-hie.sh).
  • Self-reviewed the diff.

@Soupstraw Soupstraw force-pushed the jj/alonzo-txinfo-imptest branch 2 times, most recently from 1110760 to 7eeee34 Compare September 9, 2025 11:04
@Soupstraw Soupstraw changed the title WIP Re-implement TxInfoSpec as an ImpTest Sep 9, 2025
@Soupstraw Soupstraw marked this pull request as ready for review September 9, 2025 11:06
@Soupstraw Soupstraw requested a review from a team as a code owner September 9, 2025 11:06
@Soupstraw Soupstraw force-pushed the jj/alonzo-txinfo-imptest branch 4 times, most recently from dde3349 to ca3a868 Compare September 10, 2025 12:15
Copy link
Contributor

@aniketd aniketd left a comment

Choose a reason for hiding this comment

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

So much better! 🙌 Awesome!

Copy link
Collaborator

@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.

It's a very nice improvement.
There are a few more simplifications we can make by utilizing ImpSpec to its fullest potential

@teodanciu teodanciu force-pushed the jj/alonzo-txinfo-imptest branch from ca3a868 to 49767c3 Compare September 19, 2025 13:55
@teodanciu
Copy link
Contributor

Alexey asked if someone wanted to look after this in your absence, @Soupstraw .
I was in "hyena mode", trying to close and finish things, so addressed the feedback and force-pushed.

@teodanciu teodanciu force-pushed the jj/alonzo-txinfo-imptest branch from 49767c3 to be930d6 Compare September 22, 2025 14:07
Copy link
Collaborator

@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.

👍

@teodanciu teodanciu force-pushed the jj/alonzo-txinfo-imptest branch from be930d6 to 375592f Compare September 25, 2025 18:34
@teodanciu teodanciu enabled auto-merge September 25, 2025 18:35
@lehins lehins force-pushed the jj/alonzo-txinfo-imptest branch from 375592f to c5c81b4 Compare September 25, 2025 19:22
@teodanciu teodanciu force-pushed the jj/alonzo-txinfo-imptest branch from c5c81b4 to 72508a8 Compare September 26, 2025 09:23
@teodanciu teodanciu merged commit dcd75a0 into master Sep 26, 2025
235 of 237 checks passed
@teodanciu teodanciu deleted the jj/alonzo-txinfo-imptest branch September 26, 2025 11:22
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.

Convert Alonzo TxInfo tests to Imp test

4 participants