Skip to content

Commit

Permalink
Update golden files
Browse files Browse the repository at this point in the history
  • Loading branch information
Jimbo4350 committed Aug 17, 2023
1 parent f51fd39 commit 20f5eb2
Show file tree
Hide file tree
Showing 5 changed files with 110 additions and 0 deletions.
30 changes: 30 additions & 0 deletions cardano-cli/test/cardano-cli-golden/files/golden/help.cli
Original file line number Diff line number Diff line change
Expand Up @@ -799,6 +799,7 @@ Usage: cardano-cli conway governance committee key-hash --verification-key-file
Usage: cardano-cli conway governance action
( create-constitution
| create-new-committee
| create-no-confidence
| create-protocol-parameters-update
| create-treasury-withdrawal
)
Expand Down Expand Up @@ -850,6 +851,20 @@ Usage: cardano-cli conway governance action create-new-committee --governance-ac

Create a new committee proposal.

Usage: cardano-cli conway governance action create-no-confidence --governance-action-deposit NATURAL
( --stake-pool-verification-key STRING
| --cold-verification-key-file FILE
| --stake-pool-id STAKE_POOL_ID
| --stake-verification-key STRING
| --stake-verification-key-file FILE
| --stake-key-hash HASH
)
--governance-action-tx-id TXID
--goverenance-action-index WORD32
--out-file FILE

Create a no confidence proposal.

Usage: cardano-cli conway governance action create-protocol-parameters-update --epoch NATURAL
[--min-fee-constant LOVELACE]
[--min-fee-linear LOVELACE]
Expand Down Expand Up @@ -1166,6 +1181,7 @@ Usage: cardano-cli experimental governance committee key-hash --verification-key
Usage: cardano-cli experimental governance action
( create-constitution
| create-new-committee
| create-no-confidence
| create-protocol-parameters-update
| create-treasury-withdrawal
)
Expand Down Expand Up @@ -1217,6 +1233,20 @@ Usage: cardano-cli experimental governance action create-new-committee --governa

Create a new committee proposal.

Usage: cardano-cli experimental governance action create-no-confidence --governance-action-deposit NATURAL
( --stake-pool-verification-key STRING
| --cold-verification-key-file FILE
| --stake-pool-id STAKE_POOL_ID
| --stake-verification-key STRING
| --stake-verification-key-file FILE
| --stake-key-hash HASH
)
--governance-action-tx-id TXID
--goverenance-action-index WORD32
--out-file FILE

Create a no confidence proposal.

Usage: cardano-cli experimental governance action create-protocol-parameters-update --epoch NATURAL
[--min-fee-constant LOVELACE]
[--min-fee-linear LOVELACE]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Usage: cardano-cli conway governance action
( create-constitution
| create-new-committee
| create-no-confidence
| create-protocol-parameters-update
| create-treasury-withdrawal
)
Expand All @@ -13,6 +14,7 @@ Available options:
Available commands:
create-constitution Create a constitution.
create-new-committee Create a new committee proposal.
create-no-confidence Create a no confidence proposal.
create-protocol-parameters-update
Create a protocol parameters update.
create-treasury-withdrawal
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
Usage: cardano-cli conway governance action create-no-confidence --governance-action-deposit NATURAL
( --stake-pool-verification-key STRING
| --cold-verification-key-file FILE
| --stake-pool-id STAKE_POOL_ID
| --stake-verification-key STRING
| --stake-verification-key-file FILE
| --stake-key-hash HASH
)
--governance-action-tx-id TXID
--goverenance-action-index WORD32
--out-file FILE

Create a no confidence proposal.

Available options:
--governance-action-deposit NATURAL
Deposit required to submit a governance action.
--stake-pool-verification-key STRING
Stake pool verification key (Bech32 or hex-encoded).
--cold-verification-key-file FILE
Filepath of the stake pool verification key.
--stake-pool-id STAKE_POOL_ID
Stake pool ID/verification key hash (either
Bech32-encoded or hex-encoded). Zero or more
occurences of this option is allowed.
--stake-verification-key STRING
Stake verification key (Bech32 or hex-encoded).
--stake-verification-key-file FILE
Filepath of the staking verification key.
--stake-key-hash HASH Stake verification key hash (hex-encoded).
--governance-action-tx-id TXID
Previous txid of `NoConfidence` or `NewCommittee`
governance action.
--goverenance-action-index WORD32
Previous tx's governance action index of
`NoConfidence` or `NewCommittee` governance action.
--out-file FILE Output filepath of the no confidence proposal.
-h,--help Show this help text
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Usage: cardano-cli experimental governance action
( create-constitution
| create-new-committee
| create-no-confidence
| create-protocol-parameters-update
| create-treasury-withdrawal
)
Expand All @@ -13,6 +14,7 @@ Available options:
Available commands:
create-constitution Create a constitution.
create-new-committee Create a new committee proposal.
create-no-confidence Create a no confidence proposal.
create-protocol-parameters-update
Create a protocol parameters update.
create-treasury-withdrawal
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
Usage: cardano-cli experimental governance action create-no-confidence --governance-action-deposit NATURAL
( --stake-pool-verification-key STRING
| --cold-verification-key-file FILE
| --stake-pool-id STAKE_POOL_ID
| --stake-verification-key STRING
| --stake-verification-key-file FILE
| --stake-key-hash HASH
)
--governance-action-tx-id TXID
--goverenance-action-index WORD32
--out-file FILE

Create a no confidence proposal.

Available options:
--governance-action-deposit NATURAL
Deposit required to submit a governance action.
--stake-pool-verification-key STRING
Stake pool verification key (Bech32 or hex-encoded).
--cold-verification-key-file FILE
Filepath of the stake pool verification key.
--stake-pool-id STAKE_POOL_ID
Stake pool ID/verification key hash (either
Bech32-encoded or hex-encoded). Zero or more
occurences of this option is allowed.
--stake-verification-key STRING
Stake verification key (Bech32 or hex-encoded).
--stake-verification-key-file FILE
Filepath of the staking verification key.
--stake-key-hash HASH Stake verification key hash (hex-encoded).
--governance-action-tx-id TXID
Previous txid of `NoConfidence` or `NewCommittee`
governance action.
--goverenance-action-index WORD32
Previous tx's governance action index of
`NoConfidence` or `NewCommittee` governance action.
--out-file FILE Output filepath of the no confidence proposal.
-h,--help Show this help text

0 comments on commit 20f5eb2

Please sign in to comment.