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

v2alpha1: Add PostService #6207

Draft
wants to merge 1 commit into
base: develop
Choose a base branch
from
Draft

v2alpha1: Add PostService #6207

wants to merge 1 commit into from

Conversation

kacpersaw
Copy link
Contributor

PostConfig is missing in v2alpha1. This PR introduces new service which returns post config.

message PostConfigResponse {
  uint32 bits_per_label = 1;
  uint64 labels_per_unit = 2;
  uint32 min_num_units = 3;
  uint32 max_num_units = 4;
  uint32 k1 = 5;
  uint32 k2 = 6;
}

Draft until spacemeshos/api#364 is merged

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.

1 participant