Skip to content
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

Closed
wants to merge 5 commits into from

Conversation

kacpersaw
Copy link
Contributor

@kacpersaw kacpersaw commented Aug 5, 2024

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)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How about

Suggested change
app.postSupervisor.Config().LabelsPerUnit)
app.Config.POST.LabelsPerUnit)

node/node.go Outdated Show resolved Hide resolved
Copy link

codecov bot commented Aug 5, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 82.0%. Comparing base (fc05cbf) to head (35a4964).
Report is 1 commits behind head on develop.

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.
📢 Have feedback on the report? Share it here.

@kacpersaw
Copy link
Contributor Author

bors merge

@spacemesh-bors
Copy link

spacemesh-bors bot commented Aug 5, 2024

Canceled.

@kacpersaw
Copy link
Contributor Author

bors merge

@spacemesh-bors
Copy link

spacemesh-bors bot commented Aug 5, 2024

Build failed:

@fasmat
Copy link
Member

fasmat commented Aug 5, 2024

bors merge

@spacemesh-bors
Copy link

spacemesh-bors bot commented Aug 5, 2024

Build failed:

  • systest-status

@fasmat
Copy link
Member

fasmat commented Aug 6, 2024

bors merge

@spacemesh-bors
Copy link

spacemesh-bors bot commented Aug 6, 2024

Pull request successfully merged into develop.

Build succeeded:

@spacemesh-bors spacemesh-bors bot changed the title api: v2alpha1: Add labels_per_unit to NetworkService.Info endpoint [Merged by Bors] - api: v2alpha1: Add labels_per_unit to NetworkService.Info endpoint Aug 6, 2024
@spacemesh-bors spacemesh-bors bot closed this Aug 6, 2024
@spacemesh-bors spacemesh-bors bot deleted the v2alpha-extend-network-info branch August 6, 2024 07:13
kacpersaw added a commit that referenced this pull request Aug 6, 2024
[backport] api: v2alpha1: Add labels_per_unit to NetworkService.Info endpoint (#6213)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants