Skip to content

Commit

Permalink
update golden files
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlosLopezDeLara committed Sep 30, 2024
1 parent b727311 commit fbf6e03
Show file tree
Hide file tree
Showing 3 changed files with 63 additions and 0 deletions.
19 changes: 19 additions & 0 deletions cardano-cli/test/cardano-cli-golden/files/golden/help.cli
Original file line number Diff line number Diff line change
Expand Up @@ -9258,6 +9258,7 @@ Usage: cardano-cli latest stake-address
| stake-delegation-certificate
| stake-and-vote-delegation-certificate
| vote-delegation-certificate
| registration-and-delegation-certificate
)

Stake address commands.
Expand Down Expand Up @@ -9371,6 +9372,24 @@ Usage: cardano-cli latest stake-address vote-delegation-certificate
Create a stake address vote delegation certificate, which when submitted in a
transaction delegates stake to a DRep.

Usage: cardano-cli latest stake-address registration-and-delegation-certificate
( --stake-verification-key STRING
| --stake-verification-key-file FILEPATH
| --stake-key-hash HASH
| --stake-script-file FILEPATH
| --stake-address ADDRESS
)
( --stake-pool-verification-key STRING
| --cold-verification-key-file FILEPATH
| --stake-pool-id STAKE_POOL_ID
)
--key-reg-deposit-amt NATURAL
--out-file FILEPATH

Create a stake address registration and delegation certificate, which when
submitted in a transaction registers a stake address and delegates stake to a
stake pool.

Usage: cardano-cli latest stake-pool
( registration-certificate
| deregistration-certificate
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Usage: cardano-cli latest stake-address
| stake-delegation-certificate
| stake-and-vote-delegation-certificate
| vote-delegation-certificate
| registration-and-delegation-certificate
)

Stake address commands.
Expand All @@ -33,3 +34,8 @@ Available commands:
Create a stake address vote delegation certificate,
which when submitted in a transaction delegates stake
to a DRep.
registration-and-delegation-certificate
Create a stake address registration and delegation
certificate, which when submitted in a transaction
registers a stake address and delegates stake to a
stake pool.
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
Usage: cardano-cli latest stake-address registration-and-delegation-certificate
( --stake-verification-key STRING
| --stake-verification-key-file FILEPATH
| --stake-key-hash HASH
| --stake-script-file FILEPATH
| --stake-address ADDRESS
)
( --stake-pool-verification-key STRING
| --cold-verification-key-file FILEPATH
| --stake-pool-id STAKE_POOL_ID
)
--key-reg-deposit-amt NATURAL
--out-file FILEPATH

Create a stake address registration and delegation certificate, which when
submitted in a transaction registers a stake address and delegates stake to a
stake pool.

Available options:
--stake-verification-key STRING
Stake verification key (Bech32 or hex-encoded).
--stake-verification-key-file FILEPATH
Filepath of the staking verification key.
--stake-key-hash HASH Stake verification key hash (hex-encoded).
--stake-script-file FILEPATH
Filepath of the staking script.
--stake-address ADDRESS Target stake address (bech32 format).
--stake-pool-verification-key STRING
Stake pool verification key (Bech32 or hex-encoded).
--cold-verification-key-file FILEPATH
Filepath of the stake pool verification key.
--stake-pool-id STAKE_POOL_ID
Stake pool ID/verification key hash (either
Bech32-encoded or hex-encoded).
--key-reg-deposit-amt NATURAL
Key registration deposit amount.
--out-file FILEPATH The output file.
-h,--help Show this help text

0 comments on commit fbf6e03

Please sign in to comment.