Skip to content

Commit

Permalink
Update golden test files to reflect changes in commands
Browse files Browse the repository at this point in the history
  • Loading branch information
teodanciu committed Oct 27, 2023
1 parent 5b2d25d commit 486d011
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 0 deletions.
14 changes: 14 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 @@ -6467,6 +6467,8 @@ Usage: cardano-cli conway governance committee create-cold-key-resignation-certi
| --cold-verification-key-file FILE
| --cold-verification-key-hash STRING
)
[--committee-cold-key-resignation-certificate-metadata-url TEXT
--committee-cold-key-resignation-certificate-metadata-hash HASH]
--out-file FILE

Create cold key resignation certificate for a Constitutional Committee Member
Expand Down Expand Up @@ -6953,6 +6955,18 @@ Usage: cardano-cli conway query committee-state --socket-path SOCKET_PATH
( --mainnet
| --testnet-magic NATURAL
)
[ --cold-verification-key STRING
| --cold-verification-key-file FILE
| --cold-verification-key-hash STRING
]
[ --hot-key STRING
| --hot-key-file FILE
| --hot-key-hash STRING
]
[ --active
| --expired
| --unrecognized
]
[--out-file FILE]

Get the committee state
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ Usage: cardano-cli conway governance committee create-cold-key-resignation-certi
| --cold-verification-key-file FILE
| --cold-verification-key-hash STRING
)
[--committee-cold-key-resignation-certificate-metadata-url TEXT
--committee-cold-key-resignation-certificate-metadata-hash HASH]
--out-file FILE

Create cold key resignation certificate for a Constitutional Committee Member
Expand All @@ -14,5 +16,10 @@ Available options:
Filepath of the Consitutional Committee cold key.
--cold-verification-key-hash STRING
Constitutional Committee key hash (hex-encoded).
--committee-cold-key-resignation-certificate-metadata-url TEXT
Committee cold key resignation certificate URL
--committee-cold-key-resignation-certificate-metadata-hash HASH
Committee cold key resignation certificate metadata
hash.
--out-file FILE The output file.
-h,--help Show this help text
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,18 @@ Usage: cardano-cli conway query committee-state --socket-path SOCKET_PATH
( --mainnet
| --testnet-magic NATURAL
)
[ --cold-verification-key STRING
| --cold-verification-key-file FILE
| --cold-verification-key-hash STRING
]
[ --hot-key STRING
| --hot-key-file FILE
| --hot-key-hash STRING
]
[ --active
| --expired
| --unrecognized
]
[--out-file FILE]

Get the committee state
Expand All @@ -30,5 +42,19 @@ Available options:
CARDANO_NODE_NETWORK_ID environment variable
--testnet-magic NATURAL Specify a testnet magic id. This overrides the
CARDANO_NODE_NETWORK_ID environment variable
--cold-verification-key STRING
Constitutional Committee cold key (hex-encoded).
--cold-verification-key-file FILE
Filepath of the Consitutional Committee cold key.
--cold-verification-key-hash STRING
Constitutional Committee key hash (hex-encoded).
--hot-key STRING Constitutional Committee hot key (hex-encoded).
--hot-key-file FILE Filepath of the Consitutional Committee hot key.
--hot-key-hash STRING Constitutional Committee key hash (hex-encoded).
--active Active committee members (members whose vote will
count during ratification)
--expired Expired committee members
--unrecognized Unrecognized committe members: a hot credential for
an unknown cold credential
--out-file FILE The output file.
-h,--help Show this help text

0 comments on commit 486d011

Please sign in to comment.