Documentation ¶
Index ¶
Constants ¶
View Source
const ( // UpgradeName is the shared upgrade plan name for mainnet and testnet UpgradeName = "v1.0.3" // MainnetUpgradeHeight defines the Arcis mainnet block height on which the upgrade will take place MainnetUpgradeHeight = 1_042_000 // TestnetUpgradeHeight defines the Arcis testnet block height on which the upgrade will take place TestnetUpgradeHeight = 2_176_500 // UpgradeInfo defines the binaries that will be used for the upgrade UpgradeInfo = `` /* 617-byte string literal not displayed */ )
Variables ¶
This section is empty.
Functions ¶
func CreateUpgradeHandler ¶
func CreateUpgradeHandler( mm *module.Manager, configurator module.Configurator, bk bankkeeper.Keeper, ck *claimskeeper.Keeper, sk stakingkeeper.Keeper, pk paramskeeper.Keeper, tk ibctransferkeeper.Keeper, xk slashingkeeper.Keeper, ) upgradetypes.UpgradeHandler
CreateUpgradeHandler creates an SDK upgrade handler for v6
func UpdateSlashingParams ¶
func UpdateSlashingParams(ctx sdk.Context, sk slashingkeeper.Keeper)
UpdateSlashingParams updates the Slashing params (SignedBlocksWindow) to increase to keep the same wall-time of reaction time, since the block times are expected to be 67% shorter.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.