Skip to content

Commit

Permalink
Reinstate stake key hash arg
Browse files Browse the repository at this point in the history
  • Loading branch information
Jimbo4350 committed Feb 23, 2024
1 parent c61d085 commit 90ab665
Show file tree
Hide file tree
Showing 55 changed files with 166 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7dde1be4d1a2f617ac343dd7ef0388cf497c19ba8dab653a5b9eb1e2
7dde1be4d1a2f617ac343dd7ef0388cf497c19ba8dab653a5b9eb1e2
53 changes: 53 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
Expand Up @@ -5,6 +5,7 @@ Usage: cardano-cli address build
)
[ --stake-verification-key STRING
| --stake-verification-key-file FILE
| --stake-key-hash HASH
| --stake-script-file FILE
| --stake-address ADDRESS
]
Expand All @@ -24,6 +25,7 @@ Available options:
Stake verification key (Bech32 or hex-encoded).
--stake-verification-key-file FILE
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-address ADDRESS Target stake address (bech32 format).
--mainnet Use the mainnet magic id. This overrides the
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Usage: cardano-cli allegra address build
)
[ --stake-verification-key STRING
| --stake-verification-key-file FILE
| --stake-key-hash HASH
| --stake-script-file FILE
| --stake-address ADDRESS
]
Expand All @@ -24,6 +25,7 @@ Available options:
Stake verification key (Bech32 or hex-encoded).
--stake-verification-key-file FILE
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-address ADDRESS Target stake address (bech32 format).
--mainnet Use the mainnet magic id. This overrides the
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Usage: cardano-cli allegra stake-address build
( --stake-verification-key STRING
| --stake-verification-key-file FILE
| --stake-key-hash HASH
| --stake-script-file FILE
)
( --mainnet
Expand All @@ -15,6 +16,7 @@ Available options:
Stake verification key (Bech32 or hex-encoded).
--stake-verification-key-file FILE
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.
--mainnet Use the mainnet magic id. This overrides the
CARDANO_NODE_NETWORK_ID environment variable
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Usage: cardano-cli allegra stake-address deregistration-certificate
( --stake-verification-key STRING
| --stake-verification-key-file FILE
| --stake-key-hash HASH
| --stake-script-file FILE
| --stake-address ADDRESS
)
Expand All @@ -13,6 +14,7 @@ Available options:
Stake verification key (Bech32 or hex-encoded).
--stake-verification-key-file FILE
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-address ADDRESS Target stake address (bech32 format).
--out-file FILE The output file.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Usage: cardano-cli allegra stake-address registration-certificate
( --stake-verification-key STRING
| --stake-verification-key-file FILE
| --stake-key-hash HASH
| --stake-script-file FILE
| --stake-address ADDRESS
)
Expand All @@ -13,6 +14,7 @@ Available options:
Stake verification key (Bech32 or hex-encoded).
--stake-verification-key-file FILE
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-address ADDRESS Target stake address (bech32 format).
--out-file FILE The output file.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Usage: cardano-cli allegra stake-address stake-delegation-certificate
( --stake-verification-key STRING
| --stake-verification-key-file FILE
| --stake-key-hash HASH
| --stake-script-file FILE
| --stake-address ADDRESS
)
Expand All @@ -18,6 +19,7 @@ Available options:
Stake verification key (Bech32 or hex-encoded).
--stake-verification-key-file FILE
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-address ADDRESS Target stake address (bech32 format).
--stake-pool-verification-key STRING
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Usage: cardano-cli alonzo address build
)
[ --stake-verification-key STRING
| --stake-verification-key-file FILE
| --stake-key-hash HASH
| --stake-script-file FILE
| --stake-address ADDRESS
]
Expand All @@ -24,6 +25,7 @@ Available options:
Stake verification key (Bech32 or hex-encoded).
--stake-verification-key-file FILE
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-address ADDRESS Target stake address (bech32 format).
--mainnet Use the mainnet magic id. This overrides the
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Usage: cardano-cli alonzo stake-address build
( --stake-verification-key STRING
| --stake-verification-key-file FILE
| --stake-key-hash HASH
| --stake-script-file FILE
)
( --mainnet
Expand All @@ -15,6 +16,7 @@ Available options:
Stake verification key (Bech32 or hex-encoded).
--stake-verification-key-file FILE
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.
--mainnet Use the mainnet magic id. This overrides the
CARDANO_NODE_NETWORK_ID environment variable
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Usage: cardano-cli alonzo stake-address deregistration-certificate
( --stake-verification-key STRING
| --stake-verification-key-file FILE
| --stake-key-hash HASH
| --stake-script-file FILE
| --stake-address ADDRESS
)
Expand All @@ -13,6 +14,7 @@ Available options:
Stake verification key (Bech32 or hex-encoded).
--stake-verification-key-file FILE
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-address ADDRESS Target stake address (bech32 format).
--out-file FILE The output file.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Usage: cardano-cli alonzo stake-address registration-certificate
( --stake-verification-key STRING
| --stake-verification-key-file FILE
| --stake-key-hash HASH
| --stake-script-file FILE
| --stake-address ADDRESS
)
Expand All @@ -13,6 +14,7 @@ Available options:
Stake verification key (Bech32 or hex-encoded).
--stake-verification-key-file FILE
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-address ADDRESS Target stake address (bech32 format).
--out-file FILE The output file.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Usage: cardano-cli alonzo stake-address stake-delegation-certificate
( --stake-verification-key STRING
| --stake-verification-key-file FILE
| --stake-key-hash HASH
| --stake-script-file FILE
| --stake-address ADDRESS
)
Expand All @@ -18,6 +19,7 @@ Available options:
Stake verification key (Bech32 or hex-encoded).
--stake-verification-key-file FILE
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-address ADDRESS Target stake address (bech32 format).
--stake-pool-verification-key STRING
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Usage: cardano-cli babbage address build
)
[ --stake-verification-key STRING
| --stake-verification-key-file FILE
| --stake-key-hash HASH
| --stake-script-file FILE
| --stake-address ADDRESS
]
Expand All @@ -24,6 +25,7 @@ Available options:
Stake verification key (Bech32 or hex-encoded).
--stake-verification-key-file FILE
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-address ADDRESS Target stake address (bech32 format).
--mainnet Use the mainnet magic id. This overrides the
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Usage: cardano-cli babbage stake-address build
( --stake-verification-key STRING
| --stake-verification-key-file FILE
| --stake-key-hash HASH
| --stake-script-file FILE
)
( --mainnet
Expand All @@ -15,6 +16,7 @@ Available options:
Stake verification key (Bech32 or hex-encoded).
--stake-verification-key-file FILE
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.
--mainnet Use the mainnet magic id. This overrides the
CARDANO_NODE_NETWORK_ID environment variable
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Usage: cardano-cli babbage stake-address deregistration-certificate
( --stake-verification-key STRING
| --stake-verification-key-file FILE
| --stake-key-hash HASH
| --stake-script-file FILE
| --stake-address ADDRESS
)
Expand All @@ -13,6 +14,7 @@ Available options:
Stake verification key (Bech32 or hex-encoded).
--stake-verification-key-file FILE
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-address ADDRESS Target stake address (bech32 format).
--out-file FILE The output file.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Usage: cardano-cli babbage stake-address registration-certificate
( --stake-verification-key STRING
| --stake-verification-key-file FILE
| --stake-key-hash HASH
| --stake-script-file FILE
| --stake-address ADDRESS
)
Expand All @@ -13,6 +14,7 @@ Available options:
Stake verification key (Bech32 or hex-encoded).
--stake-verification-key-file FILE
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-address ADDRESS Target stake address (bech32 format).
--out-file FILE The output file.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Usage: cardano-cli babbage stake-address stake-delegation-certificate
( --stake-verification-key STRING
| --stake-verification-key-file FILE
| --stake-key-hash HASH
| --stake-script-file FILE
| --stake-address ADDRESS
)
Expand All @@ -18,6 +19,7 @@ Available options:
Stake verification key (Bech32 or hex-encoded).
--stake-verification-key-file FILE
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-address ADDRESS Target stake address (bech32 format).
--stake-pool-verification-key STRING
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Usage: cardano-cli conway address build
)
[ --stake-verification-key STRING
| --stake-verification-key-file FILE
| --stake-key-hash HASH
| --stake-script-file FILE
| --stake-address ADDRESS
]
Expand All @@ -24,6 +25,7 @@ Available options:
Stake verification key (Bech32 or hex-encoded).
--stake-verification-key-file FILE
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-address ADDRESS Target stake address (bech32 format).
--mainnet Use the mainnet magic id. This overrides the
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Usage: cardano-cli conway governance action create-constitution
--governance-action-deposit NATURAL
( --deposit-return-stake-verification-key STRING
| --deposit-return-stake-verification-key-file FILE
| --deposit-return-stake-key-hash HASH
| --deposit-return-stake-script-file FILE
| --deposit-return-stake-address ADDRESS
)
Expand All @@ -28,6 +29,8 @@ Available options:
Stake verification key (Bech32 or hex-encoded).
--deposit-return-stake-verification-key-file FILE
Filepath of the staking verification key.
--deposit-return-stake-key-hash HASH
Stake verification key hash (hex-encoded).
--deposit-return-stake-script-file FILE
Filepath of the staking script.
--deposit-return-stake-address ADDRESS
Expand Down
Loading

0 comments on commit 90ab665

Please sign in to comment.