Skip to content

Commit

Permalink
Update golden files
Browse files Browse the repository at this point in the history
  • Loading branch information
Jimbo4350 committed Oct 24, 2024
1 parent 9980e24 commit 0b06467
Show file tree
Hide file tree
Showing 28 changed files with 513 additions and 486 deletions.
162 changes: 81 additions & 81 deletions cardano-cli/test/cardano-cli-golden/files/golden/help.cli

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ Usage: cardano-cli allegra transaction build-raw
| --tx-out-datum-hash-cbor-file CBOR_FILE
| --tx-out-datum-hash-file JSON_FILE
| --tx-out-datum-hash-value JSON_VALUE
| --tx-out-datum-embed-cbor-file CBOR_FILE
| --tx-out-datum-embed-file JSON_FILE
| --tx-out-datum-embed-value JSON_VALUE
| --tx-out-supplemental-datum-cbor-file CBOR_FILE
| --tx-out-supplemental-datum-file JSON_FILE
| --tx-out-supplemental-datum-value JSON_VALUE
| --tx-out-inline-datum-cbor-file CBOR_FILE
| --tx-out-inline-datum-file JSON_FILE
| --tx-out-inline-datum-value JSON_VALUE
Expand Down Expand Up @@ -235,18 +235,19 @@ Available options:
the script datum given here. There is no schema:
(almost) any JSON value is supported, including
top-level strings and numbers.
--tx-out-datum-embed-cbor-file CBOR_FILE
The script datum to embed in the tx for this output,
in the given file. The file has to be in CBOR format.
--tx-out-datum-embed-file JSON_FILE
The script datum to embed in the tx for this output,
in the given file. The file must follow the detailed
JSON schema for script data.
--tx-out-datum-embed-value JSON_VALUE
The script datum to embed in the tx for this output,
given here. There is no schema: (almost) any JSON
value is supported, including top-level strings and
numbers.
--tx-out-supplemental-datum-cbor-file CBOR_FILE
The supplemental script datum to embed in the tx for
this output, in the given file. The file has to be in
CBOR format.
--tx-out-supplemental-datum-file JSON_FILE
The supplemental script datum to embed in the tx for
this output, in the given file. The file must follow
the detailed JSON schema for script data.
--tx-out-supplemental-datum-value JSON_VALUE
The supplemental script datum to embed in the tx for
this output, given here. There is no schema: (almost)
any JSON value is supported, including top-level
strings and numbers.
--tx-out-inline-datum-cbor-file CBOR_FILE
The script datum to embed in the tx output as an
inline datum, in the given file. The file has to be
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ Usage: cardano-cli allegra transaction calculate-min-required-utxo --protocol-pa
| --tx-out-datum-hash-cbor-file CBOR_FILE
| --tx-out-datum-hash-file JSON_FILE
| --tx-out-datum-hash-value JSON_VALUE
| --tx-out-datum-embed-cbor-file CBOR_FILE
| --tx-out-datum-embed-file JSON_FILE
| --tx-out-datum-embed-value JSON_VALUE
| --tx-out-supplemental-datum-cbor-file CBOR_FILE
| --tx-out-supplemental-datum-file JSON_FILE
| --tx-out-supplemental-datum-value JSON_VALUE
| --tx-out-inline-datum-cbor-file CBOR_FILE
| --tx-out-inline-datum-file JSON_FILE
| --tx-out-inline-datum-value JSON_VALUE
Expand Down Expand Up @@ -37,18 +37,19 @@ Available options:
the script datum given here. There is no schema:
(almost) any JSON value is supported, including
top-level strings and numbers.
--tx-out-datum-embed-cbor-file CBOR_FILE
The script datum to embed in the tx for this output,
in the given file. The file has to be in CBOR format.
--tx-out-datum-embed-file JSON_FILE
The script datum to embed in the tx for this output,
in the given file. The file must follow the detailed
JSON schema for script data.
--tx-out-datum-embed-value JSON_VALUE
The script datum to embed in the tx for this output,
given here. There is no schema: (almost) any JSON
value is supported, including top-level strings and
numbers.
--tx-out-supplemental-datum-cbor-file CBOR_FILE
The supplemental script datum to embed in the tx for
this output, in the given file. The file has to be in
CBOR format.
--tx-out-supplemental-datum-file JSON_FILE
The supplemental script datum to embed in the tx for
this output, in the given file. The file must follow
the detailed JSON schema for script data.
--tx-out-supplemental-datum-value JSON_VALUE
The supplemental script datum to embed in the tx for
this output, given here. There is no schema: (almost)
any JSON value is supported, including top-level
strings and numbers.
--tx-out-inline-datum-cbor-file CBOR_FILE
The script datum to embed in the tx output as an
inline datum, in the given file. The file has to be
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ Usage: cardano-cli allegra transaction calculate-min-value --protocol-params-fil
| --tx-out-datum-hash-cbor-file CBOR_FILE
| --tx-out-datum-hash-file JSON_FILE
| --tx-out-datum-hash-value JSON_VALUE
| --tx-out-datum-embed-cbor-file CBOR_FILE
| --tx-out-datum-embed-file JSON_FILE
| --tx-out-datum-embed-value JSON_VALUE
| --tx-out-supplemental-datum-cbor-file CBOR_FILE
| --tx-out-supplemental-datum-file JSON_FILE
| --tx-out-supplemental-datum-value JSON_VALUE
| --tx-out-inline-datum-cbor-file CBOR_FILE
| --tx-out-inline-datum-file JSON_FILE
| --tx-out-inline-datum-value JSON_VALUE
Expand Down Expand Up @@ -37,18 +37,19 @@ Available options:
the script datum given here. There is no schema:
(almost) any JSON value is supported, including
top-level strings and numbers.
--tx-out-datum-embed-cbor-file CBOR_FILE
The script datum to embed in the tx for this output,
in the given file. The file has to be in CBOR format.
--tx-out-datum-embed-file JSON_FILE
The script datum to embed in the tx for this output,
in the given file. The file must follow the detailed
JSON schema for script data.
--tx-out-datum-embed-value JSON_VALUE
The script datum to embed in the tx for this output,
given here. There is no schema: (almost) any JSON
value is supported, including top-level strings and
numbers.
--tx-out-supplemental-datum-cbor-file CBOR_FILE
The supplemental script datum to embed in the tx for
this output, in the given file. The file has to be in
CBOR format.
--tx-out-supplemental-datum-file JSON_FILE
The supplemental script datum to embed in the tx for
this output, in the given file. The file must follow
the detailed JSON schema for script data.
--tx-out-supplemental-datum-value JSON_VALUE
The supplemental script datum to embed in the tx for
this output, given here. There is no schema: (almost)
any JSON value is supported, including top-level
strings and numbers.
--tx-out-inline-datum-cbor-file CBOR_FILE
The script datum to embed in the tx output as an
inline datum, in the given file. The file has to be
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ Usage: cardano-cli alonzo transaction build-raw
| --tx-out-datum-hash-cbor-file CBOR_FILE
| --tx-out-datum-hash-file JSON_FILE
| --tx-out-datum-hash-value JSON_VALUE
| --tx-out-datum-embed-cbor-file CBOR_FILE
| --tx-out-datum-embed-file JSON_FILE
| --tx-out-datum-embed-value JSON_VALUE
| --tx-out-supplemental-datum-cbor-file CBOR_FILE
| --tx-out-supplemental-datum-file JSON_FILE
| --tx-out-supplemental-datum-value JSON_VALUE
| --tx-out-inline-datum-cbor-file CBOR_FILE
| --tx-out-inline-datum-file JSON_FILE
| --tx-out-inline-datum-value JSON_VALUE
Expand Down Expand Up @@ -235,18 +235,19 @@ Available options:
the script datum given here. There is no schema:
(almost) any JSON value is supported, including
top-level strings and numbers.
--tx-out-datum-embed-cbor-file CBOR_FILE
The script datum to embed in the tx for this output,
in the given file. The file has to be in CBOR format.
--tx-out-datum-embed-file JSON_FILE
The script datum to embed in the tx for this output,
in the given file. The file must follow the detailed
JSON schema for script data.
--tx-out-datum-embed-value JSON_VALUE
The script datum to embed in the tx for this output,
given here. There is no schema: (almost) any JSON
value is supported, including top-level strings and
numbers.
--tx-out-supplemental-datum-cbor-file CBOR_FILE
The supplemental script datum to embed in the tx for
this output, in the given file. The file has to be in
CBOR format.
--tx-out-supplemental-datum-file JSON_FILE
The supplemental script datum to embed in the tx for
this output, in the given file. The file must follow
the detailed JSON schema for script data.
--tx-out-supplemental-datum-value JSON_VALUE
The supplemental script datum to embed in the tx for
this output, given here. There is no schema: (almost)
any JSON value is supported, including top-level
strings and numbers.
--tx-out-inline-datum-cbor-file CBOR_FILE
The script datum to embed in the tx output as an
inline datum, in the given file. The file has to be
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ Usage: cardano-cli alonzo transaction calculate-min-required-utxo --protocol-par
| --tx-out-datum-hash-cbor-file CBOR_FILE
| --tx-out-datum-hash-file JSON_FILE
| --tx-out-datum-hash-value JSON_VALUE
| --tx-out-datum-embed-cbor-file CBOR_FILE
| --tx-out-datum-embed-file JSON_FILE
| --tx-out-datum-embed-value JSON_VALUE
| --tx-out-supplemental-datum-cbor-file CBOR_FILE
| --tx-out-supplemental-datum-file JSON_FILE
| --tx-out-supplemental-datum-value JSON_VALUE
| --tx-out-inline-datum-cbor-file CBOR_FILE
| --tx-out-inline-datum-file JSON_FILE
| --tx-out-inline-datum-value JSON_VALUE
Expand Down Expand Up @@ -37,18 +37,19 @@ Available options:
the script datum given here. There is no schema:
(almost) any JSON value is supported, including
top-level strings and numbers.
--tx-out-datum-embed-cbor-file CBOR_FILE
The script datum to embed in the tx for this output,
in the given file. The file has to be in CBOR format.
--tx-out-datum-embed-file JSON_FILE
The script datum to embed in the tx for this output,
in the given file. The file must follow the detailed
JSON schema for script data.
--tx-out-datum-embed-value JSON_VALUE
The script datum to embed in the tx for this output,
given here. There is no schema: (almost) any JSON
value is supported, including top-level strings and
numbers.
--tx-out-supplemental-datum-cbor-file CBOR_FILE
The supplemental script datum to embed in the tx for
this output, in the given file. The file has to be in
CBOR format.
--tx-out-supplemental-datum-file JSON_FILE
The supplemental script datum to embed in the tx for
this output, in the given file. The file must follow
the detailed JSON schema for script data.
--tx-out-supplemental-datum-value JSON_VALUE
The supplemental script datum to embed in the tx for
this output, given here. There is no schema: (almost)
any JSON value is supported, including top-level
strings and numbers.
--tx-out-inline-datum-cbor-file CBOR_FILE
The script datum to embed in the tx output as an
inline datum, in the given file. The file has to be
Expand Down
Loading

0 comments on commit 0b06467

Please sign in to comment.