Skip to content

Commit

Permalink
DO NOT MERGE
Browse files Browse the repository at this point in the history
The support for `NodeToClientV_18` is implemented in PR#1251.
  • Loading branch information
coot committed Sep 27, 2024
1 parent d90c2a6 commit 9c13191
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -496,9 +496,10 @@ instance CardanoHardForkConstraints c
, (NodeToClientV_15, CardanoNodeToClientVersion11)
, (NodeToClientV_16, CardanoNodeToClientVersion12)
, (NodeToClientV_17, CardanoNodeToClientVersion13)
, (NodeToClientV_18, CardanoNodeToClientVersion13)
]

latestReleasedNodeVersion _prx = (Just NodeToNodeV_13, Just NodeToClientV_17)
latestReleasedNodeVersion _prx = (Just NodeToNodeV_13, Just NodeToClientV_18)

{-------------------------------------------------------------------------------
ProtocolInfo
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ instance SupportedNetworkProtocolVersion (ShelleyBlock proto era) where
, (NodeToClientV_15, ShelleyNodeToClientVersion7)
, (NodeToClientV_16, ShelleyNodeToClientVersion8)
, (NodeToClientV_17, ShelleyNodeToClientVersion9)
, (NodeToClientV_18, ShelleyNodeToClientVersion9)
]

latestReleasedNodeVersion = latestReleasedNodeVersionDefault
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,4 @@ nodeToClientVersionToQueryVersion x = case x of
NodeToClientV_15 -> QueryVersion2
NodeToClientV_16 -> QueryVersion2
NodeToClientV_17 -> QueryVersion2
NodeToClientV_18 -> QueryVersion2

0 comments on commit 9c13191

Please sign in to comment.