Skip to content

Changing PowerReduction param causing network halt #9447

Closed
@anilcse

Description

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

v0.43-beta1

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions