Skip to content

Commit

Permalink
Update golden files
Browse files Browse the repository at this point in the history
  • Loading branch information
Jimbo4350 committed Oct 2, 2024
1 parent 35fbcbe commit c366ce2
Show file tree
Hide file tree
Showing 83 changed files with 3,697 additions and 0 deletions.
1,100 changes: 1,100 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
@@ -0,0 +1,21 @@
Usage: cardano-cli compatible
( shelley
| allegra
| mary
| alonzo
| babbage
| conway
)

Limited backward compatible commands for testing only.

Available options:
-h,--help Show this help text

Available commands:
shelley Shelley era commands
allegra Allegra era commands
mary Mary era commands
alonzo Alonzo era commands
babbage Babbage era commands
conway Conway era commands
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
Usage: cardano-cli compatible allegra (transaction | governance)

Allegra era commands

Available options:
-h,--help Show this help text

Available commands:
transaction Transaction commands.
governance Governance commands.
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
Usage: cardano-cli compatible allegra governance
( create-mir-certificate
| create-genesis-key-delegation-certificate
| action
)

Governance commands.

Available options:
-h,--help Show this help text

Available commands:
create-mir-certificate Create an MIR (Move Instantaneous Rewards)
certificate
create-genesis-key-delegation-certificate
Create a genesis key delegation certificate
action Governance action commands.
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Usage: cardano-cli compatible allegra governance action
create-protocol-parameters-update

Governance action commands.

Available options:
-h,--help Show this help text

Available commands:
create-protocol-parameters-update
Create a protocol parameters update.
Original file line number Diff line number Diff line change
@@ -0,0 +1,74 @@
Usage: cardano-cli compatible allegra governance action create-protocol-parameters-update --epoch NATURAL
(--genesis-verification-key-file FILEPATH)
[--min-fee-linear LOVELACE]
[--min-fee-constant LOVELACE]
[--max-block-body-size WORD32]
[--max-tx-size WORD32]
[--max-block-header-size WORD16]
[--key-reg-deposit-amt NATURAL]
[--pool-reg-deposit NATURAL]
[--pool-retirement-epoch-interval WORD32]
[--number-of-pools NATURAL]
[--pool-influence RATIONAL]
[--treasury-expansion RATIONAL]
[--monetary-expansion RATIONAL]
[--min-pool-cost NATURAL]
[--min-utxo-value NATURAL]
[ --extra-entropy HEX
| --reset-extra-entropy
]
[--decentralization-parameter RATIONAL]
[--protocol-major-version MAJOR
--protocol-minor-version MINOR]
--out-file FILEPATH

Create a protocol parameters update.

Available options:
--epoch NATURAL The epoch number in which the update proposal is
valid.
--genesis-verification-key-file FILEPATH
Filepath of the genesis verification key.
--min-fee-linear LOVELACE
The linear factor per byte for the minimum fee
calculation.
--min-fee-constant LOVELACE
The constant factor for the minimum fee calculation.
--max-block-body-size WORD32
Maximal block body size.
--max-tx-size WORD32 Maximum transaction size.
--max-block-header-size WORD16
Maximum block header size.
--key-reg-deposit-amt NATURAL
Key registration deposit amount.
--pool-reg-deposit NATURAL
The amount of a pool registration deposit.
--pool-retirement-epoch-interval WORD32
Epoch interval of pool retirement.
--number-of-pools NATURAL
Desired number of pools.
--pool-influence RATIONAL
Pool influence.
--treasury-expansion RATIONAL
Treasury expansion.
--monetary-expansion RATIONAL
Monetary expansion.
--min-pool-cost NATURAL The minimum allowed cost parameter for stake pools.
--min-utxo-value NATURAL The minimum allowed UTxO value (Shelley to Mary
eras).
--extra-entropy HEX Praos extra entropy seed, as a hex byte string.
--reset-extra-entropy Reset the Praos extra entropy to none.
--decentralization-parameter RATIONAL
Decentralization parameter.
--protocol-major-version MAJOR
Specify the major protocol version to fork into. An
increase indicates a hard fork. It must be the next
natural number after the current version and must be
supported by the node.
--protocol-minor-version MINOR
Minor protocol version. An increase indicates a soft
fork (old software can validate but not produce new
blocks). Must be zero when the major protocol version
is increased.
--out-file FILEPATH The output file.
-h,--help Show this help text
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
Usage: cardano-cli compatible allegra governance create-genesis-key-delegation-certificate
( --genesis-verification-key STRING
| --genesis-verification-key-file FILEPATH
| --genesis-verification-key-hash STRING
)
( --genesis-delegate-verification-key STRING
| --genesis-delegate-verification-key-file FILEPATH
| --genesis-delegate-verification-key-hash STRING
)
( --vrf-verification-key STRING
| --vrf-verification-key-file FILEPATH
| --vrf-verification-key-hash STRING
)
--out-file FILEPATH

