-
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
22 changed files
with
822 additions
and
35 deletions.
There are no files selected for viewing
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
231 changes: 219 additions & 12 deletions
231
cardano-cli/test/cardano-cli-golden/files/golden/help.cli
Large diffs are not rendered by default.
Oops, something went wrong.
11 changes: 11 additions & 0 deletions
11
cardano-cli/test/cardano-cli-golden/files/golden/help/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,11 @@ | ||
Usage: cardano-cli allegra governance (create-mir-certificate | action) | ||
|
||
Governance commands. | ||
|
||
Available options: | ||
-h,--help Show this help text | ||
|
||
Available commands: | ||
create-mir-certificate Create an MIR (Move Instantaneous Rewards) | ||
certificate | ||
action Governance action commands. |
71 changes: 71 additions & 0 deletions
71
...-golden/files/golden/help/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,71 @@ | ||
Usage: cardano-cli allegra governance action create-protocol-parameters-update --epoch NATURAL | ||
[--genesis-verification-key-file FILE] | ||
[--min-fee-constant LOVELACE] | ||
[--min-fee-linear LOVELACE] | ||
[--max-block-body-size NATURAL] | ||
[--max-tx-size NATURAL] | ||
[--max-block-header-size NATURAL] | ||
[--key-reg-deposit-amt NATURAL] | ||
[--pool-reg-deposit NATURAL] | ||
[--pool-retirement-epoch-boundary EPOCH_BOUNDARY] | ||
[--number-of-pools NATURAL] | ||
[--pool-influence RATIONAL] | ||
[--treasury-expansion RATIONAL] | ||
[--monetary-expansion RATIONAL] | ||
[--protocol-major-version NATURAL | ||
--protocol-minor-version NATURAL] | ||
[--min-pool-cost NATURAL] | ||
[--min-utxo-value NATURAL] | ||
[ --extra-entropy HEX | ||
| --reset-extra-entropy | ||
] | ||
[--decentralization-parameter RATIONAL] | ||
--out-file FILE | ||
|
||
Create a protocol parameters update. | ||
|
||
Available options: | ||
--epoch NATURAL The epoch number in which the update proposal is | ||
valid. | ||
--genesis-verification-key-file FILE | ||
Filepath of the genesis verification key. | ||
--min-fee-constant LOVELACE | ||
The constant factor for the minimum fee calculation. | ||
--min-fee-linear LOVELACE | ||
The linear factor per byte for the minimum fee | ||
calculation. | ||
--max-block-body-size NATURAL | ||
Maximal block body size. | ||
--max-tx-size NATURAL Maximum transaction size. | ||
--max-block-header-size NATURAL | ||
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-boundary EPOCH_BOUNDARY | ||
Epoch bound on 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. | ||
--protocol-major-version NATURAL | ||
Major protocol version. An increase indicates a hard | ||
fork. | ||
--protocol-minor-version NATURAL | ||
Minor protocol version. An increase indicates a soft | ||
fork (old software canvalidate but not produce new | ||
blocks). | ||
--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. | ||
--out-file FILE The output file. | ||
-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
11 changes: 11 additions & 0 deletions
11
cardano-cli/test/cardano-cli-golden/files/golden/help/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,11 @@ | ||
Usage: cardano-cli alonzo governance (create-mir-certificate | action) | ||
|
||
Governance commands. | ||
|
||
Available options: | ||
-h,--help Show this help text | ||
|
||
Available commands: | ||
create-mir-certificate Create an MIR (Move Instantaneous Rewards) | ||
certificate | ||
action Governance action commands. |
103 changes: 103 additions & 0 deletions
103
...i-golden/files/golden/help/alonzo_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,103 @@ | ||
Usage: cardano-cli alonzo governance action create-protocol-parameters-update --epoch NATURAL | ||
[--genesis-verification-key-file FILE] | ||
[--min-fee-constant LOVELACE] | ||
[--min-fee-linear LOVELACE] | ||
[--max-block-body-size NATURAL] | ||
[--max-tx-size NATURAL] | ||
[--max-block-header-size NATURAL] | ||
[--key-reg-deposit-amt NATURAL] | ||
[--pool-reg-deposit NATURAL] | ||
[--pool-retirement-epoch-boundary EPOCH_BOUNDARY] | ||
[--number-of-pools NATURAL] | ||
[--pool-influence RATIONAL] | ||
[--treasury-expansion RATIONAL] | ||
[--monetary-expansion RATIONAL] | ||
[--protocol-major-version NATURAL | ||
--protocol-minor-version NATURAL] | ||
[--min-pool-cost NATURAL] | ||
[ --extra-entropy HEX | ||
| --reset-extra-entropy | ||
] | ||
[--decentralization-parameter RATIONAL] | ||
[--price-execution-steps RATIONAL | ||
--price-execution-memory RATIONAL] | ||
[--max-tx-execution-units (INT, INT)] | ||
[--max-block-execution-units (INT, INT)] | ||
[--max-value-size INT] | ||
[--collateral-percent INT] | ||
[--max-collateral-inputs INT] | ||
[--utxo-cost-per-word LOVELACE] | ||
--out-file FILE | ||
|
||
Create a protocol parameters update. | ||
|
||
Available options: | ||
--epoch NATURAL The epoch number in which the update proposal is | ||
valid. | ||
--genesis-verification-key-file FILE | ||
Filepath of the genesis verification key. | ||
--min-fee-constant LOVELACE | ||
The constant factor for the minimum fee calculation. | ||
--min-fee-linear LOVELACE | ||
The linear factor per byte for the minimum fee | ||
calculation. | ||
--max-block-body-size NATURAL | ||
Maximal block body size. | ||
--max-tx-size NATURAL Maximum transaction size. | ||
--max-block-header-size NATURAL | ||
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-boundary EPOCH_BOUNDARY | ||
Epoch bound on 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. | ||
--protocol-major-version NATURAL | ||
Major protocol version. An increase indicates a hard | ||
fork. | ||
--protocol-minor-version NATURAL | ||
Minor protocol version. An increase indicates a soft | ||
fork (old software canvalidate but not produce new | ||
blocks). | ||
--min-pool-cost NATURAL The minimum allowed cost parameter for stake pools. | ||
--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. | ||
--price-execution-steps RATIONAL | ||
Step price of execution units for script languages | ||
that use them (from Alonzo era). (Examples: '1.1', | ||
'11/10') | ||
--price-execution-memory RATIONAL | ||
Memory price of execution units for script languages | ||
that use them (from Alonzo era). (Examples: '1.1', | ||
'11/10') | ||
--max-tx-execution-units (INT, INT) | ||
Max total script execution resources units allowed | ||
per tx (from Alonzo era). They are denominated as | ||
follows (steps, memory). | ||
--max-block-execution-units (INT, INT) | ||
Max total script execution resources units allowed | ||
per block (from Alonzo era). They are denominated as | ||
follows (steps, memory). | ||
--max-value-size INT Max size of a multi-asset value in a tx output (from | ||
Alonzo era). | ||
--collateral-percent INT The percentage of the script contribution to the | ||
txfee that must be provided as collateral inputs when | ||
including Plutus scripts (from Alonzo era). | ||
--max-collateral-inputs INT | ||
The maximum number of collateral inputs allowed in a | ||
transaction (from Alonzo era). | ||
--utxo-cost-per-word LOVELACE | ||
Cost in lovelace per unit of UTxO storage (from | ||
Alonzo era). | ||
--out-file FILE The output file. | ||
-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
Oops, something went wrong.