Documentation ¶
Index ¶
- Variables
- func AddWasmAllowedClient(ctx sdk.Context, k clientkeeper.Keeper)
- func CreateUpgradeHandler(mm *module.Manager, configurator module.Configurator, ...) upgradetypes.UpgradeHandler
- func MigrateTradeRoutes(ctx sdk.Context, k stakeibckeeper.Keeper)
- func ResetLSMRecord(ctx sdk.Context, k recordskeeper.Keeper)
Constants ¶
This section is empty.
Variables ¶
View Source
var ( UpgradeName = "v23" CosmosChainId = "cosmoshub-4" FailedLSMDepositDenom = "cosmosvaloper1yh089p0cre4nhpdqw35uzde5amg3qzexkeggdn/37467" )
Functions ¶
func AddWasmAllowedClient ¶
func AddWasmAllowedClient(ctx sdk.Context, k clientkeeper.Keeper)
Add the wasm client to the IBC client's allowed clients
func CreateUpgradeHandler ¶
func CreateUpgradeHandler( mm *module.Manager, configurator module.Configurator, clientKeeper clientkeeper.Keeper, recordsKeeper recordskeeper.Keeper, stakeibcKeeper stakeibckeeper.Keeper, ) upgradetypes.UpgradeHandler
CreateUpgradeHandler creates an SDK upgrade handler for v23
func MigrateTradeRoutes ¶
func MigrateTradeRoutes(ctx sdk.Context, k stakeibckeeper.Keeper)
Migration to deprecate the trade config The min transfer amount can be set from the min swap amount
func ResetLSMRecord ¶
func ResetLSMRecord(ctx sdk.Context, k recordskeeper.Keeper)
Reset the failed LSM detokenization record status and decrement the amount by 1 so that it will succeed on the retry
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.