-
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.
- Loading branch information
Showing
83 changed files
with
3,776 additions
and
0 deletions.
There are no files selected for viewing
1,110 changes: 1,110 additions & 0 deletions
1,110
cardano-cli/test/cardano-cli-golden/files/golden/help.cli
Large diffs are not rendered by default.
Oops, something went wrong.
21 changes: 21 additions & 0 deletions
21
cardano-cli/test/cardano-cli-golden/files/golden/help/compatible.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,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 |
10 changes: 10 additions & 0 deletions
10
cardano-cli/test/cardano-cli-golden/files/golden/help/compatible_allegra.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 compatible allegra (transaction | governance) | ||
|
||
Allegra era commands | ||
|
||
Available options: | ||
-h,--help Show this help text | ||
|
||
Available commands: | ||
transaction Transaction commands. | ||
governance Governance commands. |
17 changes: 17 additions & 0 deletions
17
cardano-cli/test/cardano-cli-golden/files/golden/help/compatible_allegra_governance.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,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. |
11 changes: 11 additions & 0 deletions
11
...no-cli/test/cardano-cli-golden/files/golden/help/compatible_allegra_governance_action.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,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. |
74 changes: 74 additions & 0 deletions
74
...es/golden/help/compatible_allegra_governance_action_create-protocol-parameters-update.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,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 |
38 changes: 38 additions & 0 deletions
38
...s/golden/help/compatible_allegra_governance_create-genesis-key-delegation-certificate.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,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 |
28 changes: 28 additions & 0 deletions
28
...ano-cli-golden/files/golden/help/compatible_allegra_governance_create-mir-certificate.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,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 |
17 changes: 17 additions & 0 deletions
17
...iles/golden/help/compatible_allegra_governance_create-mir-certificate_stake-addresses.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,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 |
10 changes: 10 additions & 0 deletions
10
.../golden/help/compatible_allegra_governance_create-mir-certificate_transfer-to-rewards.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 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 |
10 changes: 10 additions & 0 deletions
10
...golden/help/compatible_allegra_governance_create-mir-certificate_transfer-to-treasury.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 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 |
32 changes: 32 additions & 0 deletions
32
...ardano-cli-golden/files/golden/help/compatible_allegra_transaction_signed-transaction.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,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 |
10 changes: 10 additions & 0 deletions
10
cardano-cli/test/cardano-cli-golden/files/golden/help/compatible_alonzo.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 compatible alonzo (transaction | governance) | ||
|
||
Alonzo era commands | ||
|
||
Available options: | ||
-h,--help Show this help text | ||
|
||
Available commands: | ||
transaction Transaction commands. | ||
governance Governance commands. |
17 changes: 17 additions & 0 deletions
17
cardano-cli/test/cardano-cli-golden/files/golden/help/compatible_alonzo_governance.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,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. |
11 changes: 11 additions & 0 deletions
11
...ano-cli/test/cardano-cli-golden/files/golden/help/compatible_alonzo_governance_action.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,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. |
Oops, something went wrong.