cosmos/testnets

Commission rates haven't been kept in gaia-13006

kwunyeung opened this issue · 4 comments

Summary of Bug

The commission rates of validators haven't been kept from gaia-13005 to gaia-13006. If the validators haven't updated the commission rates in gaia-13006, they all become this

      "commission_rates": {
        "rate": "0.000000000000000000",
        "max_rate": "100.000000000000000000",
        "max_change_rate": "0.000000000000000000"
      },

not sure if there is issue in state export.

Version

v2.0.0-rc1

Steps to Reproduce


For Admin Use

  • Not duplicate issue
  • Appropriate labels applied
  • Appropriate contributors tagged
  • Contributor assigned/self-assigned

@marbar3778 @kwunyeung thoughts on how to approach fixing rates? Should we start a new testnet with same/current Gaia version, exported state and fix commission values?

yea this would be the only option unless we start fresh, new genesis. Lets see abou this after mainnet upgrade

Yes, seems only can be fixed with a fresh start.

Closing stale issue.