Create a genesis key delegation certificate

Available options:
--genesis-verification-key STRING
Genesis verification key (hex-encoded).
--genesis-verification-key-file FILEPATH
Filepath of the genesis verification key.
--genesis-verification-key-hash STRING
Genesis verification key hash (hex-encoded).
--genesis-delegate-verification-key STRING
Genesis delegate verification key (hex-encoded).
--genesis-delegate-verification-key-file FILEPATH
Filepath of the genesis delegate verification key.
--genesis-delegate-verification-key-hash STRING
Genesis delegate verification key hash (hex-encoded).
--vrf-verification-key STRING
VRF verification key (Bech32 or hex-encoded).
--vrf-verification-key-file FILEPATH
Filepath of the VRF verification key.
--vrf-verification-key-hash STRING
VRF verification key hash (hex-encoded).
--out-file FILEPATH The output file.
-h,--help Show this help text
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
Usage: cardano-cli compatible allegra governance create-mir-certificate
( ( --reserves
| --treasury
)
(--stake-address ADDRESS)
(--reward LOVELACE)
--out-file FILEPATH
| stake-addresses
| transfer-to-treasury
| transfer-to-rewards
)

Create an MIR (Move Instantaneous Rewards) certificate

Available options:
--reserves Use the reserves pot.
--treasury Use the treasury pot.
--stake-address ADDRESS Target stake address (bech32 format).
--reward LOVELACE The reward for the relevant reward account.
--out-file FILEPATH The output file.
-h,--help Show this help text

Available commands:
stake-addresses Create an MIR certificate to pay stake addresses
transfer-to-treasury Create an MIR certificate to transfer from the
reserves pot to the treasury pot
transfer-to-rewards Create an MIR certificate to transfer from the
treasury pot to the reserves pot
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
Usage: cardano-cli compatible allegra governance create-mir-certificate stake-addresses
( --reserves
| --treasury
)
(--stake-address ADDRESS)
(--reward LOVELACE)
--out-file FILEPATH

Create an MIR certificate to pay stake addresses

Available options:
--reserves Use the reserves pot.
--treasury Use the treasury pot.
--stake-address ADDRESS Target stake address (bech32 format).
--reward LOVELACE The reward for the relevant reward account.
--out-file FILEPATH The output file.
-h,--help Show this help text
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
Usage: cardano-cli compatible allegra governance create-mir-certificate transfer-to-rewards --transfer LOVELACE
--out-file FILEPATH

Create an MIR certificate to transfer from the treasury pot to the reserves
pot

Available options:
--transfer LOVELACE The amount to transfer.
--out-file FILEPATH The output file.
-h,--help Show this help text
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
Usage: cardano-cli compatible allegra governance create-mir-certificate transfer-to-treasury --transfer LOVELACE
--out-file FILEPATH

Create an MIR certificate to transfer from the reserves pot to the treasury
pot

Available options:
--transfer LOVELACE The amount to transfer.
--out-file FILEPATH The output file.
-h,--help Show this help text
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
Usage: cardano-cli compatible allegra transaction signed-transaction
[--tx-in TX-IN]
[--tx-out ADDRESS VALUE]
[--update-proposal-file FILEPATH]
[--signing-key-file FILEPATH
[--address STRING]]
[ --mainnet
| --testnet-magic NATURAL
]
--fee LOVELACE
--out-file FILEPATH

Create a simple signed transaction.

Available options:
--tx-in TX-IN TxId#TxIx
--tx-out ADDRESS VALUE The transaction output as ADDRESS VALUE where ADDRESS
is the Bech32-encoded address followed by the value
in the multi-asset syntax (including simply
Lovelace).
--update-proposal-file FILEPATH
Filepath of the update proposal.
--signing-key-file FILEPATH
Input filepath of the signing key (one or more).
--address STRING Byron address (Base58-encoded).
--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
--fee LOVELACE The fee amount in Lovelace.
--out-file FILEPATH The output file.
-h,--help Show this help text
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
Usage: cardano-cli compatible alonzo (transaction | governance)

Alonzo era commands

Available options:
-h,--help Show this help text

Available commands:
transaction Transaction commands.
governance Governance commands.
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
Usage: cardano-cli compatible alonzo governance
( create-mir-certificate
| create-genesis-key-delegation-certificate
| action
)

Governance commands.

Available options:
-h,--help Show this help text

Available commands:
create-mir-certificate Create an MIR (Move Instantaneous Rewards)
certificate
create-genesis-key-delegation-certificate
Create a genesis key delegation certificate
action Governance action commands.
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Usage: cardano-cli compatible alonzo governance action
create-protocol-parameters-update

Governance action commands.

Available options:
-h,--help Show this help text

Available commands:
create-protocol-parameters-update
Create a protocol parameters update.
Loading

0 comments on commit c366ce2

Please sign in to comment.