Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Note down when we can bump the latestReleasedNodeVersion
  • Loading branch information
jasagredo committed Jun 16, 2025
commit e91ff8bb5c8f5679de97c52003933a7c5658580b
Original file line number Diff line number Diff line change
Expand Up @@ -391,6 +391,9 @@ instance
, (NodeToClientV_21, CardanoNodeToClientVersion17)
]

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

{-------------------------------------------------------------------------------
Expand Down
Loading