We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc7cf35 commit e91ff8bCopy full SHA for e91ff8b
ouroboros-consensus-cardano/src/ouroboros-consensus-cardano/Ouroboros/Consensus/Cardano/Node.hs
@@ -391,6 +391,9 @@ instance
391
, (NodeToClientV_21, CardanoNodeToClientVersion17)
392
]
393
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.
397
latestReleasedNodeVersion _prx = (Just NodeToNodeV_14, Just NodeToClientV_20)
398
399
{-------------------------------------------------------------------------------
0 commit comments