Documentation ¶
Index ¶
- Constants
- Variables
- func CreateNewAccount(ctx context.Context, authKeeper keeper.AccountKeeper, address sdk.AccAddress, ...) error
- func CreateUpgradeHandler(mm *module.Manager, configurator module.Configurator, _ upgrades.AppManager, ...) upgradetypes.UpgradeHandler
- func FlushIBCPackets(ctx sdk.Context, keepers *keepers.AppKeepers)
- func GetStuckedPackets() map[uint64]StuckedPacket
- func GetUnexportedField(field reflect.Value) interface{}
- func InitializeValidatorDistributionInfo(ctx context.Context, keepers *keepers.AppKeepers, validatorAddr sdk.ValAddress) error
- func InitializeValidatorSigningInfo(ctx context.Context, slashingKeeper slashingkeeper.Keeper, ...) error
- type StuckedPacket
Constants ¶
View Source
const DefiantLabAccAddress = "odin16dcwlyrwx8duucsr363zqqsf2prc5gv52uv6zk" // Prod
View Source
const DefiantLabOldAccAddress = "odin1dnmz4yzv73lr3lmauuaa0wpwn8zm8s20fyv396"
View Source
const DefiantLabPubKey = "Aw22yXnDmYKzQ1CeHh6A+PD1043vsbSBH5FmuAWIlkS7" // Prod
View Source
const OdinMainnet3NewAccAddress = "odin1hgdq6yekx3hpz5mhph660el664pc02a4npxdas"
View Source
const OdinMainnet3OldAccAddress = "odin1s0p07h5n4v2nqh0jr2gprq5cphv2mgs9twppcx"
const OdinMainnet3NewAccAddress = "odin1hgdq6yekx3hpz5mhph660el664pc02a4npxdas" // Test
View Source
const OdinMainnet3ValPubKey = "f7pqqa+1Rkl+5j13R6iBnnKAR7bhNrOV8Cc0RfpSzjs=" // Prod
PubKeys
Variables ¶
View Source
var Upgrade = upgrades.Upgrade{ UpgradeName: "v0.7.11", CreateUpgradeHandler: CreateUpgradeHandler, }
Functions ¶
func CreateNewAccount ¶
func CreateNewAccount(ctx context.Context, authKeeper keeper.AccountKeeper, address sdk.AccAddress, secpPubKey []byte) error
func CreateUpgradeHandler ¶
func CreateUpgradeHandler( mm *module.Manager, configurator module.Configurator, _ upgrades.AppManager, keepers *keepers.AppKeepers, ) upgradetypes.UpgradeHandler
func FlushIBCPackets ¶
func FlushIBCPackets(ctx sdk.Context, keepers *keepers.AppKeepers)
func GetStuckedPackets ¶
func GetStuckedPackets() map[uint64]StuckedPacket
func GetUnexportedField ¶
func InitializeValidatorDistributionInfo ¶
func InitializeValidatorDistributionInfo(ctx context.Context, keepers *keepers.AppKeepers, validatorAddr sdk.ValAddress) error
func InitializeValidatorSigningInfo ¶
func InitializeValidatorSigningInfo(ctx context.Context, slashingKeeper slashingkeeper.Keeper, consAddr sdk.ConsAddress) error
Types ¶
Click to show internal directories.
Click to hide internal directories.