-
Notifications
You must be signed in to change notification settings - Fork 177
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
[Access] Add compatible range to Node Version Info endpoint #6294
[Access] Add compatible range to Node Version Info endpoint #6294
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #6294 +/- ##
==========================================
- Coverage 41.47% 41.46% -0.01%
==========================================
Files 2017 2017
Lines 143768 143785 +17
==========================================
- Hits 59622 59619 -3
- Misses 77972 77990 +18
- Partials 6174 6176 +2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
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 for me!
Have a minor comment about the naming of the fields on https://github.com/onflow/flow PR, so the same goes here.
…of github.com:The-K-R-O-K/flow-go into UlyanaAndrukhiv/6248-compatible-range-to-node-version
…ow, updated tests
…of github.com:The-K-R-O-K/flow-go into UlyanaAndrukhiv/6248-compatible-range-to-node-version
…of github.com:The-K-R-O-K/flow-go into UlyanaAndrukhiv/6248-compatible-range-to-node-version
…of github.com:The-K-R-O-K/flow-go into UlyanaAndrukhiv/6248-compatible-range-to-node-version
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 like I forgot to submit my review a few days ago 😅 . sorry for the delay
…drukhiv/6248-compatible-range-to-node-version
@UlyanaAndrukhiv looks good. Please fix conflicts, then I'll approve and merge |
Closes: #6248
Related PRs:
Context
In this PR :
NodeVersionInfo
endpoint was updated to return the first and last block that the node's version supports.