Skip to content

Commit

Permalink
plutus-scripts-bench: Enable v12 for Conway
Browse files Browse the repository at this point in the history
Babbage is the latest supported from v10-11 of the NodeToNode protocol.
This needs testing to be sure it's sufficient.
  • Loading branch information
NadiaYvette committed Nov 29, 2023
1 parent eb41e45 commit a7529f5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ benchmarkConnectTxSubmit ioManager handshakeTracer submissionTracer codecConfig
OuroborosApplication $ fold bundle

n2nVer :: NodeToNodeVersion
n2nVer = NodeToNodeV_10
n2nVer = NodeToNodeV_12
blkN2nVer :: BlockNodeToNodeVersion blk
blkN2nVer = supportedVers Map.! n2nVer
supportedVers :: Map.Map NodeToNodeVersion (BlockNodeToNodeVersion blk)
Expand Down

0 comments on commit a7529f5

Please sign in to comment.