-
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
Trace changes #4561
Trace changes #4561
Conversation
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.
6 commits is overkill for these changes. Please squash the commits to a single commit.
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.
Looks good
Removed kind field from NodeTo{Node,Client}VersionData It is not needed, it is obvious from the context that it's either node-to-node or node-to-client protocol. Fixed a typo Changed IP ToJSON instance There's no need to pack the `ip` address inside a record. It is only used by: `ToObject` instances of `TraceLocalRootResult` and `TracePublicRootFailure` constructors. Simplified ToJSON instance of LocalRootPeers Switched to using the same data as `LocalRootPeers` in the p2p topology file (although the format might be different). Use Notice severity for NetworkConfigUpdate Added severityStartupTracer Fixes #4560
@Jimbo4350 I squashed all the commits. |
bors r+ |
Build succeeded: |
This PR contains various small changes to traces.
Fixes #4560