Skip to content

Commit

Permalink
Adapt golden files
Browse files Browse the repository at this point in the history
  • Loading branch information
smelc committed Nov 8, 2023
1 parent 0631ca5 commit f63bb3b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 26 deletions.
10 changes: 2 additions & 8 deletions cardano-cli/test/cardano-cli-golden/files/golden/help.cli
Original file line number Diff line number Diff line change
Expand Up @@ -5945,10 +5945,7 @@ Usage: cardano-cli conway governance action update-committee
| --stake-key-hash HASH
)
--proposal-anchor-url TEXT
( --proposal-anchor-metadata TEXT
| --proposal-anchor-metadata-file FILE
| --proposal-anchor-metadata-hash HASH
)
--proposal-anchor-metadata-hash HASH
[ --remove-cc-cold-verification-key STRING
| --remove-cc-cold-verification-key-file FILE
| --remove-cc-cold-verification-key-hash STRING
Expand All @@ -5973,10 +5970,7 @@ Usage: cardano-cli conway governance action create-info (--mainnet | --testnet)
| --stake-key-hash HASH
)
--proposal-anchor-url TEXT
( --proposal-anchor-metadata TEXT
| --proposal-anchor-metadata-file FILE
| --proposal-anchor-metadata-hash HASH
)
--proposal-anchor-metadata-hash HASH
--out-file FILE

Create an info action.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,7 @@ Usage: cardano-cli conway governance action create-info (--mainnet | --testnet)
| --stake-key-hash HASH
)
--proposal-anchor-url TEXT
( --proposal-anchor-metadata TEXT
| --proposal-anchor-metadata-file FILE
| --proposal-anchor-metadata-hash HASH
)
--proposal-anchor-metadata-hash HASH
--out-file FILE

Create an info action.
Expand All @@ -25,12 +22,9 @@ Available options:
--stake-key-hash HASH Stake verification key hash (hex-encoded).
--proposal-anchor-url TEXT
Proposal anchor URL
--proposal-anchor-metadata TEXT
Proposal anchor contents as UTF-8 encoded text.
--proposal-anchor-metadata-file FILE
Proposal anchor contents as a text file.
--proposal-anchor-metadata-hash HASH
Proposal anchor data hash.
Proposal anchor data hash (obtain it with
"cardano-cli conway governance hash ...")
--out-file FILE Path to action file to be used later on with build or
build-raw
-h,--help Show this help text
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,7 @@ Usage: cardano-cli conway governance action update-committee
| --stake-key-hash HASH
)
--proposal-anchor-url TEXT
( --proposal-anchor-metadata TEXT
| --proposal-anchor-metadata-file FILE
| --proposal-anchor-metadata-hash HASH
)
--proposal-anchor-metadata-hash HASH
[ --remove-cc-cold-verification-key STRING
| --remove-cc-cold-verification-key-file FILE
| --remove-cc-cold-verification-key-hash STRING
Expand Down Expand Up @@ -41,12 +38,9 @@ Available options:
--stake-key-hash HASH Stake verification key hash (hex-encoded).
--proposal-anchor-url TEXT
Proposal anchor URL
--proposal-anchor-metadata TEXT
Proposal anchor contents as UTF-8 encoded text.
--proposal-anchor-metadata-file FILE
Proposal anchor contents as a text file.
--proposal-anchor-metadata-hash HASH
Proposal anchor data hash.
Proposal anchor data hash (obtain it with
"cardano-cli conway governance hash ...")
--remove-cc-cold-verification-key STRING
Constitutional Committee cold key (hex-encoded).
--remove-cc-cold-verification-key-file FILE
Expand Down

0 comments on commit f63bb3b

Please sign in to comment.