-
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 for ouroboros-network #187
Conversation
@@ -111,8 +111,8 @@ data TraceOptions = TraceOptions | |||
, traceDnsResolver :: !Bool | |||
} | |||
|
|||
type ConsensusTraceOptions = Consensus.Tracers' () () (Const Bool) | |||
type ProtocolTraceOptions = ProtocolTracers' () () () (Const Bool) | |||
type ConsensusTraceOptions = Consensus.Tracers' () () () (Const Bool) |
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.
Any reason for the spaces here?
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.
I thought people here liked this kind of alignment. I don't really care either way.
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! ./scripts/shelley-testnet2.sh
appears to be working as well. Just two conflicts to fix below.
5e9152d
to
7b41737
Compare
bors r+ |
187: update for ouroboros-network r=avieth a=avieth Co-authored-by: Alexander Vieth <[email protected]>
Build succeeded |
No description provided.