Documentation ¶
Index ¶
Constants ¶
View Source
const (
//UpgradeName is the name of the upgrade to be associated with the chain upgrade
UpgradeName = "v8.0.0"
)
Variables ¶
View Source
var MinCommissionRate = sdkmath.LegacyNewDecWithPrec(5, 2) // 5%
Functions ¶
func CreateUpgradeHandler ¶
func CreateUpgradeHandler( mm *module.Manager, legacySubspace paramstypes.Subspace, consensusParamsStore collections.Item[types.ConsensusParams], configurator module.Configurator, clientKeeper clientkeeper.Keeper, stakingKeeper *stakingkeeper.Keeper, ) upgradetypes.UpgradeHandler
CreateUpgradeHandler creates an SDK upgrade handler for v8
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.