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

docs: improve changelog for Inactive Provider Validators #2131

Merged
merged 3 commits into from
Aug 13, 2024
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Fix typo by adding *not*; and mention that things are parameters
p-offtermatt committed Aug 9, 2024
commit 7212780a5d015d4abc3b34b8f8c669b231d56ddb
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@
the maximum number of validators that will be passed to the provider consensus engine.
- Add `no_valupdates_genutil` and `no_valupdates_staking`, "wrapper" modules around
the Cosmos SDK's native genutil and staking modules. Both modules provide the exact
same functionality as the native modules, except returning validator set updates
same functionality as the native modules, except for *not* returning validator set updates
to the provider consensus engine.
- Return the first `max_provider_consensus_validators` validators (sorted by largest amount of stake first)
to the provider consensus engine.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
- Add `min_stake`, a power shaping configuration that enables consumers to set
- Add `min_stake`, a power shaping configuration parameter that enables consumers to set
the minimum amount of provider stake every validator needs to be eligible to opt-in.
([\#2035](https://github.com/cosmos/interchain-security/pull/2035))
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
- Add `allow_inactive_vals`, a power shaping configuration that enables consumers
- Add `allow_inactive_vals`, a power shaping configuration parameter that enables consumers
to specify whether validators outside the active provider validator set are eligible to opt-in.
([\#2066](https://github.com/cosmos/interchain-security/pull/2066))
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
- Add `min_stake`, a power shaping configuration that enables consumers to set
- Add `min_stake`, a power shaping configuration parameter that enables consumers to set
the minimum amount of provider stake every validator needs to be eligible to opt-in.
([\#2035](https://github.com/cosmos/interchain-security/pull/2035))
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
- Add `allow_inactive_vals`, a power shaping configuration that enables consumers
- Add `allow_inactive_vals`, a power shaping configuration parameter that enables consumers
to specify whether validators outside the active provider validator set are eligible to opt-in.
([\#2066](https://github.com/cosmos/interchain-security/pull/2066))