-
Notifications
You must be signed in to change notification settings - Fork 214
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
[Merged by Bors] - api: v2alpha1: Add labels_per_unit to NetworkService.Info endpoint #6213
Conversation
node/node.go
Outdated
@@ -1559,7 +1559,8 @@ func (app *App) grpcService(svc grpcserver.Service, lg log.Log) (grpcserver.Serv | |||
service := v2alpha1.NewNetworkService( | |||
app.clock.GenesisTime(), | |||
app.Config.Genesis.GenesisID(), | |||
app.Config.LayerDuration) | |||
app.Config.LayerDuration, | |||
app.postSupervisor.Config().LabelsPerUnit) |
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.
How about
app.postSupervisor.Config().LabelsPerUnit) | |
app.Config.POST.LabelsPerUnit) |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #6213 +/- ##
=======================================
Coverage 81.9% 82.0%
=======================================
Files 308 308
Lines 33843 33844 +1
=======================================
+ Hits 27742 27755 +13
+ Misses 4325 4315 -10
+ Partials 1776 1774 -2 ☔ View full report in Codecov by Sentry. |
bors merge |
Canceled. |
bors merge |
Build failed: |
bors merge |
Build failed:
|
bors merge |
Pull request successfully merged into develop. Build succeeded:
|
[backport] api: v2alpha1: Add labels_per_unit to NetworkService.Info endpoint (#6213)
spacemeshos/api#365