Skip to content

Commit

Permalink
Updated to the most recent specification
Browse files Browse the repository at this point in the history
Completed Figures 5, 6, 7, 8 and 12. Ormolise.
  • Loading branch information
TimSheard committed Jan 11, 2021
1 parent d4bdd34 commit 3461931
Show file tree
Hide file tree
Showing 7 changed files with 396 additions and 74 deletions.
3 changes: 2 additions & 1 deletion alonzo/impl/cardano-ledger-alonzo.cabal
Expand Up @@ -38,7 +38,8 @@ library
deepseq,
nothunks,
shelley-spec-ledger,
small-steps
small-steps,
text
hs-source-dirs:
src
ghc-options:
Expand Down
6 changes: 5 additions & 1 deletion alonzo/impl/src/Cardano/Ledger/Alonzo/Scripts.hs
Expand Up @@ -13,7 +13,7 @@ module Cardano.Ledger.Alonzo.Scripts
Script (..),
ExUnits (..),
CostModel,
Language,
Language (..),
Prices (..),
)
where
Expand Down Expand Up @@ -160,3 +160,7 @@ instance
decodeScript 0 = Ann (SumD NativeScript) <*! From
decodeScript 1 = Ann (SumD PlutusScript)
decodeScript n = Invalid n

-- =================================================
-- Languages
-- =================================================

0 comments on commit 3461931

Please sign in to comment.