-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
717 changed files
with
5,447 additions
and
5,144 deletions.
There are no files selected for viewing
3,427 changes: 1,725 additions & 1,702 deletions
3,427
cardano-cli/test/cardano-cli-golden/files/golden/help.cli
Large diffs are not rendered by default.
Oops, something went wrong.
21 changes: 11 additions & 10 deletions
21
cardano-cli/test/cardano-cli-golden/files/golden/help/address_build.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,36 +1,37 @@ | ||
Usage: cardano-cli address build | ||
( --payment-verification-key STRING | ||
| --payment-verification-key-file FILE | ||
| --payment-script-file FILE | ||
| --payment-verification-key-file FILEPATH | ||
| --payment-script-file FILEPATH | ||
) | ||
[ --stake-verification-key STRING | ||
| --stake-verification-key-file FILE | ||
| --stake-verification-key-file FILEPATH | ||
| --stake-key-hash HASH | ||
| --stake-script-file FILE | ||
| --stake-script-file FILEPATH | ||
| --stake-address ADDRESS | ||
] | ||
(--mainnet | --testnet-magic NATURAL) | ||
[--out-file FILE] | ||
[--out-file FILEPATH] | ||
|
||
Build a Shelley payment address, with optional delegation to a stake address. | ||
|
||
Available options: | ||
--payment-verification-key STRING | ||
Payment verification key (Bech32-encoded) | ||
--payment-verification-key-file FILE | ||
--payment-verification-key-file FILEPATH | ||
Filepath of the payment verification key. | ||
--payment-script-file FILE | ||
--payment-script-file FILEPATH | ||
Filepath of the payment script. | ||
--stake-verification-key STRING | ||
Stake verification key (Bech32 or hex-encoded). | ||
--stake-verification-key-file FILE | ||
--stake-verification-key-file FILEPATH | ||
Filepath of the staking verification key. | ||
--stake-key-hash HASH Stake verification key hash (hex-encoded). | ||
--stake-script-file FILE Filepath of the staking script. | ||
--stake-script-file FILEPATH | ||
Filepath of the staking script. | ||
--stake-address ADDRESS Target stake address (bech32 format). | ||
--mainnet Use the mainnet magic id. This overrides the | ||
CARDANO_NODE_NETWORK_ID environment variable | ||
--testnet-magic NATURAL Specify a testnet magic id. This overrides the | ||
CARDANO_NODE_NETWORK_ID environment variable | ||
--out-file FILE Optional output file. Default is to write to stdout. | ||
--out-file FILEPATH Optional output file. Default is to write to stdout. | ||
-h,--help Show this help text |
4 changes: 2 additions & 2 deletions
4
cardano-cli/test/cardano-cli-golden/files/golden/help/address_info.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,8 +1,8 @@ | ||
Usage: cardano-cli address info --address ADDRESS [--out-file FILE] | ||
Usage: cardano-cli address info --address ADDRESS [--out-file FILEPATH] | ||
|
||
Print information about an address. | ||
|
||
Available options: | ||
--address ADDRESS A Cardano address | ||
--out-file FILE Optional output file. Default is to write to stdout. | ||
--out-file FILEPATH 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
8 changes: 4 additions & 4 deletions
8
cardano-cli/test/cardano-cli-golden/files/golden/help/address_key-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 |
---|---|---|
@@ -1,15 +1,15 @@ | ||
Usage: cardano-cli address key-hash | ||
( --payment-verification-key STRING | ||
| --payment-verification-key-file FILE | ||
| --payment-verification-key-file FILEPATH | ||
) | ||
[--out-file FILE] | ||
[--out-file FILEPATH] | ||
|
||
Print the hash of an address key. | ||
|
||
Available options: | ||
--payment-verification-key STRING | ||
Payment verification key (Bech32-encoded) | ||
--payment-verification-key-file FILE | ||
--payment-verification-key-file FILEPATH | ||
Filepath of the payment verification key. | ||
--out-file FILE Optional output file. Default is to write to stdout. | ||
--out-file FILEPATH Optional output file. Default is to write to stdout. | ||
-h,--help Show this help text |
21 changes: 11 additions & 10 deletions
21
cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_address_build.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,36 +1,37 @@ | ||
Usage: cardano-cli allegra address build | ||
( --payment-verification-key STRING | ||
| --payment-verification-key-file FILE | ||
| --payment-script-file FILE | ||
| --payment-verification-key-file FILEPATH | ||
| --payment-script-file FILEPATH | ||
) | ||
[ --stake-verification-key STRING | ||
| --stake-verification-key-file FILE | ||
| --stake-verification-key-file FILEPATH | ||
| --stake-key-hash HASH | ||
| --stake-script-file FILE | ||
| --stake-script-file FILEPATH | ||
| --stake-address ADDRESS | ||
] | ||
(--mainnet | --testnet-magic NATURAL) | ||
[--out-file FILE] | ||
[--out-file FILEPATH] | ||
|
||
Build a Shelley payment address, with optional delegation to a stake address. | ||
|
||
Available options: | ||
--payment-verification-key STRING | ||
Payment verification key (Bech32-encoded) | ||
--payment-verification-key-file FILE | ||
--payment-verification-key-file FILEPATH | ||
Filepath of the payment verification key. | ||
--payment-script-file FILE | ||
--payment-script-file FILEPATH | ||
Filepath of the payment script. | ||
--stake-verification-key STRING | ||
Stake verification key (Bech32 or hex-encoded). | ||
--stake-verification-key-file FILE | ||
--stake-verification-key-file FILEPATH | ||
Filepath of the staking verification key. | ||
--stake-key-hash HASH Stake verification key hash (hex-encoded). | ||
--stake-script-file FILE Filepath of the staking script. | ||
--stake-script-file FILEPATH | ||
Filepath of the staking script. | ||
--stake-address ADDRESS Target stake address (bech32 format). | ||
--mainnet Use the mainnet magic id. This overrides the | ||
CARDANO_NODE_NETWORK_ID environment variable | ||
--testnet-magic NATURAL Specify a testnet magic id. This overrides the | ||
CARDANO_NODE_NETWORK_ID environment variable | ||
--out-file FILE Optional output file. Default is to write to stdout. | ||
--out-file FILEPATH Optional output file. Default is to write to stdout. | ||
-h,--help Show this help text |
4 changes: 2 additions & 2 deletions
4
cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_address_info.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,8 +1,8 @@ | ||
Usage: cardano-cli allegra address info --address ADDRESS [--out-file FILE] | ||
Usage: cardano-cli allegra address info --address ADDRESS [--out-file FILEPATH] | ||
|
||
Print information about an address. | ||
|
||
Available options: | ||
--address ADDRESS A Cardano address | ||
--out-file FILE Optional output file. Default is to write to stdout. | ||
--out-file FILEPATH 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
8 changes: 4 additions & 4 deletions
8
cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_address_key-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 |
---|---|---|
@@ -1,15 +1,15 @@ | ||
Usage: cardano-cli allegra address key-hash | ||
( --payment-verification-key STRING | ||
| --payment-verification-key-file FILE | ||
| --payment-verification-key-file FILEPATH | ||
) | ||
[--out-file FILE] | ||
[--out-file FILEPATH] | ||
|
||
Print the hash of an address key. | ||
|
||
Available options: | ||
--payment-verification-key STRING | ||
Payment verification key (Bech32-encoded) | ||
--payment-verification-key-file FILE | ||
--payment-verification-key-file FILEPATH | ||
Filepath of the payment verification key. | ||
--out-file FILE Optional output file. Default is to write to stdout. | ||
--out-file FILEPATH 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
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
9 changes: 5 additions & 4 deletions
9
cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_genesis_get-ver-key.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,10 +1,11 @@ | ||
Usage: cardano-cli allegra genesis get-ver-key --verification-key-file FILE | ||
--signing-key-file FILE | ||
Usage: cardano-cli allegra genesis get-ver-key --verification-key-file FILEPATH | ||
--signing-key-file FILEPATH | ||
|
||
Derive the verification key from a signing key | ||
|
||
Available options: | ||
--verification-key-file FILE | ||
--verification-key-file FILEPATH | ||
Output filepath of the verification key. | ||
--signing-key-file FILE Input filepath of the signing key. | ||
--signing-key-file FILEPATH | ||
Input filepath of the signing key. | ||
-h,--help Show this help text |
4 changes: 2 additions & 2 deletions
4
cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_genesis_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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Usage: cardano-cli allegra genesis hash --genesis FILE | ||
Usage: cardano-cli allegra genesis hash --genesis FILEPATH | ||
|
||
Compute the hash of a genesis file | ||
|
||
Available options: | ||
--genesis FILE The genesis file. | ||
--genesis FILEPATH The genesis file. | ||
-h,--help Show this help text |
8 changes: 4 additions & 4 deletions
8
cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_genesis_initial-addr.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,17 +1,17 @@ | ||
Usage: cardano-cli allegra genesis initial-addr --verification-key-file FILE | ||
Usage: cardano-cli allegra genesis initial-addr --verification-key-file FILEPATH | ||
( --mainnet | ||
| --testnet-magic NATURAL | ||
) | ||
[--out-file FILE] | ||
[--out-file FILEPATH] | ||
|
||
Get the address for an initial UTxO based on the verification key | ||
|
||
Available options: | ||
--verification-key-file FILE | ||
--verification-key-file FILEPATH | ||
Input filepath of the verification key. | ||
--mainnet Use the mainnet magic id. This overrides the | ||
CARDANO_NODE_NETWORK_ID environment variable | ||
--testnet-magic NATURAL Specify a testnet magic id. This overrides the | ||
CARDANO_NODE_NETWORK_ID environment variable | ||
--out-file FILE Optional output file. Default is to write to stdout. | ||
--out-file FILEPATH Optional output file. Default is to write to stdout. | ||
-h,--help Show this help text |
8 changes: 4 additions & 4 deletions
8
cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_genesis_initial-txin.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,17 +1,17 @@ | ||
Usage: cardano-cli allegra genesis initial-txin --verification-key-file FILE | ||
Usage: cardano-cli allegra genesis initial-txin --verification-key-file FILEPATH | ||
( --mainnet | ||
| --testnet-magic NATURAL | ||
) | ||
[--out-file FILE] | ||
[--out-file FILEPATH] | ||
|
||
Get the TxIn for an initial UTxO based on the verification key | ||
|
||
Available options: | ||
--verification-key-file FILE | ||
--verification-key-file FILEPATH | ||
Input filepath of the verification key. | ||
--mainnet Use the mainnet magic id. This overrides the | ||
CARDANO_NODE_NETWORK_ID environment variable | ||
--testnet-magic NATURAL Specify a testnet magic id. This overrides the | ||
CARDANO_NODE_NETWORK_ID environment variable | ||
--out-file FILE Optional output file. Default is to write to stdout. | ||
--out-file FILEPATH Optional output file. Default is to write to stdout. | ||
-h,--help Show this help text |
13 changes: 7 additions & 6 deletions
13
cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_genesis_key-gen-delegate.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,14 +1,15 @@ | ||
Usage: cardano-cli allegra genesis key-gen-delegate --verification-key-file FILE | ||
--signing-key-file FILE | ||
--operational-certificate-issue-counter-file FILE | ||
Usage: cardano-cli allegra genesis key-gen-delegate --verification-key-file FILEPATH | ||
--signing-key-file FILEPATH | ||
--operational-certificate-issue-counter-file FILEPATH | ||
|
||
Create a Shelley genesis delegate key pair | ||
|
||
Available options: | ||
--verification-key-file FILE | ||
--verification-key-file FILEPATH | ||
Output filepath of the verification key. | ||
--signing-key-file FILE Output filepath of the signing key. | ||
--operational-certificate-issue-counter-file FILE | ||
--signing-key-file FILEPATH | ||
Output filepath of the signing key. | ||
--operational-certificate-issue-counter-file FILEPATH | ||
The file with the issue counter for the operational | ||
certificate. | ||
-h,--help Show this help text |
9 changes: 5 additions & 4 deletions
9
cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_genesis_key-gen-genesis.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,10 +1,11 @@ | ||
Usage: cardano-cli allegra genesis key-gen-genesis --verification-key-file FILE | ||
--signing-key-file FILE | ||
Usage: cardano-cli allegra genesis key-gen-genesis --verification-key-file FILEPATH | ||
--signing-key-file FILEPATH | ||
|
||
Create a Shelley genesis key pair | ||
|
||
Available options: | ||
--verification-key-file FILE | ||
--verification-key-file FILEPATH | ||
Output filepath of the verification key. | ||
--signing-key-file FILE Output filepath of the signing key. | ||
--signing-key-file FILEPATH | ||
Output filepath of the signing key. | ||
-h,--help Show this help text |
Oops, something went wrong.