Skip to content

Commit

Permalink
Update golden files
Browse files Browse the repository at this point in the history
  • Loading branch information
Jimbo4350 committed Apr 25, 2024
1 parent 4719b85 commit 7a5a946
Show file tree
Hide file tree
Showing 11 changed files with 2,580 additions and 0 deletions.
616 changes: 616 additions & 0 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
@@ -1,6 +1,7 @@
Usage: cardano-cli alonzo transaction
( build-raw
| build
| build-estimate
| sign
| witness
| assemble
Expand All @@ -24,6 +25,9 @@ Available commands:
Please note the order of some cmd options is crucial. If used incorrectly may produce undesired tx body. See nested [] notation above for details.[0;22;23;24m
build Build a balanced transaction (automatically calculates fees)

Please note the order[93;22;23;24m of some cmd options is crucial. If used incorrectly may produce undesired tx body. See nested [] notation above for details.[0;22;23;24m
build-estimate Build a balanced transaction without access to a live node (automatically estimates fees)

Please note the order[93;22;23;24m of some cmd options is crucial. If used incorrectly may produce undesired tx body. See nested [] notation above for details.[0;22;23;24m
sign Sign a transaction
witness Create a transaction witness
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Usage: cardano-cli babbage transaction
( build-raw
| build
| build-estimate
| sign
| witness
| assemble
Expand All @@ -24,6 +25,9 @@ Available commands:
Please note the order of some cmd options is crucial. If used incorrectly may produce undesired tx body. See nested [] notation above for details.[0;22;23;24m
build Build a balanced transaction (automatically calculates fees)

Please note the order[93;22;23;24m of some cmd options is crucial. If used incorrectly may produce undesired tx body. See nested [] notation above for details.[0;22;23;24m
build-estimate Build a balanced transaction without access to a live node (automatically estimates fees)

Please note the order[93;22;23;24m of some cmd options is crucial. If used incorrectly may produce undesired tx body. See nested [] notation above for details.[0;22;23;24m
sign Sign a transaction
witness Create a transaction witness
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Usage: cardano-cli conway transaction
( build-raw
| build
| build-estimate
| sign
| witness
| assemble
Expand All @@ -24,6 +25,9 @@ Available commands:
Please note the order of some cmd options is crucial. If used incorrectly may produce undesired tx body. See nested [] notation above for details.[0;22;23;24m
build Build a balanced transaction (automatically calculates fees)

Please note the order[93;22;23;24m of some cmd options is crucial. If used incorrectly may produce undesired tx body. See nested [] notation above for details.[0;22;23;24m
build-estimate Build a balanced transaction without access to a live node (automatically estimates fees)

Please note the order[93;22;23;24m of some cmd options is crucial. If used incorrectly may produce undesired tx body. See nested [] notation above for details.[0;22;23;24m
sign Sign a transaction
witness Create a transaction witness
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Usage: cardano-cli latest transaction
( build-raw
| build
| build-estimate
| sign
| witness
| assemble
Expand All @@ -24,6 +25,9 @@ Available commands:
Please note the order of some cmd options is crucial. If used incorrectly may produce undesired tx body. See nested [] notation above for details.[0;22;23;24m
build Build a balanced transaction (automatically calculates fees)

Please note the order[93;22;23;24m of some cmd options is crucial. If used incorrectly may produce undesired tx body. See nested [] notation above for details.[0;22;23;24m
build-estimate Build a balanced transaction without access to a live node (automatically estimates fees)

Please note the order[93;22;23;24m of some cmd options is crucial. If used incorrectly may produce undesired tx body. See nested [] notation above for details.[0;22;23;24m
sign Sign a transaction
witness Create a transaction witness
Expand Down

0 comments on commit 7a5a946

Please sign in to comment.