-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement conway governance committee create-cold-key-resignation
certificate
#146
Implement conway governance committee create-cold-key-resignation
certificate
#146
Conversation
|
||
Available options: | ||
--cc-cold-key STRING Constitutional Committee cold key (hex-encoded). | ||
--cc-cold-key-file FILE Filepath of the Consitutional Committee cold key. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should stick to the current cli format: --cold-verification-key-file
. The cc
is redundant.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done!
14efe50
to
eb55387
Compare
eb55387
to
c76787e
Compare
c76787e
to
7a3e5d4
Compare
parseLegacyCommands | ||
|
||
-- * CLI command and flag types | ||
, module Cardano.CLI.Commands.Legacy |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What's the difference between this and erabased legacy?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think that's a stray commit that found its way into the PR. I don't see it anymore.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These are all parsers, shouldn't they go into EraBased.Options
module?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You are right. Let me make a new PR for this.
cardano-cli/src/Cardano/CLI/EraBased/Options/Governance/Committee.hs
Outdated
Show resolved
Hide resolved
7a3e5d4
to
b4ebd91
Compare
b4ebd91
to
26dc796
Compare
…rtification' command
26dc796
to
af0717f
Compare
Changelog
Context
Implements #4
Checklist
See Running tests for more details
.cabal
files are updatedhlint
. See.github/workflows/check-hlint.yml
to get thehlint
versionstylish-haskell
. See.github/workflows/stylish-haskell.yml
to get thestylish-haskell
versionghc-8.10.7
andghc-9.2.7