From ac1d094743ff0823d5672817f3651decd913593a Mon Sep 17 00:00:00 2001 From: Jordan Millar Date: Wed, 19 Jun 2024 12:47:31 +0200 Subject: [PATCH] bump CHaP index remove consensus SRP bump cardano-cli and cardano-api srps --- cabal.project | 19 ++++--------------- cardano-node/cardano-node.cabal | 6 +++--- 2 files changed, 7 insertions(+), 18 deletions(-) diff --git a/cabal.project b/cabal.project index 4e96a80e73b..caeb09ed227 100644 --- a/cabal.project +++ b/cabal.project @@ -14,7 +14,7 @@ repository cardano-haskell-packages -- you need to run if you change them index-state: , hackage.haskell.org 2024-06-13T08:49:27Z - , cardano-haskell-packages 2024-06-18T14:00:00Z + , cardano-haskell-packages 2024-06-19T09:05:06Z packages: cardano-node @@ -67,27 +67,16 @@ allow-newer: katip:Win32 -- `smtp-mail` should depend on `crypton-connection` rather than `connection`! -source-repository-package - type: git - location: https://github.com/IntersectMBO/ouroboros-consensus - tag: a29d1c1492b81c37fe4d654b8ce4cda5db45e1c4 - --sha256: sha256-IKQU00NUnfIO/A2QmxVzjSm+ZFR4teq9LXJx5w0M07A= - subdir: - ouroboros-consensus - ouroboros-consensus-cardano - ouroboros-consensus-diffusion - ouroboros-consensus-protocol - source-repository-package type: git location: https://github.com/IntersectMBO/cardano-api - tag: 5056bd9c3cdff6b2dd6b535d98a5d0a4967e13b0 - --sha256: sha256-m9EwAIARpxcduj6cWC7xwX1+lWhCIZt0enB1cGGDFys= + tag: 8168db308348b453dd2afd31e938a53fb6ab4c4d + --sha256: sha256-KQxU5aL5a/aTPKuzvZ64jD8vUjQMxsw3YOQZo6unprs= subdir: cardano-api source-repository-package type: git location: https://github.com/IntersectMBO/cardano-cli - tag: 449e93fcfd38963bf05b1e0efce5fd6e48c36cf1 + tag: 53836e3c3eb63eecc51073983fc8b1152d7e8a62 --sha256: sha256-jUOuyRALpedF2bdwGgeDiFmjrltRsd6WnALdgbH5VSA= subdir: cardano-cli diff --git a/cardano-node/cardano-node.cabal b/cardano-node/cardano-node.cabal index 9795bbe5b02..a0f60b2c69a 100644 --- a/cardano-node/cardano-node.cabal +++ b/cardano-node/cardano-node.cabal @@ -186,9 +186,9 @@ library , network-mux >= 0.4 , nothunks , optparse-applicative-fork >= 0.18.1 - , ouroboros-consensus ^>= 0.18 - , ouroboros-consensus-cardano ^>= 0.16 - , ouroboros-consensus-diffusion ^>= 0.16 + , ouroboros-consensus ^>= 0.19 + , ouroboros-consensus-cardano ^>= 0.17 + , ouroboros-consensus-diffusion ^>= 0.17 , ouroboros-consensus-protocol , ouroboros-network-api ^>= 0.7.1 , ouroboros-network ^>= 0.16