Skip to content

Commit

Permalink
Squash me: Updated golden files
Browse files Browse the repository at this point in the history
  • Loading branch information
Jimbo4350 committed Oct 16, 2024
1 parent 2a06369 commit 0b5cc9a
Show file tree
Hide file tree
Showing 14 changed files with 114 additions and 98 deletions.
56 changes: 25 additions & 31 deletions cardano-cli/test/cardano-cli-golden/files/golden/help.cli
Original file line number Diff line number Diff line change
Expand Up @@ -11279,14 +11279,10 @@ Usage: cardano-cli compatible conway governance action create-constitution
--prev-governance-action-index WORD16]
--anchor-url TEXT
--anchor-data-hash HASH
( --check-anchor-data
| --trust-anchor-data
)
[--check-anchor-data]
--constitution-url TEXT
--constitution-hash HASH
( --check-constitution-hash
| --trust-constitution-hash
)
[--check-constitution-hash]
[--constitution-script-hash HASH]
--out-file FILEPATH

Expand All @@ -11305,9 +11301,7 @@ Usage: cardano-cli compatible conway governance action update-committee
)
--anchor-url TEXT
--anchor-data-hash HASH
( --check-anchor-data
| --trust-anchor-data
)
[--check-anchor-data]
[ --remove-cc-cold-verification-key STRING
| --remove-cc-cold-verification-key-file FILEPATH
| --remove-cc-cold-verification-key-hash STRING
Expand Down Expand Up @@ -11340,9 +11334,7 @@ Usage: cardano-cli compatible conway governance action create-info
)
--anchor-url TEXT
--anchor-data-hash HASH
( --check-anchor-data
| --trust-anchor-data
)
[--check-anchor-data]
--out-file FILEPATH

Create an info action.
Expand All @@ -11360,9 +11352,7 @@ Usage: cardano-cli compatible conway governance action create-no-confidence
)
--anchor-url TEXT
--anchor-data-hash HASH
( --check-anchor-data
| --trust-anchor-data
)
[--check-anchor-data]
[--prev-governance-action-tx-id TXID
--prev-governance-action-index WORD16]
--out-file FILEPATH
Expand All @@ -11382,9 +11372,7 @@ Usage: cardano-cli compatible conway governance action create-protocol-parameter
)
--anchor-url TEXT
--anchor-data-hash HASH
( --check-anchor-data
| --trust-anchor-data
)
[--check-anchor-data]
[--prev-governance-action-tx-id TXID
--prev-governance-action-index WORD16]
[--constitution-script-hash HASH]
Expand Down Expand Up @@ -11449,9 +11437,7 @@ Usage: cardano-cli compatible conway governance action create-treasury-withdrawa
)
--anchor-url TEXT
--anchor-data-hash HASH
( --check-anchor-data
| --trust-anchor-data
)
[--check-anchor-data]
(
( --funds-receiving-stake-verification-key STRING
| --funds-receiving-stake-verification-key-file FILEPATH
Expand Down Expand Up @@ -11480,9 +11466,7 @@ Usage: cardano-cli compatible conway governance action create-hardfork
--prev-governance-action-index WORD16]
--anchor-url TEXT
--anchor-data-hash HASH
( --check-anchor-data
| --trust-anchor-data
)
[--check-anchor-data]
--protocol-major-version MAJOR
--protocol-minor-version MINOR
--out-file FILEPATH
Expand Down Expand Up @@ -11550,7 +11534,8 @@ Usage: cardano-cli compatible conway governance committee create-cold-key-resign
| --cold-script-file FILEPATH
)
[--resignation-metadata-url TEXT
--resignation-metadata-hash HASH]
--resignation-metadata-hash HASH
[--check-resignation-metadata-hash]]
--out-file FILEPATH

Create cold key resignation certificate for a Constitutional Committee Member
Expand Down Expand Up @@ -11588,7 +11573,8 @@ Usage: cardano-cli compatible conway governance drep registration-certificate
)
--key-reg-deposit-amt NATURAL
[--drep-metadata-url TEXT
--drep-metadata-hash HASH]
--drep-metadata-hash HASH
[--check-drep-metadata-hash]]
--out-file FILEPATH

Create a registration certificate.
Expand All @@ -11611,15 +11597,22 @@ Usage: cardano-cli compatible conway governance drep update-certificate
| --drep-key-hash HASH
)
[--drep-metadata-url TEXT
--drep-metadata-hash HASH]
--drep-metadata-hash HASH
[--check-drep-metadata-hash]]
--out-file FILEPATH

Create a DRep update certificate.

