Skip to content

Commit

Permalink
Merge pull request #2169 from input-output-hk/ts-2alonzoUtxo
Browse files Browse the repository at this point in the history
Added the Utxo rule in the Alonzo era.
  • Loading branch information
TimSheard authored Mar 9, 2021
2 parents c43a2c0 + 8ac699c commit 5b6ab45
Show file tree
Hide file tree
Showing 12 changed files with 762 additions and 89 deletions.
5 changes: 4 additions & 1 deletion alonzo/impl/cardano-ledger-alonzo.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ library
Cardano.Ledger.Alonzo.Data
Cardano.Ledger.Alonzo.Language
Cardano.Ledger.Alonzo.PParams
Cardano.Ledger.Alonzo.Rules.Utxo
Cardano.Ledger.Alonzo.Rules.Utxos
Cardano.Ledger.Alonzo.Scripts
Cardano.Ledger.Alonzo.Tx
Expand All @@ -36,6 +37,7 @@ library
cardano-crypto-class,
cardano-ledger-shelley-ma,
cardano-prelude,
cardano-slotting,
containers,
data-default,
deepseq,
Expand All @@ -44,7 +46,8 @@ library
plutus-tx,
shelley-spec-ledger,
small-steps,
text
text,
transformers
hs-source-dirs:
src
ghc-options:
Expand Down
Loading

0 comments on commit 5b6ab45

Please sign in to comment.