Skip to content

Commit f5ab505

Browse files
authored
Merge pull request #5016 from IntersectMBO/carlos/bump-fls
Bump formal-ledger-specifications
2 parents ed6d574 + 7635925 commit f5ab505

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-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: da80e1780155482bc949605049ff0653edd4f2d2
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: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -600,7 +600,13 @@ 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 {..} =
604+
Agda.PoolParams
605+
<$> toSpecRep ppOwners
606+
<*> toSpecRep ppCost
607+
<*> toSpecRep ppMargin
608+
<*> toSpecRep ppPledge
609+
<*> toSpecRep (raCredential ppRewardAccount)
604610

605611
instance SpecTranslate ctx DRep where
606612
type SpecRep DRep = Agda.VDeleg

0 commit comments

Comments
 (0)