Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release NodeToNodeV_10: single relay p2p release #4113

Merged
merged 1 commit into from
Oct 27, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
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
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,7 @@ instance CardanoHardForkConstraints c
, (NodeToClientV_14, CardanoNodeToClientVersion10)
]

latestReleasedNodeVersion _prx = (Just NodeToNodeV_9, Just NodeToClientV_14)
latestReleasedNodeVersion _prx = (Just NodeToNodeV_10, Just NodeToClientV_14)

{-------------------------------------------------------------------------------
ProtocolInfo
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,6 @@ data NodeToNodeVersion
-- ^ Changes:
--
-- * Enable full duplex connections.
-- NOTE: This is an experimental protocol version, which is not yet
-- released. Until initial P2P version it must be kept as the last
-- version, which allows us to keep it as an experimental version.
deriving (Eq, Ord, Enum, Bounded, Show, Typeable)

nodeToNodeVersionCodec :: CodecCBORTerm (Text, Maybe Int) NodeToNodeVersion
Expand Down