You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Required for better control on who's allowed into the validator set
Suggested solution
Global variable can be set for increased DefaultPowerReduction which is used in staking module:
// PowerReduction - is the amount of staking tokens required for 1 unit of consensus-engine power.// Currently, this returns a global variable that the app developer can tweak.// TODO: we might turn this into an on-chain param:// https://github.com/cosmos/cosmos-sdk/issues/8365func (kKeeper) PowerReduction(ctx sdk.Context) math.Int {
returnsdk.DefaultPowerReduction
}
After off-line discussion with @yishay-dym@OrJah we're looking to increasing this amount for the froopyland testnet.
To-do
Set DefaultPowerReduction to 1000000000000 with the BondDenom as udym. This should be 1000000 million DYM.
Overview
Required for better control on who's allowed into the validator set
Suggested solution
Global variable can be set for increased DefaultPowerReduction which is used in
staking module
:After off-line discussion with @yishay-dym @OrJah we're looking to increasing this amount for the
froopyland
testnet.To-do
Set DefaultPowerReduction to
1000000000000
with the BondDenom asudym
. This should be1000000
million DYM.Ref issues
PowerReduction
param causing network halt cosmos/cosmos-sdk#9447The text was updated successfully, but these errors were encountered: