From a436c06ffe507925b280d54449b4d6918d41fc73 Mon Sep 17 00:00:00 2001 From: Jordan Millar Date: Tue, 27 Jan 2026 15:00:58 -0400 Subject: [PATCH] Bump experimental hard fork version to 12 (Dijkstra) --- cardano-node/src/Cardano/Node/Protocol/Cardano.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cardano-node/src/Cardano/Node/Protocol/Cardano.hs b/cardano-node/src/Cardano/Node/Protocol/Cardano.hs index e4efea5ab0a..2477c3d438f 100644 --- a/cardano-node/src/Cardano/Node/Protocol/Cardano.hs +++ b/cardano-node/src/Cardano/Node/Protocol/Cardano.hs @@ -179,7 +179,7 @@ mkSomeConsensusProtocolCardano NodeByronProtocolConfiguration { shelleyBasedLeaderCredentials = shelleyLeaderCredentials } , Consensus.cardanoProtocolVersion = if npcExperimentalHardForksEnabled - then ProtVer (natVersion @11) 0 + then ProtVer (natVersion @12) 0 else ProtVer (natVersion @10) 7 -- The remaining arguments specify the parameters needed to transition between two eras , Consensus.cardanoLedgerTransitionConfig =