Skip to content

Commit

Permalink
governance new-committee: adapt golden test file
Browse files Browse the repository at this point in the history
  • Loading branch information
smelc committed Sep 21, 2023
1 parent 321e333 commit 777a4a5
Showing 1 changed file with 26 additions and 24 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,20 @@ Usage: cardano-cli conway governance action create-new-committee
| --proposal-file FILE
| --proposal-hash HASH
)
[ --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
[ --remove-cc-stake-pool-verification-key STRING
| --remove-cc-cold-verification-key-file FILE
| --remove-cc-stake-pool-id STAKE_POOL_ID
| --remove-cc-stake-verification-key STRING
| --remove-cc-stake-verification-key-file FILE
| --remove-cc-stake-key-hash HASH
]
[
( --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
( --add-cc-stake-pool-verification-key STRING
| --add-cc-cold-verification-key-file FILE
| --add-cc-stake-pool-id STAKE_POOL_ID
| --add-cc-stake-verification-key STRING
| --add-cc-stake-verification-key-file FILE
| --add-cc-stake-key-hash HASH
)
--epoch NATURAL]
--quorum RATIONAL
Expand Down Expand Up @@ -60,32 +60,34 @@ Available options:
--proposal-text TEXT Input proposal as UTF-8 encoded text.
--proposal-file FILE Input proposal as a text file.
--proposal-hash HASH Proposal anchor data hash.
--stake-pool-verification-key STRING
--remove-cc-stake-pool-verification-key STRING
Stake pool verification key (Bech32 or hex-encoded).
--cold-verification-key-file FILE
--remove-cc-cold-verification-key-file FILE
Filepath of the stake pool verification key.
--stake-pool-id STAKE_POOL_ID
--remove-cc-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
--remove-cc-stake-verification-key STRING
Stake verification key (Bech32 or hex-encoded).
--stake-verification-key-file FILE
--remove-cc-stake-verification-key-file FILE
Filepath of the staking verification key.
--stake-key-hash HASH Stake verification key hash (hex-encoded).
--stake-pool-verification-key STRING
--remove-cc-stake-key-hash HASH
Stake verification key hash (hex-encoded).
--add-cc-stake-pool-verification-key STRING
Stake pool verification key (Bech32 or hex-encoded).
--cold-verification-key-file FILE
--add-cc-cold-verification-key-file FILE
Filepath of the stake pool verification key.
--stake-pool-id STAKE_POOL_ID
--add-cc-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
--add-cc-stake-verification-key STRING
Stake verification key (Bech32 or hex-encoded).
--stake-verification-key-file FILE
--add-cc-stake-verification-key-file FILE
Filepath of the staking verification key.
--stake-key-hash HASH Stake verification key hash (hex-encoded).
--add-cc-stake-key-hash HASH
Stake verification key hash (hex-encoded).
--epoch NATURAL Committee member expiry epoch
--quorum RATIONAL Quorum of the committee that is necessary for a
successful vote.
Expand Down

0 comments on commit 777a4a5

Please sign in to comment.