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

chore: add doc string to rank table for lottery #11559

Merged
merged 2 commits into from
Aug 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion protos/sources/vega/vega.proto
Original file line number Diff line number Diff line change
Expand Up @@ -1179,7 +1179,7 @@ message DispatchStrategy {
uint64 lock_period = 11;
// Controls how the reward is distributed between qualifying parties
DistributionStrategy distribution_strategy = 12;
// Ordered list, using start rank, defining the rank bands and share ratio for each band. Mandatory for the rank distribution strategy.
// Ordered list, using start rank, defining the rank bands and share ratio for each band. Mandatory for the rank and rank lottery distribution strategies.
repeated Rank rank_table = 13;
// If set, the actual amount of rewards transferred to each public key during distribution for this transfer will be `min(calculated_reward_in_quantum, cap_reward_fee_multiple × fees_paid_this_epoch_in_quantum).
optional string cap_reward_fee_multiple = 14;
Expand Down
2 changes: 1 addition & 1 deletion protos/vega/vega.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading