Skip to content

Commit d794e66

Browse files
carlostomelehins
authored andcommitted
Bump formal-ledger-specifications
1 parent ed6d574 commit d794e66

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

cabal.project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ source-repository-package
1616
subdir: hs
1717
-- !WARNING!:
1818
-- MAKE SURE THIS POINTS TO A COMMIT IN `*-artifacts` BEFORE MERGE!
19-
tag: cccfde6934ab0988fee3885ee160fffe04aa8274
19+
tag: f88cb0f643f1010b479b62b1fc05ec0a9086d184
2020

2121
-- NOTE: If you would like to update the above,
2222
-- see CONTRIBUTING.md#to-update-the-referenced-agda-ledger-spec

flake.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

libs/cardano-ledger-conformance/src/Test/Cardano/Ledger/Conformance/SpecTranslate/Conway/Base.hs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -600,7 +600,11 @@ instance SpecTranslate ctx RewardAccount where
600600
instance SpecTranslate ctx PoolParams where
601601
type SpecRep PoolParams = Agda.PoolParams
602602

603-
toSpecRep PoolParams {..} = Agda.PoolParams <$> toSpecRep (KeyHashObj ppId)
603+
toSpecRep PoolParams {..} = Agda.PoolParams <$> toSpecRep ppOwners
604+
<*> toSpecRep ppCost
605+
<*> toSpecRep ppMargin
606+
<*> toSpecRep ppPledge
607+
<*> toSpecRep (KeyHashObj ppId)
604608

605609
instance SpecTranslate ctx DRep where
606610
type SpecRep DRep = Agda.VDeleg

0 commit comments

Comments
 (0)