Usage: cardano-cli compatible conway governance drep metadata-hash --drep-metadata-file FILEPATH
[--out-file FILEPATH]
Usage: cardano-cli compatible conway governance drep metadata-hash
( --drep-metadata-file FILEPATH
| --drep-metadata-url TEXT
)
[ --expected-hash HASH
| --out-file FILEPATH
]

Calculate the hash of a metadata file.
Calculate the hash of a metadata file, optionally checking the obtained hash
against an expected value.

Usage: cardano-cli compatible conway governance vote (create | view)

Expand All @@ -11645,7 +11638,8 @@ Usage: cardano-cli compatible conway governance vote create
| --cc-hot-script-hash HASH
)
[--anchor-url TEXT
--anchor-data-hash HASH]
--anchor-data-hash HASH
[--check-anchor-data-hash]]
--out-file FILEPATH

Vote creation.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,10 @@ Usage: cardano-cli compatible conway governance action create-constitution
--prev-governance-action-index WORD16]
--anchor-url TEXT
--anchor-data-hash HASH
( --check-anchor-data
| --trust-anchor-data
)
[--check-anchor-data]
--constitution-url TEXT
--constitution-hash HASH
( --check-constitution-hash
| --trust-constitution-hash
)
[--check-constitution-hash]
[--constitution-script-hash HASH]
--out-file FILEPATH

Expand Down Expand Up @@ -48,20 +44,19 @@ Available options:
--anchor-url TEXT Anchor URL
--anchor-data-hash HASH Proposal anchor data hash (obtain it with
"cardano-cli hash anchor-data ...")
--check-anchor-data Check the proposal hash (from --anchor-data-hash) by
downloading proposal data (from --anchor-url).
--trust-anchor-data Do not check the proposal hash (from
--anchor-data-hash) and trust it is correct.
--check-anchor-data Verify that the expected proposal hash provided in
--anchor-data-hash matches the hash of the file
downloaded from the URL provided in --anchor-url
(this parameter will download the file from the URL)
--constitution-url TEXT Constitution URL.
--constitution-hash HASH Hash of the constitution data (obtain it with
"cardano-cli hash anchor-data ...").
--check-constitution-hash
Check the constitution hash (from
--constitution-hash) by downloading constitution data
(from --constitution-url).
--trust-constitution-hash
Do not check the constitution hash (from
--constitution-hash) and trust it is correct.
Verify that the expected constitution hash provided
in --constitution-hash matches the hash of the file
downloaded from the URL provided in
--constitution-url (this parameter will download the
file from the URL)
--constitution-script-hash HASH
Constitution script hash (hex-encoded). Obtain it
with "cardano-cli hash script ...".
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@ Usage: cardano-cli compatible conway governance action create-hardfork
--prev-governance-action-index WORD16]
--anchor-url TEXT
--anchor-data-hash HASH
( --check-anchor-data
| --trust-anchor-data
)
[--check-anchor-data]
--protocol-major-version MAJOR
--protocol-minor-version MINOR
--out-file FILEPATH
Expand Down Expand Up @@ -44,10 +42,10 @@ Available options:
--anchor-url TEXT Anchor URL
--anchor-data-hash HASH Proposal anchor data hash (obtain it with
"cardano-cli hash anchor-data ...")
--check-anchor-data Check the proposal hash (from --anchor-data-hash) by
downloading proposal data (from --anchor-url).
--trust-anchor-data Do not check the proposal hash (from
--anchor-data-hash) and trust it is correct.
--check-anchor-data Verify that the expected proposal hash provided in
--anchor-data-hash matches the hash of the file
downloaded from the URL provided in --anchor-url
(this parameter will download the file from the URL)
--protocol-major-version MAJOR
Specify the major protocol version to fork into. An
increase indicates a hard fork. It must be the next
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@ Usage: cardano-cli compatible conway governance action create-info
)
--anchor-url TEXT
--anchor-data-hash HASH
( --check-anchor-data
| --trust-anchor-data
)
[--check-anchor-data]
--out-file FILEPATH

Create an info action.
Expand All @@ -36,10 +34,10 @@ Available options:
--anchor-url TEXT Anchor URL
--anchor-data-hash HASH Proposal anchor data hash (obtain it with
"cardano-cli hash anchor-data ...")
--check-anchor-data Check the proposal hash (from --anchor-data-hash) by
downloading proposal data (from --anchor-url).
--trust-anchor-data Do not check the proposal hash (from
--anchor-data-hash) and trust it is correct.
--check-anchor-data Verify that the expected proposal hash provided in
--anchor-data-hash matches the hash of the file
downloaded from the URL provided in --anchor-url
(this parameter will download the file from the URL)
--out-file FILEPATH Path to action file to be used later on with build or
build-raw
-h,--help Show this help text
Loading

0 comments on commit 0b5cc9a

Please sign in to comment.