-
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
clean-up cardano-cli <era> governance commands #313
Comments
@CarlosLopezDeLara> so Asking because it implies a number of moves around in #322 (the test of the *-poll commands are in shelley right now). |
As of eb0e52b, the → for era in shelley allegra mary alonzo
do
cabal run cardano-cli -- $era governance
done
Usage: cardano-cli shelley governance (create-mir-certificate | action)
Governance commands.
Available options:
-h,--help Show this help text
Available commands:
create-mir-certificate Create an MIR (Move Instantaneous Rewards)
certificate
action Governance action commands.
Usage: cardano-cli allegra governance (create-mir-certificate | action)
Governance commands.
Available options:
-h,--help Show this help text
Available commands:
create-mir-certificate Create an MIR (Move Instantaneous Rewards)
certificate
action Governance action commands.
Usage: cardano-cli mary governance (create-mir-certificate | action)
Governance commands.
Available options:
-h,--help Show this help text
Available commands:
create-mir-certificate Create an MIR (Move Instantaneous Rewards)
certificate
action Governance action commands.
Usage: cardano-cli alonzo governance (create-mir-certificate | action)
Governance commands.
Available options:
-h,--help Show this help text
Available commands:
create-mir-certificate Create an MIR (Move Instantaneous Rewards)
certificate
action Governance action commands. |
The previous comment shows that eras from |
As of eb0e52b, the
|
What to do
The command
cardano-cli <era> governance
is still a bit off, ideally:eras Shelley - Alonzo should show these options
Babbage should have
Conway should have
Usage: cardano-cli conway governance (query | action | committee | drep | vote)
<<<--- Note that query should be relocated, see #312
How to do - roadmap
create-genesis-key-delegation-certificate
to eras fromshelley
toalonzo
: Shelley to Alonzo: add create-genesis-key-delegation-certificate to governance #368babbage
governance: create-poll, answer-poll, verify-poll: move to 'babbage governance' block #322 and Plug *-poll legacy commands back #349conway
governance: Movegovernance query
commands toquery
command group #347The text was updated successfully, but these errors were encountered: