Changing PowerReduction
param causing network halt #9447
Closed
Description
opened on Jun 2, 2021
Summary of Bug
PowerReduction
is now changed into an on-chain param. Updating it via a param change proposal is causing the consensus failure. It's occuring on a validator getting jailed once after the param is updated. Here's are the logs: https://pastebin.com/5RDu2mwH
Version
Steps to Reproduce
- Create a new chain with multiple validators
- Create a param change proposal to change
PowerReduction
param
{
"title": "Staking power reduction param change proposal",
"description": "Update power reduction",
"changes": [
{
"subspace": "staking",
"key": "PowerReduction",
"value": "10000000"
}
],
"deposit": "10000000stake"
}
- Vote and let the proposal succeed
- Bring one of the validatos down and wait for it to jail
- It causes CONSENSUS FAILURE!
cc @sunnya97 @robert-zaremba @clevinson @aaronc
For Admin Use
- Not duplicate issue
- Appropriate labels applied
- Appropriate contributors tagged
- Contributor assigned/self-assigned
Activity