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

babbage unit tests #2681

Merged
merged 4 commits into from
Mar 10, 2022
Merged

babbage unit tests #2681

merged 4 commits into from
Mar 10, 2022

Commits on Mar 10, 2022

  1. Added ExtendedUTxO class to replace UsesTxOut method.

    TimSheard authored and Jared Corduan committed Mar 10, 2022
    Configuration menu
    Copy the full SHA
    f5f4bc6 View commit details
    Browse the repository at this point in the history
  2. add txscripts to the ExtendedUTxO class

    This allow for re-use of several functions and predicates in the Babbage
    era.
    Jared Corduan committed Mar 10, 2022
    Configuration menu
    Copy the full SHA
    81aed44 View commit details
    Browse the repository at this point in the history
  3. txOutDataHash stop returning hashed inline datums

    Jared Corduan committed Mar 10, 2022
    Configuration menu
    Copy the full SHA
    5362b63 View commit details
    Browse the repository at this point in the history
  4. add two unit tests for new Babbage era features

    * using an inline datum
    * using a reference script
    Jared Corduan committed Mar 10, 2022
    Configuration menu
    Copy the full SHA
    1d93d0d View commit details
    Browse the repository at this point in the history