-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a command to calculate DRep metadata hashes
- Loading branch information
1 parent
23b02a2
commit 5739699
Showing
20 changed files
with
265 additions
and
13 deletions.
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
13 changes: 13 additions & 0 deletions
13
cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_governance_drep.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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
Usage: cardano-cli allegra governance drep | ||
( registration-certificate | ||
| metadata-hash | ||
) | ||
|
||
DRep member commands. | ||
|
||
Available options: | ||
-h,--help Show this help text | ||
|
||
Available commands: | ||
registration-certificate Create a registration certificate. | ||
metadata-hash Calculate the hash of a metadata file. |
10 changes: 10 additions & 0 deletions
10
...o-cli/test/cardano-cli-golden/files/golden/help/allegra_governance_drep_metadata-hash.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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
Usage: cardano-cli allegra governance drep metadata-hash --drep-metadata-file FILE | ||
[--out-file FILE] | ||
|
||
Calculate the hash of a metadata file. | ||
|
||
Available options: | ||
--drep-metadata-file FILE | ||
JSON Metadata file to hash. | ||
--out-file FILE Optional output file. Default is to write to stdout. | ||
-h,--help Show this help text |
13 changes: 13 additions & 0 deletions
13
cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_governance_drep.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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
Usage: cardano-cli alonzo governance drep | ||
( registration-certificate | ||
| metadata-hash | ||
) | ||
|
||
DRep member commands. | ||
|
||
Available options: | ||
-h,--help Show this help text | ||
|
||
Available commands: | ||
registration-certificate Create a registration certificate. | ||
metadata-hash Calculate the hash of a metadata file. |
10 changes: 10 additions & 0 deletions
10
...no-cli/test/cardano-cli-golden/files/golden/help/alonzo_governance_drep_metadata-hash.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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
Usage: cardano-cli alonzo governance drep metadata-hash --drep-metadata-file FILE | ||
[--out-file FILE] | ||
|
||
Calculate the hash of a metadata file. | ||
|
||
Available options: | ||
--drep-metadata-file FILE | ||
JSON Metadata file to hash. | ||
--out-file FILE Optional output file. Default is to write to stdout. | ||
-h,--help Show this help text |
13 changes: 13 additions & 0 deletions
13
cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_governance_drep.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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
Usage: cardano-cli babbage governance drep | ||
( registration-certificate | ||
| metadata-hash | ||
) | ||
|
||
DRep member commands. | ||
|
||
Available options: | ||
-h,--help Show this help text | ||
|
||
Available commands: | ||
registration-certificate Create a registration certificate. | ||
metadata-hash Calculate the hash of a metadata file. |
10 changes: 10 additions & 0 deletions
10
...o-cli/test/cardano-cli-golden/files/golden/help/babbage_governance_drep_metadata-hash.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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
Usage: cardano-cli babbage governance drep metadata-hash --drep-metadata-file FILE | ||
[--out-file FILE] | ||
|
||
Calculate the hash of a metadata file. | ||
|
||
Available options: | ||
--drep-metadata-file FILE | ||
JSON Metadata file to hash. | ||
--out-file FILE Optional output file. Default is to write to stdout. | ||
-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.