-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
bump common; use SugaredLogger methods #11556
Conversation
I see that you haven't updated any CHANGELOG files. Would it make sense to do so? |
c67507e
to
5062f07
Compare
5062f07
to
189b07e
Compare
@@ -40,7 +40,7 @@ type HeadTracker[ | |||
BLOCK_HASH types.Hashable, | |||
] struct { | |||
services.StateMachine | |||
log logger.Logger | |||
log logger.SugaredLogger |
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.
nit: what are your thoughts on changing log
-> lggr
?
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'm in favor, but we can circle back to limit scope creep on this PR.
This PR bumps
chainlink-common
and swaps inSugaredLogger
with chained method calls in places where we were wrapping calls to helper funcs.Requires: