From e5f15d13bfac225c809be1c1403a7afaa98ff89e Mon Sep 17 00:00:00 2001 From: Martin Kourim Date: Mon, 20 Nov 2023 14:09:58 +0100 Subject: [PATCH 1/2] Fix description of `vote-delegation-certificate` command --- cardano-cli/src/Cardano/CLI/EraBased/Options/StakeAddress.hs | 2 +- cardano-cli/test/cardano-cli-golden/files/golden/help.cli | 2 +- .../files/golden/help/conway_stake-address.cli | 2 +- .../help/conway_stake-address_vote-delegation-certificate.cli | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/cardano-cli/src/Cardano/CLI/EraBased/Options/StakeAddress.hs b/cardano-cli/src/Cardano/CLI/EraBased/Options/StakeAddress.hs index 616351eda6..44cb1760b5 100644 --- a/cardano-cli/src/Cardano/CLI/EraBased/Options/StakeAddress.hs +++ b/cardano-cli/src/Cardano/CLI/EraBased/Options/StakeAddress.hs @@ -190,5 +190,5 @@ pStakeAddressVoteDelegationCertificateCmd era = do $ Opt.progDesc $ mconcat [ "Create a stake address vote delegation certificate, which when submitted in a transaction " - , "delegates stake to a stake pool and a DRep." + , "delegates stake to a DRep." ] diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help.cli index d46937f2f3..9950eaabbc 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help.cli @@ -6665,7 +6665,7 @@ Usage: cardano-cli conway stake-address vote-delegation-certificate --out-file FILE Create a stake address vote delegation certificate, which when submitted in a - transaction delegates stake to a stake pool and a DRep. + transaction delegates stake to a DRep. Usage: cardano-cli conway stake-pool ( registration-certificate diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_stake-address.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_stake-address.cli index e4d599928c..da11f4b04e 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_stake-address.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_stake-address.cli @@ -32,4 +32,4 @@ Available commands: vote-delegation-certificate Create a stake address vote delegation certificate, which when submitted in a transaction delegates stake - to a stake pool and a DRep. + to a DRep. diff --git a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_stake-address_vote-delegation-certificate.cli b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_stake-address_vote-delegation-certificate.cli index af481af0d9..2ee95ff754 100644 --- a/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_stake-address_vote-delegation-certificate.cli +++ b/cardano-cli/test/cardano-cli-golden/files/golden/help/conway_stake-address_vote-delegation-certificate.cli @@ -14,7 +14,7 @@ Usage: cardano-cli conway stake-address vote-delegation-certificate --out-file FILE Create a stake address vote delegation certificate, which when submitted in a - transaction delegates stake to a stake pool and a DRep. + transaction delegates stake to a DRep. Available options: --stake-verification-key STRING From 01ac9ca5a07d6778e0755fe6e501504f9c738c0a Mon Sep 17 00:00:00 2001 From: Mateusz Galazyn Date: Mon, 20 Nov 2023 18:30:44 +0100 Subject: [PATCH 2/2] Bump cabal cache in CI --- .github/workflows/haskell.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/haskell.yml b/.github/workflows/haskell.yml index 7725d48210..e688a8fcdc 100644 --- a/.github/workflows/haskell.yml +++ b/.github/workflows/haskell.yml @@ -20,7 +20,7 @@ jobs: env: # Modify this value to "invalidate" the cabal cache. - CABAL_CACHE_VERSION: "2023-11-17" + CABAL_CACHE_VERSION: "2023-11-20" concurrency: group: >