-
Notifications
You must be signed in to change notification settings - Fork 9
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
netmap: Support protocol changes related to NetworkInfo #339
netmap: Support protocol changes related to NetworkInfo #339
Conversation
Codecov Report
@@ Coverage Diff @@
## master #339 +/- ##
==========================================
+ Coverage 62.82% 62.98% +0.16%
==========================================
Files 120 120
Lines 13904 14110 +206
==========================================
+ Hits 8735 8887 +152
- Misses 4177 4216 +39
- Partials 992 1007 +15
Continue to review full report at Codecov.
|
0a03920
to
bb8e626
Compare
Recompile NeoFS API protobuf files. Implement `NetworkParameter` and `NetworkConfig` types. Expand `NetworkInfo` type with MillisecondsPerBlock and `NetworkConfig`. Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
bb8e626
to
2d94eed
Compare
Is it possible to update to the latest protobuf to the latest version as well, as soon as we recompile everything there? |
I'd merge #344 before. |
Sorry, I meant to leave this comment in #344, not this PR. |
Recompile NeoFS API protobuf files. Implement `NetworkParameter` and `NetworkConfig` types. Expand `NetworkInfo` type with MillisecondsPerBlock and `NetworkConfig`. Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
2d94eed
to
7d1b25f
Compare
No description provided.