-
Notifications
You must be signed in to change notification settings - Fork 720
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
Update dependencies #2274
Update dependencies #2274
Conversation
@@ -857,6 +858,7 @@ nodeToNodeTracers' trSel verb tr = | |||
, NodeToNode.tBlockFetchTracer = tracerOnOff (traceBlockFetchProtocol trSel) verb "BlockFetchProtocol" tr | |||
, NodeToNode.tBlockFetchSerialisedTracer = showOnOff (traceBlockFetchProtocolSerialised trSel) "BlockFetchProtocolSerialised" tr | |||
, NodeToNode.tTxSubmissionTracer = tracerOnOff (traceTxSubmissionProtocol trSel) verb "TxSubmissionProtocol" tr | |||
, NodeToNode.tTxSubmission2Tracer = nullTracer -- TODO @coot: tracerOnOff (traceTxSubmission2Protocol trSel) verb "TxSubmission2Protocol" tr |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Draft because this still needs to be done by somebody from the network team. cc @coot.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @coot! Shall I squash before merging?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done, I pushed two commits to this branch.
6352143
to
893bb17
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, ❤️
I found a typo in my commit, I am going to |
60cbace
to
bdc861c
Compare
Go ahead. You can even squash everything in my first commit. |
bdc861c
to
0e54113
Compare
Done |
The windows build fails:
|
a671a72
to
7373b12
Compare
995f40d
to
3897f02
Compare
53d1694
to
4b332f5
Compare
Added the |
Note that this does not incorporate the latest changes in cardano-ledger-specs. Notable changes: * IntersectMBO/ouroboros-network#2807 * IntersectMBO/ouroboros-network#2811 * IntersectMBO/ouroboros-network#2832 network tracers: moved ToObject TxSubmission instance network tracers: added ToObjcet TxSubmission2 instance Update cabal.project index-state value
4b332f5
to
6919d6a
Compare
4b6e8e0
to
b823ddd
Compare
b823ddd
to
5277df0
Compare
Could we have this pr in the update? IntersectMBO/ouroboros-network#2875 |
bors merge |
Build succeeded: |
Note that this does not incorporate the latest changes in cardano-ledger-specs.
Notable changes: