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

Conversation

TimSheard
Copy link
Contributor

@TimSheard TimSheard commented Mar 5, 2021

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.

alonzo/impl/src/Cardano/Ledger/Alonzo/Rules/Utxo.hs Outdated Show resolved Hide resolved
alonzo/impl/src/Cardano/Ledger/Alonzo/Rules/Utxo.hs Outdated Show resolved Hide resolved
alonzo/impl/src/Cardano/Ledger/Alonzo/Rules/Utxo.hs Outdated Show resolved Hide resolved
alonzo/impl/src/Cardano/Ledger/Alonzo/Rules/Utxo.hs Outdated Show resolved Hide resolved
alonzo/impl/src/Cardano/Ledger/Alonzo/Rules/Utxo.hs Outdated Show resolved Hide resolved
alonzo/impl/src/Cardano/Ledger/Alonzo/Rules/Utxo.hs Outdated Show resolved Hide resolved
alonzo/impl/src/Cardano/Ledger/Alonzo/Rules/Utxo.hs Outdated Show resolved Hide resolved
alonzo/impl/src/Cardano/Ledger/Alonzo/Tx.hs Show resolved Hide resolved
alonzo/impl/src/Cardano/Ledger/Alonzo/Tx.hs Show resolved Hide resolved
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 TimSheard merged commit 5b6ab45 into master Mar 9, 2021
@iohk-bors iohk-bors bot deleted the ts-2alonzoUtxo branch March 9, 2021 18:29
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.

None yet

2 participants