github medibloc/panacea-core v2.0.3

latest releases: v2.2.0-1, v2.2.0, v2.0.7-2...
2 years ago

Improvements

  • #291 Use medibloc/cosmos-sdk@v0.42.11-panacea.1 for min_commission_rate + add upgrade handler which sets min_commission_rate to 3%
    • The medibloc/cosmos-sdk is a simple fork of cosmos/cosmos-sdk with the new min-commission-rate parameter in the x/staking module. This fork is almost the same as the fork that Osmosis team had implemented.
    • The value of min-commission-rate is set to 3%.
      • Nobody can execute create-validator and edit-validator transactions with a commission rate smaller than min-commission-rate.
    • The commission rate of validators whose current commission rate is smaller than min-commission-rate is changed to 3% automatically.
      • If their commission max rate is also smaller than min-commission-rate, it is changed to 6% (= 2 * 3%) automatically.

Don't miss a new panacea-core release

NewReleases is sending notifications on new releases.