-
Notifications
You must be signed in to change notification settings - Fork 79
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
*: move metric neogo_version
out of pkg/network
#3712
Conversation
f5dd968
to
01bd55f
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.
But why? It should be possible to move only the neogo_version
metric itself, without massive packages move.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #3712 +/- ##
==========================================
- Coverage 82.83% 82.83% -0.01%
==========================================
Files 335 336 +1
Lines 46843 46845 +2
==========================================
- Hits 38803 38802 -1
- Misses 6448 6449 +1
- Partials 1592 1594 +2 ☔ View full report in Codecov by Sentry. |
01bd55f
to
1c610e2
Compare
Close #3682 Signed-off-by: Ekaterina Pavlova <[email protected]>
1c610e2
to
ebb7149
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.
@AliceInHunterland, the code itself looks as expected. Have you tested it, is it ready for review?
in progress |
neogo_version
out of pkg/network
Checked! |
@@ -506,7 +506,7 @@ func startServer(ctx *cli.Context) error { | |||
errChan := make(chan error) | |||
rpcServer := rpcsrv.New(chain, cfg.ApplicationConfiguration.RPC, serv, oracleSrv, log, errChan) | |||
serv.AddService(rpcServer) | |||
|
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'd say it's useless change, but OK.
Close #3682