-
Notifications
You must be signed in to change notification settings - Fork 720
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information
Showing
5 changed files
with
21 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters