Skip to content

Commit

Permalink
#288 Add support for conway protocol parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
carbolymer committed Sep 20, 2023
1 parent d634aaf commit ecf577b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,13 @@ dpGovActionProtocolParametersUpdate = \case
<$> pCommonProtocolParameters
<*> pAlonzoOnwardsPParams
<*> pIntroducedInBabbagePParams
<*> pIntroducedInConwayPParams

pIntroducedInConwayPParams :: Parser (IntroducedInConwayPParamsUpdate ledgerera)
pIntroducedInConwayPParams =
IntroducedInConwayPParamsUpdate
<$> pVotingPoolThd
<*> pDRepPoolThd

pGovernanceActionTreasuryWithdrawalCmd :: CardanoEra era -> Maybe (Parser (GovernanceActionCmds era))
pGovernanceActionTreasuryWithdrawalCmd era = do
Expand Down
2 changes: 0 additions & 2 deletions cardano-cli/src/Cardano/CLI/Orphans.hs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
{-# OPTIONS_GHC -Wno-orphans #-}

module Cardano.CLI.Orphans () where

import Cardano.Api ()
Expand Down

0 comments on commit ecf577b

Please sign in to comment.