Skip to content

Commit 9128bfc

Browse files
iohk-bors[bot]coot
andauthored
Merge #3975
3975: Revert "Support NodeToNodeV_10" r=coot a=coot This reverts commit bb4106c. Co-authored-by: Marcin Szamotulski <[email protected]>
2 parents b38c56c + 56208b7 commit 9128bfc

File tree

2 files changed

+4
-1
lines changed
  • ouroboros-consensus-cardano/src/Ouroboros/Consensus/Cardano
  • ouroboros-network/src/Ouroboros/Network/NodeToNode

2 files changed

+4
-1
lines changed

ouroboros-consensus-cardano/src/Ouroboros/Consensus/Cardano/Node.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@ instance CardanoHardForkConstraints c
480480
, (NodeToClientV_14, CardanoNodeToClientVersion10)
481481
]
482482

483-
latestReleasedNodeVersion _prx = (Just NodeToNodeV_10, Just NodeToClientV_14)
483+
latestReleasedNodeVersion _prx = (Just NodeToNodeV_9, Just NodeToClientV_14)
484484

485485
{-------------------------------------------------------------------------------
486486
ProtocolInfo

ouroboros-network/src/Ouroboros/Network/NodeToNode/Version.hs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ data NodeToNodeVersion
4545
-- ^ Changes:
4646
--
4747
-- * Enable full duplex connections.
48+
-- NOTE: This is an experimental protocol version, which is not yet
49+
-- released. Until initial P2P version it must be kept as the last
50+
-- version, which allows us to keep it as an experimental version.
4851
deriving (Eq, Ord, Enum, Bounded, Show, Typeable)
4952

5053
nodeToNodeVersionCodec :: CodecCBORTerm (Text, Maybe Int) NodeToNodeVersion

0 commit comments

Comments
 (0)