Skip to content

Commit 65bed7a

Browse files
committed
fixup: NodeToClientV_20
1 parent 94f9bca commit 65bed7a

File tree

7 files changed

+7
-0
lines changed
  • ouroboros-consensus/src/ouroboros-consensus/Ouroboros/Consensus/Ledger/Query
  • ouroboros-consensus-cardano

7 files changed

+7
-0
lines changed

ouroboros-consensus-cardano/golden/shelley/QueryVersion2/ShelleyNodeToClientVersion10/GenTxId

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ouroboros-consensus-cardano/golden/shelley/QueryVersion2/ShelleyNodeToClientVersion11/GenTxId

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ouroboros-consensus-cardano/golden/shelley/QueryVersion2/ShelleyNodeToClientVersion8/GenTxId

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ouroboros-consensus-cardano/golden/shelley/QueryVersion2/ShelleyNodeToClientVersion9/GenTxId

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ouroboros-consensus-cardano/golden/shelley/ShelleyNodeToNodeVersion1/GenTxId

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ouroboros-consensus-cardano/src/shelley/Ouroboros/Consensus/Shelley/Ledger/NetworkProtocolVersion.hs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ instance SupportedNetworkProtocolVersion (ShelleyBlock proto era) where
4444
, (NodeToClientV_17, ShelleyNodeToClientVersion9)
4545
, (NodeToClientV_18, ShelleyNodeToClientVersion10)
4646
, (NodeToClientV_19, ShelleyNodeToClientVersion11)
47+
, (NodeToClientV_20, ShelleyNodeToClientVersion11)
4748
]
4849

4950
latestReleasedNodeVersion = latestReleasedNodeVersionDefault

ouroboros-consensus/src/ouroboros-consensus/Ouroboros/Consensus/Ledger/Query/Version.hs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,4 @@ nodeToClientVersionToQueryVersion x = case x of
2424
NodeToClientV_17 -> QueryVersion2
2525
NodeToClientV_18 -> QueryVersion2
2626
NodeToClientV_19 -> QueryVersion2
27+
NodeToClientV_20 -> QueryVersion2

0 commit comments

Comments
 (0)