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

Added the Utxo rule in the Alonzo era. #2169

Merged
merged 1 commit into from
Mar 9, 2021
Merged

Added the Utxo rule in the Alonzo era. #2169

merged 1 commit into from
Mar 9, 2021

Commits on Mar 9, 2021

  1. Added the Utxo rule in the Alonzo era.

    Generalized the types of some functions that took Shelley.Tx as
    parameters, to ones that take Core.Tx as parameters, as The Alonzo
    era uses a different notion of Tx (and TxBody, TxOut, etc).
    
    Update various instances to refer to UTXOS rather than PPUP, since
    UTXO now calls the former rather than the latter.
    Create 'Embed' instances for PPUP->UTXOS->UTXO
    Added  number of new HasField instances
    TimSheard committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    8ac699c View commit details
    Browse the repository at this point in the history