From 67f53c9957ae9b4f4f10c140f7387f6ee53d9a7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Hurlin?= Date: Thu, 18 Jan 2024 15:05:37 +0100 Subject: [PATCH] Adapt golden files --- .../files/golden/help/allegra_genesis_create-cardano.cli | 4 +++- .../files/golden/help/allegra_genesis_create-staked.cli | 8 ++++++-- .../golden/help/allegra_genesis_create-testnet-data.cli | 6 ++++-- .../files/golden/help/allegra_genesis_create.cli | 4 +++- .../files/golden/help/alonzo_genesis_create-cardano.cli | 4 +++- .../files/golden/help/alonzo_genesis_create-staked.cli | 8 ++++++-- .../golden/help/alonzo_genesis_create-testnet-data.cli | 6 ++++-- .../files/golden/help/alonzo_genesis_create.cli | 4 +++- .../files/golden/help/babbage_genesis_create-cardano.cli | 4 +++- .../files/golden/help/babbage_genesis_create-staked.cli | 8 ++++++-- .../golden/help/babbage_genesis_create-testnet-data.cli | 6 ++++-- .../files/golden/help/babbage_genesis_create.cli | 4 +++- .../files/golden/help/conway_genesis_create-cardano.cli | 4 +++- .../files/golden/help/conway_genesis_create-staked.cli | 8 ++++++-- .../golden/help/conway_genesis_create-testnet-data.cli | 6 ++++-- .../files/golden/help/conway_genesis_create.cli | 4 +++- .../files/golden/help/latest_genesis_create-cardano.cli | 4 +++- .../files/golden/help/latest_genesis_create-staked.cli | 8 ++++++-- .../golden/help/latest_genesis_create-testnet-data.cli | 6 ++++-- .../files/golden/help/latest_genesis_create.cli | 4 +++- .../files/golden/help/mary_genesis_create-cardano.cli | 4 +++- .../files/golden/help/mary_genesis_create-staked.cli | 8 ++++++-- .../golden/help/mary_genesis_create-testnet-data.cli | 6 ++++-- .../files/golden/help/mary_genesis_create.cli | 4 +++- .../files/golden/help/shelley_genesis_create-cardano.cli | 4 +++- .../files/golden/help/shelley_genesis_create-staked.cli | 8 ++++++-- .../golden/help/shelley_genesis_create-testnet-data.cli | 6 ++++-- .../files/golden/help/shelley_genesis_create.cli | 4 +++- 28 files changed, 112 insertions(+), 42 deletions(-) diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_genesis_create-cardano.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_genesis_create-cardano.cli index c39a369899..1903387d59 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_genesis_create-cardano.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_genesis_create-cardano.cli @@ -28,7 +28,9 @@ Available options: seconds. --supply LOVELACE The initial coin supply in Lovelace which will be evenly distributed across initial, non-delegating - stake holders. + stake holders. Defaults to 1 million Ada (i.e. 10^12 + Lovelace). The total supply is this amount plus the + amount specified with --supply-delegated. --security-param INT Security parameter for genesis file [default is 108]. --slot-length INT slot length (ms) parameter for genesis file [default is 1000]. diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_genesis_create-staked.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_genesis_create-staked.cli index 2d5018aa6f..3e35bbb14c 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_genesis_create-staked.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_genesis_create-staked.cli @@ -36,11 +36,15 @@ Available options: seconds. --supply LOVELACE The initial coin supply in Lovelace which will be evenly distributed across initial, non-delegating - stake holders. + stake holders. Defaults to 1 million Ada (i.e. 10^12 + Lovelace). The total supply is this amount plus the + amount specified with --supply-delegated. --supply-delegated LOVELACE The initial coin supply in Lovelace which will be evenly distributed across initial, delegating stake - holders. + holders. Defaults to 1 million Ada (i.e. 10^12 + Lovelace). The total supply is this amount plus the + amount specified with --supply. --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 diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_genesis_create-testnet-data.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_genesis_create-testnet-data.cli index 431e86e9f2..15fa158b07 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_genesis_create-testnet-data.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_genesis_create-testnet-data.cli @@ -37,12 +37,14 @@ Available options: --supply LOVELACE The initial coin supply in Lovelace which will be evenly distributed across initial, non-delegating stake holders. Defaults to 1 million Ada (i.e. 10^12 - Lovelace). + Lovelace). The total supply is this amount plus the + amount specified with --supply-delegated. --supply-delegated LOVELACE The initial coin supply in Lovelace which will be evenly distributed across initial, delegating stake holders. Defaults to 1 million Ada (i.e. 10^12 - Lovelace). + Lovelace). The total supply is this amount plus the + amount specified with --supply. --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 diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_genesis_create.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_genesis_create.cli index 765320b3c1..b4bfa1a1b9 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_genesis_create.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/allegra_genesis_create.cli @@ -25,7 +25,9 @@ Available options: seconds. --supply LOVELACE The initial coin supply in Lovelace which will be evenly distributed across initial, non-delegating - stake holders. + stake holders. Defaults to 1 million Ada (i.e. 10^12 + Lovelace). The total supply is this amount plus the + amount specified with --supply-delegated. --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 diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_genesis_create-cardano.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_genesis_create-cardano.cli index 20db33dd02..7c40b32bf9 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_genesis_create-cardano.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_genesis_create-cardano.cli @@ -28,7 +28,9 @@ Available options: seconds. --supply LOVELACE The initial coin supply in Lovelace which will be evenly distributed across initial, non-delegating - stake holders. + stake holders. Defaults to 1 million Ada (i.e. 10^12 + Lovelace). The total supply is this amount plus the + amount specified with --supply-delegated. --security-param INT Security parameter for genesis file [default is 108]. --slot-length INT slot length (ms) parameter for genesis file [default is 1000]. diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_genesis_create-staked.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_genesis_create-staked.cli index ab0aae3db3..2829eefc0b 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_genesis_create-staked.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_genesis_create-staked.cli @@ -36,11 +36,15 @@ Available options: seconds. --supply LOVELACE The initial coin supply in Lovelace which will be evenly distributed across initial, non-delegating - stake holders. + stake holders. Defaults to 1 million Ada (i.e. 10^12 + Lovelace). The total supply is this amount plus the + amount specified with --supply-delegated. --supply-delegated LOVELACE The initial coin supply in Lovelace which will be evenly distributed across initial, delegating stake - holders. + holders. Defaults to 1 million Ada (i.e. 10^12 + Lovelace). The total supply is this amount plus the + amount specified with --supply. --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 diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_genesis_create-testnet-data.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_genesis_create-testnet-data.cli index 8db7137fb8..324285a946 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_genesis_create-testnet-data.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_genesis_create-testnet-data.cli @@ -37,12 +37,14 @@ Available options: --supply LOVELACE The initial coin supply in Lovelace which will be evenly distributed across initial, non-delegating stake holders. Defaults to 1 million Ada (i.e. 10^12 - Lovelace). + Lovelace). The total supply is this amount plus the + amount specified with --supply-delegated. --supply-delegated LOVELACE The initial coin supply in Lovelace which will be evenly distributed across initial, delegating stake holders. Defaults to 1 million Ada (i.e. 10^12 - Lovelace). + Lovelace). The total supply is this amount plus the + amount specified with --supply. --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 diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_genesis_create.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_genesis_create.cli index a42bdefb2f..82e0690475 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_genesis_create.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/alonzo_genesis_create.cli @@ -23,7 +23,9 @@ Available options: seconds. --supply LOVELACE The initial coin supply in Lovelace which will be evenly distributed across initial, non-delegating - stake holders. + stake holders. Defaults to 1 million Ada (i.e. 10^12 + Lovelace). The total supply is this amount plus the + amount specified with --supply-delegated. --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 diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_genesis_create-cardano.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_genesis_create-cardano.cli index bc2535fea3..1114f54442 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_genesis_create-cardano.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_genesis_create-cardano.cli @@ -28,7 +28,9 @@ Available options: seconds. --supply LOVELACE The initial coin supply in Lovelace which will be evenly distributed across initial, non-delegating - stake holders. + stake holders. Defaults to 1 million Ada (i.e. 10^12 + Lovelace). The total supply is this amount plus the + amount specified with --supply-delegated. --security-param INT Security parameter for genesis file [default is 108]. --slot-length INT slot length (ms) parameter for genesis file [default is 1000]. diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_genesis_create-staked.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_genesis_create-staked.cli index 343db296d6..a35c99e42f 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_genesis_create-staked.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_genesis_create-staked.cli @@ -36,11 +36,15 @@ Available options: seconds. --supply LOVELACE The initial coin supply in Lovelace which will be evenly distributed across initial, non-delegating - stake holders. + stake holders. Defaults to 1 million Ada (i.e. 10^12 + Lovelace). The total supply is this amount plus the + amount specified with --supply-delegated. --supply-delegated LOVELACE The initial coin supply in Lovelace which will be evenly distributed across initial, delegating stake - holders. + holders. Defaults to 1 million Ada (i.e. 10^12 + Lovelace). The total supply is this amount plus the + amount specified with --supply. --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 diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_genesis_create-testnet-data.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_genesis_create-testnet-data.cli index bcf32bb864..798ac0ef9d 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_genesis_create-testnet-data.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_genesis_create-testnet-data.cli @@ -37,12 +37,14 @@ Available options: --supply LOVELACE The initial coin supply in Lovelace which will be evenly distributed across initial, non-delegating stake holders. Defaults to 1 million Ada (i.e. 10^12 - Lovelace). + Lovelace). The total supply is this amount plus the + amount specified with --supply-delegated. --supply-delegated LOVELACE The initial coin supply in Lovelace which will be evenly distributed across initial, delegating stake holders. Defaults to 1 million Ada (i.e. 10^12 - Lovelace). + Lovelace). The total supply is this amount plus the + amount specified with --supply. --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 diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_genesis_create.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_genesis_create.cli index 8f7bfdbeb2..eb68576dd7 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_genesis_create.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/babbage_genesis_create.cli @@ -25,7 +25,9 @@ Available options: seconds. --supply LOVELACE The initial coin supply in Lovelace which will be evenly distributed across initial, non-delegating - stake holders. + stake holders. Defaults to 1 million Ada (i.e. 10^12 + Lovelace). The total supply is this amount plus the + amount specified with --supply-delegated. --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 diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_genesis_create-cardano.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_genesis_create-cardano.cli index 381f7a72f2..d2916dbfc2 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_genesis_create-cardano.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_genesis_create-cardano.cli @@ -28,7 +28,9 @@ Available options: seconds. --supply LOVELACE The initial coin supply in Lovelace which will be evenly distributed across initial, non-delegating - stake holders. + stake holders. Defaults to 1 million Ada (i.e. 10^12 + Lovelace). The total supply is this amount plus the + amount specified with --supply-delegated. --security-param INT Security parameter for genesis file [default is 108]. --slot-length INT slot length (ms) parameter for genesis file [default is 1000]. diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_genesis_create-staked.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_genesis_create-staked.cli index d006ca91d4..48f04e863f 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_genesis_create-staked.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_genesis_create-staked.cli @@ -36,11 +36,15 @@ Available options: seconds. --supply LOVELACE The initial coin supply in Lovelace which will be evenly distributed across initial, non-delegating - stake holders. + stake holders. Defaults to 1 million Ada (i.e. 10^12 + Lovelace). The total supply is this amount plus the + amount specified with --supply-delegated. --supply-delegated LOVELACE The initial coin supply in Lovelace which will be evenly distributed across initial, delegating stake - holders. + holders. Defaults to 1 million Ada (i.e. 10^12 + Lovelace). The total supply is this amount plus the + amount specified with --supply. --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 diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_genesis_create-testnet-data.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_genesis_create-testnet-data.cli index 4a2695534b..15fcb5bc5b 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_genesis_create-testnet-data.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_genesis_create-testnet-data.cli @@ -37,12 +37,14 @@ Available options: --supply LOVELACE The initial coin supply in Lovelace which will be evenly distributed across initial, non-delegating stake holders. Defaults to 1 million Ada (i.e. 10^12 - Lovelace). + Lovelace). The total supply is this amount plus the + amount specified with --supply-delegated. --supply-delegated LOVELACE The initial coin supply in Lovelace which will be evenly distributed across initial, delegating stake holders. Defaults to 1 million Ada (i.e. 10^12 - Lovelace). + Lovelace). The total supply is this amount plus the + amount specified with --supply. --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 diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_genesis_create.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_genesis_create.cli index 9998d25bb2..2cafde1a5a 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_genesis_create.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_genesis_create.cli @@ -23,7 +23,9 @@ Available options: seconds. --supply LOVELACE The initial coin supply in Lovelace which will be evenly distributed across initial, non-delegating - stake holders. + stake holders. Defaults to 1 million Ada (i.e. 10^12 + Lovelace). The total supply is this amount plus the + amount specified with --supply-delegated. --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 diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_genesis_create-cardano.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_genesis_create-cardano.cli index bc296d3225..f93896f0ed 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_genesis_create-cardano.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_genesis_create-cardano.cli @@ -28,7 +28,9 @@ Available options: seconds. --supply LOVELACE The initial coin supply in Lovelace which will be evenly distributed across initial, non-delegating - stake holders. + stake holders. Defaults to 1 million Ada (i.e. 10^12 + Lovelace). The total supply is this amount plus the + amount specified with --supply-delegated. --security-param INT Security parameter for genesis file [default is 108]. --slot-length INT slot length (ms) parameter for genesis file [default is 1000]. diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_genesis_create-staked.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_genesis_create-staked.cli index a845fc0df6..88944fa03c 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_genesis_create-staked.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_genesis_create-staked.cli @@ -36,11 +36,15 @@ Available options: seconds. --supply LOVELACE The initial coin supply in Lovelace which will be evenly distributed across initial, non-delegating - stake holders. + stake holders. Defaults to 1 million Ada (i.e. 10^12 + Lovelace). The total supply is this amount plus the + amount specified with --supply-delegated. --supply-delegated LOVELACE The initial coin supply in Lovelace which will be evenly distributed across initial, delegating stake - holders. + holders. Defaults to 1 million Ada (i.e. 10^12 + Lovelace). The total supply is this amount plus the + amount specified with --supply. --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 diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_genesis_create-testnet-data.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_genesis_create-testnet-data.cli index b259f844a5..74c1c9b341 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_genesis_create-testnet-data.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_genesis_create-testnet-data.cli @@ -37,12 +37,14 @@ Available options: --supply LOVELACE The initial coin supply in Lovelace which will be evenly distributed across initial, non-delegating stake holders. Defaults to 1 million Ada (i.e. 10^12 - Lovelace). + Lovelace). The total supply is this amount plus the + amount specified with --supply-delegated. --supply-delegated LOVELACE The initial coin supply in Lovelace which will be evenly distributed across initial, delegating stake holders. Defaults to 1 million Ada (i.e. 10^12 - Lovelace). + Lovelace). The total supply is this amount plus the + amount specified with --supply. --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 diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_genesis_create.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_genesis_create.cli index b33943070b..84177c47a1 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_genesis_create.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/latest_genesis_create.cli @@ -23,7 +23,9 @@ Available options: seconds. --supply LOVELACE The initial coin supply in Lovelace which will be evenly distributed across initial, non-delegating - stake holders. + stake holders. Defaults to 1 million Ada (i.e. 10^12 + Lovelace). The total supply is this amount plus the + amount specified with --supply-delegated. --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 diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_genesis_create-cardano.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_genesis_create-cardano.cli index dd0af81fc0..4017ae1025 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_genesis_create-cardano.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_genesis_create-cardano.cli @@ -28,7 +28,9 @@ Available options: seconds. --supply LOVELACE The initial coin supply in Lovelace which will be evenly distributed across initial, non-delegating - stake holders. + stake holders. Defaults to 1 million Ada (i.e. 10^12 + Lovelace). The total supply is this amount plus the + amount specified with --supply-delegated. --security-param INT Security parameter for genesis file [default is 108]. --slot-length INT slot length (ms) parameter for genesis file [default is 1000]. diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_genesis_create-staked.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_genesis_create-staked.cli index aae4c0c8d4..9e36735228 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_genesis_create-staked.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_genesis_create-staked.cli @@ -36,11 +36,15 @@ Available options: seconds. --supply LOVELACE The initial coin supply in Lovelace which will be evenly distributed across initial, non-delegating - stake holders. + stake holders. Defaults to 1 million Ada (i.e. 10^12 + Lovelace). The total supply is this amount plus the + amount specified with --supply-delegated. --supply-delegated LOVELACE The initial coin supply in Lovelace which will be evenly distributed across initial, delegating stake - holders. + holders. Defaults to 1 million Ada (i.e. 10^12 + Lovelace). The total supply is this amount plus the + amount specified with --supply. --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 diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_genesis_create-testnet-data.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_genesis_create-testnet-data.cli index fd0fdad7b0..cefea549e0 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_genesis_create-testnet-data.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_genesis_create-testnet-data.cli @@ -37,12 +37,14 @@ Available options: --supply LOVELACE The initial coin supply in Lovelace which will be evenly distributed across initial, non-delegating stake holders. Defaults to 1 million Ada (i.e. 10^12 - Lovelace). + Lovelace). The total supply is this amount plus the + amount specified with --supply-delegated. --supply-delegated LOVELACE The initial coin supply in Lovelace which will be evenly distributed across initial, delegating stake holders. Defaults to 1 million Ada (i.e. 10^12 - Lovelace). + Lovelace). The total supply is this amount plus the + amount specified with --supply. --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 diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_genesis_create.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_genesis_create.cli index a9047f0489..b7c0e1d071 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_genesis_create.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/mary_genesis_create.cli @@ -23,7 +23,9 @@ Available options: seconds. --supply LOVELACE The initial coin supply in Lovelace which will be evenly distributed across initial, non-delegating - stake holders. + stake holders. Defaults to 1 million Ada (i.e. 10^12 + Lovelace). The total supply is this amount plus the + amount specified with --supply-delegated. --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 diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_genesis_create-cardano.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_genesis_create-cardano.cli index f6acbcbf12..c461bf5bca 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_genesis_create-cardano.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_genesis_create-cardano.cli @@ -28,7 +28,9 @@ Available options: seconds. --supply LOVELACE The initial coin supply in Lovelace which will be evenly distributed across initial, non-delegating - stake holders. + stake holders. Defaults to 1 million Ada (i.e. 10^12 + Lovelace). The total supply is this amount plus the + amount specified with --supply-delegated. --security-param INT Security parameter for genesis file [default is 108]. --slot-length INT slot length (ms) parameter for genesis file [default is 1000]. diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_genesis_create-staked.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_genesis_create-staked.cli index f7ed470787..99861f796f 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_genesis_create-staked.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_genesis_create-staked.cli @@ -36,11 +36,15 @@ Available options: seconds. --supply LOVELACE The initial coin supply in Lovelace which will be evenly distributed across initial, non-delegating - stake holders. + stake holders. Defaults to 1 million Ada (i.e. 10^12 + Lovelace). The total supply is this amount plus the + amount specified with --supply-delegated. --supply-delegated LOVELACE The initial coin supply in Lovelace which will be evenly distributed across initial, delegating stake - holders. + holders. Defaults to 1 million Ada (i.e. 10^12 + Lovelace). The total supply is this amount plus the + amount specified with --supply. --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 diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_genesis_create-testnet-data.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_genesis_create-testnet-data.cli index 15dc905401..26392a559d 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_genesis_create-testnet-data.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_genesis_create-testnet-data.cli @@ -37,12 +37,14 @@ Available options: --supply LOVELACE The initial coin supply in Lovelace which will be evenly distributed across initial, non-delegating stake holders. Defaults to 1 million Ada (i.e. 10^12 - Lovelace). + Lovelace). The total supply is this amount plus the + amount specified with --supply-delegated. --supply-delegated LOVELACE The initial coin supply in Lovelace which will be evenly distributed across initial, delegating stake holders. Defaults to 1 million Ada (i.e. 10^12 - Lovelace). + Lovelace). The total supply is this amount plus the + amount specified with --supply. --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 diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_genesis_create.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_genesis_create.cli index aa986cd3fc..144eedd85b 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_genesis_create.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/shelley_genesis_create.cli @@ -25,7 +25,9 @@ Available options: seconds. --supply LOVELACE The initial coin supply in Lovelace which will be evenly distributed across initial, non-delegating - stake holders. + stake holders. Defaults to 1 million Ada (i.e. 10^12 + Lovelace). The total supply is this amount plus the + amount specified with --supply-delegated. --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