Skip to content

Commit e91ff8b

Browse files
committed
Note down when we can bump the latestReleasedNodeVersion
1 parent fc7cf35 commit e91ff8b

File tree

1 file changed

+3
-0
lines changed
  • ouroboros-consensus-cardano/src/ouroboros-consensus-cardano/Ouroboros/Consensus/Cardano

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -391,6 +391,9 @@ instance
391391
, (NodeToClientV_21, CardanoNodeToClientVersion17)
392392
]
393393

394+
-- This is not set to NodeToClientV_21 on purpose because that one is just a
395+
-- stub. Once we have a proper ouroboros-network to integrate that comes with
396+
-- said version and we remove the SRP then we can bump this value.
394397
latestReleasedNodeVersion _prx = (Just NodeToNodeV_14, Just NodeToClientV_20)
395398

396399
{-------------------------------------------------------------------------------

0 commit comments

Comments
 (0)