Skip to content

Commit

Permalink
Merge pull request #216 from input-output-hk/newhoggy/consolidate-leg…
Browse files Browse the repository at this point in the history
…acy-governance-commands

Consolidate legacy governance commands
  • Loading branch information
newhoggy authored Aug 29, 2023
2 parents 59d9717 + 9734826 commit 79f63a4
Show file tree
Hide file tree
Showing 31 changed files with 146 additions and 155 deletions.
1 change: 0 additions & 1 deletion cardano-cli/cardano-cli.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ library
Cardano.CLI.Byron.Tx
Cardano.CLI.Byron.UpdateProposal
Cardano.CLI.Byron.Vote
Cardano.CLI.Commands.Governance
Cardano.CLI.Environment
Cardano.CLI.EraBased.Commands
Cardano.CLI.EraBased.Commands.Governance
Expand Down
119 changes: 0 additions & 119 deletions cardano-cli/src/Cardano/CLI/Commands/Governance.hs

This file was deleted.

2 changes: 1 addition & 1 deletion cardano-cli/src/Cardano/CLI/Legacy/Run.hs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ runLegacyCmds :: LegacyCmds -> ExceptT CmdError IO ()
runLegacyCmds = \case
LegacyAddressCmds cmd -> firstExceptT CmdAddressError $ runAddressCmds cmd
LegacyGenesisCmds cmd -> firstExceptT CmdGenesisError $ runGenesisCmds cmd
LegacyGovernanceCmds cmd -> firstExceptT CmdGovernanceCmdError $ runGovernanceCmds cmd
LegacyGovernanceCmds cmd -> firstExceptT CmdGovernanceCmdError $ runLegacyGovernanceCmds cmd
LegacyKeyCmds cmd -> firstExceptT CmdKeyError $ runKeyCmds cmd
LegacyNodeCmds cmd -> firstExceptT CmdNodeError $ runNodeCmds cmd
LegacyPoolCmds cmd -> firstExceptT CmdPoolError $ runPoolCmds cmd
Expand Down
Loading

0 comments on commit 79f63a4

Please sign in to comment.