From 6776e82df88e37a0afec02f9d15d9eaf8f164d81 Mon Sep 17 00:00:00 2001 From: Agustin Mista Date: Tue, 2 Dec 2025 10:02:28 +0100 Subject: [PATCH] Test integration of ouroboros-consensus@peras/backport-1780-to-0.28.0.0 --- cabal.project | 7 +++++++ cardano-node/src/Cardano/Node/Run.hs | 1 + 2 files changed, 8 insertions(+) diff --git a/cabal.project b/cabal.project index 3ef2447a9db..e4073867d2f 100644 --- a/cabal.project +++ b/cabal.project @@ -72,3 +72,10 @@ if impl (ghc >= 9.12) -- IMPORTANT -- Do NOT add more source-repository-package stanzas here unless they are strictly -- temporary! Please read the section in CONTRIBUTING about updating dependencies. + +-- Points to release/ouroboros-consensus-0.28.0.0 + backported #1780 +source-repository-package + type: git + location: https://github.com/IntersectMBO/ouroboros-consensus.git + tag: 223e60ee4ae7a485c41397cde845f77db7c9c210 + subdir: ouroboros-consensus-diffusion diff --git a/cardano-node/src/Cardano/Node/Run.hs b/cardano-node/src/Cardano/Node/Run.hs index d16f4003986..98813ca41c9 100644 --- a/cardano-node/src/Cardano/Node/Run.hs +++ b/cardano-node/src/Cardano/Node/Run.hs @@ -481,6 +481,7 @@ handleSimpleNode blockType runP tracers nc onKernel = do onKernel nodeKernel , rnPeerSharing = ncPeerSharing nc , rnGetUseBootstrapPeers = readTVar useBootstrapVar + , rnFeatureFlags = mempty } #ifdef UNIX -- initial `SIGHUP` handler, which only rereads the topology file but