-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make "[era] transaction view" command fail and advice to use "debug transaction view" instead #858
Merged
Merged
Changes from 4 commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
8109dd3
Make "[era] transaction view" command fail and advice to use "debug t…
smelc 7062433
Adapt golden files
smelc cdc61ce
Make "transaction view" command fail and advice to use "debug transac…
smelc 860c43c
Adapt golden files
smelc b748039
[era] transaction view: write error message to stderr
smelc a1042ac
Adapt golden files
smelc File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16 changes: 0 additions & 16 deletions
16
cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_transaction_view.cli
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +0,0 @@ | ||
Usage: cardano-cli allegra transaction view [--output-json | --output-yaml] | ||
[--out-file FILE] | ||
( --tx-body-file FILE | ||
| --tx-file FILE | ||
) | ||
|
||
Print a transaction. | ||
|
||
Available options: | ||
--output-json Format transaction view output to JSON. | ||
--output-yaml Format transaction view output to YAML. Defaults to | ||
JSON if unspecified. | ||
--out-file FILE Optional output file. Default is to write to stdout. | ||
--tx-body-file FILE Input filepath of the JSON TxBody. | ||
--tx-file FILE Input filepath of the JSON Tx. | ||
-h,--help Show this help text | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16 changes: 0 additions & 16 deletions
16
cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_transaction_view.cli
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +0,0 @@ | ||
Usage: cardano-cli alonzo transaction view [--output-json | --output-yaml] | ||
[--out-file FILE] | ||
( --tx-body-file FILE | ||
| --tx-file FILE | ||
) | ||
|
||
Print a transaction. | ||
|
||
Available options: | ||
--output-json Format transaction view output to JSON. | ||
--output-yaml Format transaction view output to YAML. Defaults to | ||
JSON if unspecified. | ||
--out-file FILE Optional output file. Default is to write to stdout. | ||
--tx-body-file FILE Input filepath of the JSON TxBody. | ||
--tx-file FILE Input filepath of the JSON Tx. | ||
-h,--help Show this help text | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16 changes: 0 additions & 16 deletions
16
cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_transaction_view.cli
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +0,0 @@ | ||
Usage: cardano-cli babbage transaction view [--output-json | --output-yaml] | ||
[--out-file FILE] | ||
( --tx-body-file FILE | ||
| --tx-file FILE | ||
) | ||
|
||
Print a transaction. | ||
|
||
Available options: | ||
--output-json Format transaction view output to JSON. | ||
--output-yaml Format transaction view output to YAML. Defaults to | ||
JSON if unspecified. | ||
--out-file FILE Optional output file. Default is to write to stdout. | ||
--tx-body-file FILE Input filepath of the JSON TxBody. | ||
--tx-file FILE Input filepath of the JSON Tx. | ||
-h,--help Show this help text | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16 changes: 0 additions & 16 deletions
16
cardano-cli/test/cardano-cli-golden/files/golden/help/conway_transaction_view.cli
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +0,0 @@ | ||
Usage: cardano-cli conway transaction view [--output-json | --output-yaml] | ||
[--out-file FILE] | ||
( --tx-body-file FILE | ||
| --tx-file FILE | ||
) | ||
|
||
Print a transaction. | ||
|
||
Available options: | ||
--output-json Format transaction view output to JSON. | ||
--output-yaml Format transaction view output to YAML. Defaults to | ||
JSON if unspecified. | ||
--out-file FILE Optional output file. Default is to write to stdout. | ||
--tx-body-file FILE Input filepath of the JSON TxBody. | ||
--tx-file FILE Input filepath of the JSON Tx. | ||
-h,--help Show this help text | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think that should go to stderr instead.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good point, changed 👍