From 43990ab4dc54cdded5ef0ed54cd355fbb415db10 Mon Sep 17 00:00:00 2001 From: Mateusz Galazyn Date: Fri, 19 Jan 2024 10:21:48 +0100 Subject: [PATCH] Update cardano-cli 8.19 --- .github/workflows/haskell.yml | 2 +- bench/locli/locli.cabal | 2 +- .../plutus-scripts-bench/plutus-scripts-bench.cabal | 2 +- bench/tx-generator/tx-generator.cabal | 4 ++-- cabal.project | 4 ++-- cardano-node-chairman/cardano-node-chairman.cabal | 4 ++-- cardano-node/cardano-node.cabal | 2 +- cardano-submit-api/cardano-submit-api.cabal | 4 ++-- cardano-testnet/cardano-testnet.cabal | 6 +++--- .../Test/LedgerEvents/Gov/ProposeNewConstitution.hs | 4 ++-- flake.lock | 12 ++++++------ 11 files changed, 23 insertions(+), 23 deletions(-) diff --git a/.github/workflows/haskell.yml b/.github/workflows/haskell.yml index 104bc031f3e..2d02bb20bed 100644 --- a/.github/workflows/haskell.yml +++ b/.github/workflows/haskell.yml @@ -38,7 +38,7 @@ jobs: env: # Modify this value to "invalidate" the cabal cache. - CABAL_CACHE_VERSION: "2024-01-09" + CABAL_CACHE_VERSION: "2024-01-19" concurrency: group: > diff --git a/bench/locli/locli.cabal b/bench/locli/locli.cabal index fe039c8d294..ba56c3c7f24 100644 --- a/bench/locli/locli.cabal +++ b/bench/locli/locli.cabal @@ -175,7 +175,7 @@ test-suite test-locli build-depends: cardano-prelude , containers , hedgehog - , hedgehog-extras ^>= 0.5.1.0 + , hedgehog-extras ^>= 0.6.0.0 , locli , text diff --git a/bench/plutus-scripts-bench/plutus-scripts-bench.cabal b/bench/plutus-scripts-bench/plutus-scripts-bench.cabal index 292cdc44a36..2a4efdcbc3e 100644 --- a/bench/plutus-scripts-bench/plutus-scripts-bench.cabal +++ b/bench/plutus-scripts-bench/plutus-scripts-bench.cabal @@ -73,7 +73,7 @@ library -- IOG dependencies -------------------------- build-depends: - , cardano-api ^>= 8.37.0.0 + , cardano-api ^>= 8.37.1.0 , plutus-ledger-api >=1.0.0 , plutus-tx >=1.0.0 , plutus-tx-plugin >=1.0.0 diff --git a/bench/tx-generator/tx-generator.cabal b/bench/tx-generator/tx-generator.cabal index 3ea56ace2ad..249951fecaa 100644 --- a/bench/tx-generator/tx-generator.cabal +++ b/bench/tx-generator/tx-generator.cabal @@ -98,9 +98,9 @@ library , attoparsec-aeson , base16-bytestring , bytestring - , cardano-api ^>= 8.37.0.0 + , cardano-api ^>= 8.37.1.0 , cardano-binary - , cardano-cli ^>= 8.18.0.0 + , cardano-cli ^>= 8.19.0.0 , cardano-crypto-class , cardano-crypto-wrapper , cardano-data diff --git a/cabal.project b/cabal.project index 868f58fdd41..ab122b3de12 100644 --- a/cabal.project +++ b/cabal.project @@ -13,8 +13,8 @@ repository cardano-haskell-packages -- See CONTRIBUTING for information about these, including some Nix commands -- you need to run if you change them index-state: - , hackage.haskell.org 2024-01-04T09:36:23Z - , cardano-haskell-packages 2024-01-04T09:36:23Z + , hackage.haskell.org 2024-01-16T14:48:13Z + , cardano-haskell-packages 2024-01-18T16:26:04Z packages: cardano-git-rev diff --git a/cardano-node-chairman/cardano-node-chairman.cabal b/cardano-node-chairman/cardano-node-chairman.cabal index 0a4f0040a4d..b625ea47a89 100644 --- a/cardano-node-chairman/cardano-node-chairman.cabal +++ b/cardano-node-chairman/cardano-node-chairman.cabal @@ -73,7 +73,7 @@ test-suite chairman-tests , cardano-crypto-class ^>= 2.1.2 , filepath , hedgehog - , hedgehog-extras ^>= 0.5.1.0 + , hedgehog-extras ^>= 0.6.0.0 , network , process , random @@ -89,5 +89,5 @@ test-suite chairman-tests ghc-options: -threaded -rtsopts -with-rtsopts=-N -with-rtsopts=-T build-tool-depends: cardano-node:cardano-node - , cardano-cli:cardano-cli ^>= 8.18.0.0 + , cardano-cli:cardano-cli ^>= 8.19.0.0 , cardano-node-chairman:cardano-node-chairman diff --git a/cardano-node/cardano-node.cabal b/cardano-node/cardano-node.cabal index 2c0500da510..5142527ef0d 100644 --- a/cardano-node/cardano-node.cabal +++ b/cardano-node/cardano-node.cabal @@ -144,7 +144,7 @@ library , async , base16-bytestring , bytestring - , cardano-api ^>= 8.37.0.0 + , cardano-api ^>= 8.37.1.0 , cardano-crypto-class , cardano-crypto-wrapper , cardano-git-rev diff --git a/cardano-submit-api/cardano-submit-api.cabal b/cardano-submit-api/cardano-submit-api.cabal index 18b58389eda..1730dde0937 100644 --- a/cardano-submit-api/cardano-submit-api.cabal +++ b/cardano-submit-api/cardano-submit-api.cabal @@ -39,9 +39,9 @@ library , aeson , async , bytestring - , cardano-api ^>= 8.37.0.0 + , cardano-api ^>= 8.37.1.0 , cardano-binary - , cardano-cli ^>= 8.18.0.0 + , cardano-cli ^>= 8.19.0.0 , cardano-crypto-class ^>= 2.1.2 , http-media , iohk-monitoring diff --git a/cardano-testnet/cardano-testnet.cabal b/cardano-testnet/cardano-testnet.cabal index 42e9ebf2630..d9a8d41abbe 100644 --- a/cardano-testnet/cardano-testnet.cabal +++ b/cardano-testnet/cardano-testnet.cabal @@ -34,8 +34,8 @@ library build-depends: aeson , ansi-terminal , bytestring - , cardano-api ^>= 8.37.0.0 - , cardano-cli ^>= 8.18.0.0 + , cardano-api ^>= 8.37.1.0 + , cardano-cli ^>= 8.19.0.0 , cardano-crypto-class , cardano-crypto-wrapper , cardano-ledger-alonzo @@ -55,7 +55,7 @@ library , exceptions , filepath , hedgehog - , hedgehog-extras ^>= 0.5.1.0 + , hedgehog-extras ^>= 0.6.0.0 , microlens , lens-aeson , mtl diff --git a/cardano-testnet/test/cardano-testnet-test/Cardano/Testnet/Test/LedgerEvents/Gov/ProposeNewConstitution.hs b/cardano-testnet/test/cardano-testnet-test/Cardano/Testnet/Test/LedgerEvents/Gov/ProposeNewConstitution.hs index fde4588ceb5..7b37419d8ea 100644 --- a/cardano-testnet/test/cardano-testnet-test/Cardano/Testnet/Test/LedgerEvents/Gov/ProposeNewConstitution.hs +++ b/cardano-testnet/test/cardano-testnet-test/Cardano/Testnet/Test/LedgerEvents/Gov/ProposeNewConstitution.hs @@ -95,12 +95,12 @@ hprop_ledger_events_propose_new_constitution = H.integrationRetryWorkspace 2 "pr H.writeFile consitutionFile "dummy constitution data" constitutionHash <- H.execCli' execConfig [ "conway", "governance" - , "hash", "--file-text", consitutionFile + , "hash", "anchor-data", "--file-text", consitutionFile ] proposalAnchorDataHash <- H.execCli' execConfig [ "conway", "governance" - , "hash", "--file-text", proposalAnchorFile + , "hash", "anchor-data", "--file-text", proposalAnchorFile ] let stakeVkeyFp = gov "stake.vkey" diff --git a/flake.lock b/flake.lock index af097a8043f..5cfe6e980e7 100644 --- a/flake.lock +++ b/flake.lock @@ -3,11 +3,11 @@ "CHaP": { "flake": false, "locked": { - "lastModified": 1704712131, - "narHash": "sha256-4LPIpUKstLc38SuXx21dKfW2CpgpS7JgiPw4vn5ICkk=", + "lastModified": 1705600665, + "narHash": "sha256-XchDMhWE6VKyF2Tywxf/NVIdv7Y6euCe6UbCOAj2q2E=", "owner": "intersectmbo", "repo": "cardano-haskell-packages", - "rev": "8c834dc64c6a30624fe181d75c4ebfae970203d6", + "rev": "cf30b3e3f70a17d4305371b6370555650e657be3", "type": "github" }, "original": { @@ -624,11 +624,11 @@ "hackageNix": { "flake": false, "locked": { - "lastModified": 1704414186, - "narHash": "sha256-ds/UYjUL+rgMm9pK+oEUCsp6/lEQVObEZmERAPNTCHg=", + "lastModified": 1705623816, + "narHash": "sha256-dEYfeXXJbkR3s8B97n5DTViexWGpM42qWnEQYZHvapw=", "owner": "input-output-hk", "repo": "hackage.nix", - "rev": "ba7fbdab73d95bdaa244e3187744ea0ea1d724ba", + "rev": "64c95ad8827d7ea9a54dbe04a75ae36d56b1d346", "type": "github" }, "original": {