From b1637f453613fd4b72dab450a8cff79943837421 Mon Sep 17 00:00:00 2001 From: Neil Mayhew Date: Mon, 6 Jan 2025 12:33:39 -0700 Subject: [PATCH] Increase protocol minor version This enables tracking of peers that have upgraded, but makes no other difference --- 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 051c241c847..84f312ea522 100644 --- a/cardano-node/src/Cardano/Node/Protocol/Cardano.hs +++ b/cardano-node/src/Cardano/Node/Protocol/Cardano.hs @@ -171,7 +171,7 @@ mkSomeConsensusProtocolCardano NodeByronProtocolConfiguration { shelleyGenesisHash, shelleyBasedLeaderCredentials = shelleyLeaderCredentials } - , Consensus.cardanoProtocolVersion = ProtVer (natVersion @10) 1 + , Consensus.cardanoProtocolVersion = ProtVer (natVersion @10) 2 -- The remaining arguments specify the parameters needed to transition between two eras , Consensus.cardanoLedgerTransitionConfig = Ledger.mkLatestTransitionConfig