-
Notifications
You must be signed in to change notification settings - Fork 12
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
fix: update server_version
#233
Conversation
Codecov Report
@@ Coverage Diff @@
## master #233 +/- ##
==========================================
- Coverage 93.47% 92.26% -1.21%
==========================================
Files 6 6
Lines 337 336 -1
==========================================
- Hits 315 310 -5
- Misses 22 26 +4 see 2 files with indirect coverage changes Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
99916e6
to
612e470
Compare
I have a few comments/questions, some of which are not directly related to the changes in this PR:
|
Good catch. I think these
Since main.rs is in test/stacks-node, I don't think we want to create a reference in that direction, but it could make sense to move a shared function somewhere and use it from both places.
I think this is reasonable. We may even want to make |
I'm going to leave those two calls to |
The `/v2/info` endpoint is updated to report "subnet-node" instead of "stacks-node".
612e470
to
347fc31
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.
Looks good, we can address those other things I mentioned in the future
The
/v2/info
endpoint is updated to report "subnet-node" instead of"stacks-node".