Skip to content

Commit

Permalink
Update individual eras golden files
Browse files Browse the repository at this point in the history
  • Loading branch information
smelc committed Oct 2, 2023
1 parent 544829e commit d0a0679
Show file tree
Hide file tree
Showing 3 changed files with 72 additions and 4 deletions.
54 changes: 52 additions & 2 deletions cardano-cli/test/cardano-cli-golden/files/golden/help.cli
Original file line number Diff line number Diff line change
Expand Up @@ -4970,7 +4970,13 @@ Usage: cardano-cli babbage genesis hash --genesis FILE

Compute the hash of a genesis file

Usage: cardano-cli babbage governance (create-mir-certificate | action)
Usage: cardano-cli babbage governance
( create-mir-certificate
| action
| create-poll
| answer-poll
| verify-poll
)

Governance commands.

Expand Down Expand Up @@ -5043,6 +5049,25 @@ Usage: cardano-cli babbage governance action create-protocol-parameters-update -

Create a protocol parameters update.

Usage: cardano-cli babbage governance create-poll --question STRING
(--answer STRING)
[--nonce UINT]
--out-file FILE

Create an SPO poll

Usage: cardano-cli babbage governance answer-poll --poll-file FILE
[--answer INT]
[--out-file FILE]

Answer an SPO poll

Usage: cardano-cli babbage governance verify-poll --poll-file FILE
--tx-file FILE
[--out-file FILE]

Verify an answer to a given SPO poll

Usage: cardano-cli babbage node
( key-gen
| key-gen-KES
Expand Down Expand Up @@ -7675,7 +7700,13 @@ Usage: cardano-cli latest genesis hash --genesis FILE

Compute the hash of a genesis file

Usage: cardano-cli latest governance (create-mir-certificate | action)
Usage: cardano-cli latest governance
( create-mir-certificate
| action
| create-poll
| answer-poll
| verify-poll
)

Governance commands.

Expand Down Expand Up @@ -7748,6 +7779,25 @@ Usage: cardano-cli latest governance action create-protocol-parameters-update --

Create a protocol parameters update.

Usage: cardano-cli latest governance create-poll --question STRING
(--answer STRING)
[--nonce UINT]
--out-file FILE

Create an SPO poll

Usage: cardano-cli latest governance answer-poll --poll-file FILE
[--answer INT]
[--out-file FILE]

Answer an SPO poll

Usage: cardano-cli latest governance verify-poll --poll-file FILE
--tx-file FILE
[--out-file FILE]

Verify an answer to a given SPO poll

Usage: cardano-cli latest node
( key-gen
| key-gen-KES
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
Usage: cardano-cli babbage governance (create-mir-certificate | action)
Usage: cardano-cli babbage governance
( create-mir-certificate
| action
| create-poll
| answer-poll
| verify-poll
)

Governance commands.

Expand All @@ -9,3 +15,6 @@ Available commands:
create-mir-certificate Create an MIR (Move Instantaneous Rewards)
certificate
action Governance action commands.
create-poll Create an SPO poll
answer-poll Answer an SPO poll
verify-poll Verify an answer to a given SPO poll
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
Usage: cardano-cli latest governance (create-mir-certificate | action)
Usage: cardano-cli latest governance
( create-mir-certificate
| action
| create-poll
| answer-poll
| verify-poll
)

Governance commands.

Expand All @@ -9,3 +15,6 @@ Available commands:
create-mir-certificate Create an MIR (Move Instantaneous Rewards)
certificate
action Governance action commands.
create-poll Create an SPO poll
answer-poll Answer an SPO poll
verify-poll Verify an answer to a given SPO poll

0 comments on commit d0a0679

Please sign in to comment.