Documentation
¶
Index ¶
- Constants
- Variables
- func DollarInRune(ctx cosmos.Context, mgr Manager) cosmos.Uint
- func ErrInternal(err error, msg string) error
- func GetKeeper(version semver.Version, cdc codec.BinaryCodec, coinKeeper bankkeeper.Keeper, ...) (keeper.Keeper, error)
- func InitGenesis(ctx cosmos.Context, keeper keeper.Keeper, data GenesisState) []abci.ValidatorUpdate
- func NewExternalHandler(mgr Manager) cosmos.Handler
- func NewInternalHandler(mgr Manager) cosmos.Handler
- func NewQuerier(mgr *Mgrs, kbs cosmos.KeybaseStore) cosmos.Querier
- func ValidateGenesis(data GenesisState) error
- type AddLiquidityHandler
- type AddLiquidityMemo
- type AppModule
- func (am AppModule) BeginBlock(ctx sdk.Context, req abci.RequestBeginBlock)
- func (AppModule) ConsensusVersion() uint64
- func (am AppModule) EndBlock(ctx sdk.Context, req abci.RequestEndBlock) []abci.ValidatorUpdate
- func (am AppModule) ExportGenesis(ctx sdk.Context, cdc codec.JSONCodec) json.RawMessage
- func (am AppModule) InitGenesis(ctx sdk.Context, cdc codec.JSONCodec, data json.RawMessage) []abci.ValidatorUpdate
- func (am AppModule) LegacyQuerierHandler(legacyQuerierCdc *codec.LegacyAmino) sdk.Querier
- func (AppModule) Name() string
- func (am AppModule) NewHandler() sdk.Handler
- func (am AppModule) NewQuerierHandler() sdk.Querier
- func (am AppModule) QuerierRoute() string
- func (am AppModule) RegisterInvariants(ir sdk.InvariantRegistry)
- func (am AppModule) RegisterServices(cfg module.Configurator)
- func (am AppModule) Route() cosmos.Route
- type AppModuleBasic
- func (AppModuleBasic) DefaultGenesis(cdc codec.JSONCodec) json.RawMessage
- func (AppModuleBasic) GetQueryCmd() *cobra.Command
- func (AppModuleBasic) GetTxCmd() *cobra.Command
- func (AppModuleBasic) Name() string
- func (AppModuleBasic) RegisterGRPCGatewayRoutes(clientCtx client.Context, mux *runtime.ServeMux)
- func (a AppModuleBasic) RegisterInterfaces(reg cdctypes.InterfaceRegistry)
- func (AppModuleBasic) RegisterLegacyAminoCodec(cdc *codec.LegacyAmino)
- func (AppModuleBasic) RegisterRESTRoutes(ctx client.Context, rtr *mux.Router)
- func (AppModuleBasic) ValidateGenesis(cdc codec.JSONCodec, config client.TxEncodingConfig, bz json.RawMessage) error
- type BanHandler
- type BanVoter
- type Blame
- type BondHandler
- type BondMemo
- type BondProvider
- type BondProviders
- type ChainContract
- type CommonOutboundTxHandler
- type ConsolidateHandler
- type ConsolidateMemo
- type DepositHandler
- type DonateHandler
- type DonateMemo
- type EmitEventItem
- type ErrataTxHandler
- type ErrataTxVoter
- type EventAddLiquidity
- type EventBond
- type EventDonate
- type EventErrata
- type EventFee
- type EventGas
- type EventManager
- type EventMgrV1
- func (m *EventMgrV1) EmitEvent(ctx cosmos.Context, evt EmitEventItem) error
- func (m *EventMgrV1) EmitFeeEvent(ctx cosmos.Context, feeEvent *EventFee) error
- func (m *EventMgrV1) EmitGasEvent(ctx cosmos.Context, gasEvent *EventGas) error
- func (m *EventMgrV1) EmitSwapEvent(ctx cosmos.Context, swap *EventSwap) error
- type EventOutbound
- type EventPool
- type EventRefund
- type EventReserve
- type EventRewards
- type EventSlash
- type EventSwap
- type EventWithdraw
- type GasManager
- type GasMgrV81
- func (gm *GasMgrV81) AddGasAsset(gas common.Gas, increaseTxCount bool)
- func (gm *GasMgrV81) BeginBlock(mgr Manager)
- func (gm *GasMgrV81) EndBlock(ctx cosmos.Context, keeper keeper.Keeper, eventManager EventManager)
- func (gm *GasMgrV81) GetFee(ctx cosmos.Context, chain common.Chain, asset common.Asset) cosmos.Uint
- func (gm *GasMgrV81) GetGas() common.Gas
- func (gm *GasMgrV81) GetGasRate(ctx cosmos.Context, chain common.Chain) cosmos.Uint
- func (gm *GasMgrV81) GetMaxGas(ctx cosmos.Context, chain common.Chain) (common.Coin, error)
- func (gm *GasMgrV81) GetNetworkFee(ctx cosmos.Context, chain common.Chain) (types.NetworkFee, error)
- func (gm *GasMgrV81) ProcessGas(ctx cosmos.Context, keeper keeper.Keeper)
- func (gm *GasMgrV81) SubGas(gas common.Gas)
- type GasMgrV89
- func (gm *GasMgrV89) AddGasAsset(gas common.Gas, increaseTxCount bool)
- func (gm *GasMgrV89) BeginBlock(mgr Manager)
- func (gm *GasMgrV89) EndBlock(ctx cosmos.Context, keeper keeper.Keeper, eventManager EventManager)
- func (gm *GasMgrV89) GetFee(ctx cosmos.Context, chain common.Chain, asset common.Asset) cosmos.Uint
- func (gm *GasMgrV89) GetGas() common.Gas
- func (gm *GasMgrV89) GetGasRate(ctx cosmos.Context, chain common.Chain) cosmos.Uint
- func (gm *GasMgrV89) GetMaxGas(ctx cosmos.Context, chain common.Chain) (common.Coin, error)
- func (gm *GasMgrV89) GetNetworkFee(ctx cosmos.Context, chain common.Chain) (types.NetworkFee, error)
- func (gm *GasMgrV89) ProcessGas(ctx cosmos.Context, keeper keeper.Keeper)
- func (gm *GasMgrV89) SubGas(gas common.Gas)
- type GasMgrV94
- func (gm *GasMgrV94) AddGasAsset(gas common.Gas, increaseTxCount bool)
- func (gm *GasMgrV94) BeginBlock(mgr Manager)
- func (gm *GasMgrV94) EndBlock(ctx cosmos.Context, keeper keeper.Keeper, eventManager EventManager)
- func (gm *GasMgrV94) GetFee(ctx cosmos.Context, chain common.Chain, asset common.Asset) cosmos.Uint
- func (gm *GasMgrV94) GetGas() common.Gas
- func (gm *GasMgrV94) GetGasRate(ctx cosmos.Context, chain common.Chain) cosmos.Uint
- func (gm *GasMgrV94) GetMaxGas(ctx cosmos.Context, chain common.Chain) (common.Coin, error)
- func (gm *GasMgrV94) GetNetworkFee(ctx cosmos.Context, chain common.Chain) (types.NetworkFee, error)
- func (gm *GasMgrV94) ProcessGas(ctx cosmos.Context, keeper keeper.Keeper)
- func (gm *GasMgrV94) SubGas(gas common.Gas)
- type GasMgrV99
- func (gm *GasMgrV99) AddGasAsset(gas common.Gas, increaseTxCount bool)
- func (gm *GasMgrV99) BeginBlock(mgr Manager)
- func (gm *GasMgrV99) EndBlock(ctx cosmos.Context, keeper keeper.Keeper, eventManager EventManager)
- func (gm *GasMgrV99) GetFee(ctx cosmos.Context, chain common.Chain, asset common.Asset) cosmos.Uint
- func (gm *GasMgrV99) GetGas() common.Gas
- func (gm *GasMgrV99) GetGasRate(ctx cosmos.Context, chain common.Chain) cosmos.Uint
- func (gm *GasMgrV99) GetMaxGas(ctx cosmos.Context, chain common.Chain) (common.Coin, error)
- func (gm *GasMgrV99) GetNetworkFee(ctx cosmos.Context, chain common.Chain) (types.NetworkFee, error)
- func (gm *GasMgrV99) ProcessGas(ctx cosmos.Context, keeper keeper.Keeper)
- func (gm *GasMgrV99) SubGas(gas common.Gas)
- type GasPool
- type IPAddressHandler
- type Jail
- type Keygen
- type KeygenBlock
- type LeaveHandler
- type LeaveMemo
- type LiquidityProvider
- type LiquidityProviders
- type ManageTHORNameHandler
- type ManageTHORNameMemo
- type Manager
- type Mgrs
- func (mgr *Mgrs) BeginBlock(ctx cosmos.Context) error
- func (mgr *Mgrs) EventMgr() EventManager
- func (mgr *Mgrs) GasMgr() GasManager
- func (mgr *Mgrs) GetConstants() constants.ConstantValues
- func (mgr *Mgrs) GetVersion() semver.Version
- func (mgr *Mgrs) Keeper() keeper.Keeper
- func (mgr *Mgrs) NetworkMgr() NetworkManager
- func (mgr *Mgrs) ObMgr() ObserverManager
- func (mgr *Mgrs) OrderBookMgr() OrderBook
- func (mgr *Mgrs) PoolMgr() PoolManager
- func (mgr *Mgrs) Slasher() Slasher
- func (mgr *Mgrs) SwapQ() SwapQueue
- func (mgr *Mgrs) TxOutStore() TxOutStore
- func (mgr *Mgrs) ValidatorMgr() ValidatorManager
- func (mgr *Mgrs) YggManager() YggManager
- type MigrateHandler
- type MigrateMemo
- type MimirHandler
- type MsgAddLiquidity
- type MsgBan
- type MsgBond
- type MsgConsolidate
- type MsgDeposit
- type MsgDonate
- type MsgErrataTx
- type MsgHandler
- type MsgLeave
- type MsgManageTHORName
- type MsgMigrate
- type MsgMimir
- type MsgNetworkFee
- type MsgNoOp
- type MsgNodePauseChain
- type MsgObservedTxIn
- type MsgObservedTxOut
- type MsgOutboundTx
- type MsgRagnarok
- type MsgRefundTx
- type MsgReserveContributor
- type MsgSend
- type MsgSetIPAddress
- type MsgSetNodeKeys
- type MsgSetVersion
- type MsgSolvency
- type MsgSwap
- type MsgSwitch
- type MsgTssKeysignFail
- type MsgTssPool
- type MsgUnBond
- type MsgWithdrawLiquidity
- type MsgYggdrasil
- type Network
- type NetworkFee
- type NetworkFeeHandler
- type NetworkManager
- type NetworkMgrV76
- func (vm *NetworkMgrV76) EndBlock(ctx cosmos.Context, mgr Manager) error
- func (vm *NetworkMgrV76) RecallChainFunds(ctx cosmos.Context, chain common.Chain, mgr Manager, ...) error
- func (vm *NetworkMgrV76) RotateVault(ctx cosmos.Context, vault Vault) error
- func (vm *NetworkMgrV76) TriggerKeygen(ctx cosmos.Context, nas NodeAccounts) error
- func (vm *NetworkMgrV76) UpdateNetwork(ctx cosmos.Context, constAccessor constants.ConstantValues, ...) error
- type NetworkMgrV87
- func (vm *NetworkMgrV87) EndBlock(ctx cosmos.Context, mgr Manager) error
- func (vm *NetworkMgrV87) RecallChainFunds(ctx cosmos.Context, chain common.Chain, mgr Manager, ...) error
- func (vm *NetworkMgrV87) RotateVault(ctx cosmos.Context, vault Vault) error
- func (vm *NetworkMgrV87) TriggerKeygen(ctx cosmos.Context, nas NodeAccounts) error
- func (vm *NetworkMgrV87) UpdateNetwork(ctx cosmos.Context, constAccessor constants.ConstantValues, ...) error
- type NetworkMgrV89
- func (vm *NetworkMgrV89) EndBlock(ctx cosmos.Context, mgr Manager) error
- func (vm *NetworkMgrV89) RecallChainFunds(ctx cosmos.Context, chain common.Chain, mgr Manager, ...) error
- func (vm *NetworkMgrV89) RotateVault(ctx cosmos.Context, vault Vault) error
- func (vm *NetworkMgrV89) TriggerKeygen(ctx cosmos.Context, nas NodeAccounts) error
- func (vm *NetworkMgrV89) UpdateNetwork(ctx cosmos.Context, constAccessor constants.ConstantValues, ...) error
- type NetworkMgrV90
- func (vm *NetworkMgrV90) EndBlock(ctx cosmos.Context, mgr Manager) error
- func (vm *NetworkMgrV90) RecallChainFunds(ctx cosmos.Context, chain common.Chain, mgr Manager, ...) error
- func (vm *NetworkMgrV90) RotateVault(ctx cosmos.Context, vault Vault) error
- func (vm *NetworkMgrV90) TriggerKeygen(ctx cosmos.Context, nas NodeAccounts) error
- func (vm *NetworkMgrV90) UpdateNetwork(ctx cosmos.Context, constAccessor constants.ConstantValues, ...) error
- type NetworkMgrV91
- func (vm *NetworkMgrV91) EndBlock(ctx cosmos.Context, mgr Manager) error
- func (vm *NetworkMgrV91) RecallChainFunds(ctx cosmos.Context, chain common.Chain, mgr Manager, ...) error
- func (vm *NetworkMgrV91) RotateVault(ctx cosmos.Context, vault Vault) error
- func (vm *NetworkMgrV91) TriggerKeygen(ctx cosmos.Context, nas NodeAccounts) error
- func (vm *NetworkMgrV91) UpdateNetwork(ctx cosmos.Context, constAccessor constants.ConstantValues, ...) error
- type NetworkMgrV92
- func (vm *NetworkMgrV92) EndBlock(ctx cosmos.Context, mgr Manager) error
- func (vm *NetworkMgrV92) RecallChainFunds(ctx cosmos.Context, chain common.Chain, mgr Manager, ...) error
- func (vm *NetworkMgrV92) RotateVault(ctx cosmos.Context, vault Vault) error
- func (vm *NetworkMgrV92) TriggerKeygen(ctx cosmos.Context, nas NodeAccounts) error
- func (vm *NetworkMgrV92) UpdateNetwork(ctx cosmos.Context, constAccessor constants.ConstantValues, ...) error
- type NetworkMgrV93
- func (vm *NetworkMgrV93) EndBlock(ctx cosmos.Context, mgr Manager) error
- func (vm *NetworkMgrV93) RecallChainFunds(ctx cosmos.Context, chain common.Chain, mgr Manager, ...) error
- func (vm *NetworkMgrV93) RotateVault(ctx cosmos.Context, vault Vault) error
- func (vm *NetworkMgrV93) TriggerKeygen(ctx cosmos.Context, nas NodeAccounts) error
- func (vm *NetworkMgrV93) UpdateNetwork(ctx cosmos.Context, constAccessor constants.ConstantValues, ...) error
- type NetworkMgrV94
- func (vm *NetworkMgrV94) EndBlock(ctx cosmos.Context, mgr Manager) error
- func (vm *NetworkMgrV94) RecallChainFunds(ctx cosmos.Context, chain common.Chain, mgr Manager, ...) error
- func (vm *NetworkMgrV94) RotateVault(ctx cosmos.Context, vault Vault) error
- func (vm *NetworkMgrV94) TriggerKeygen(ctx cosmos.Context, nas NodeAccounts) error
- func (vm *NetworkMgrV94) UpdateNetwork(ctx cosmos.Context, constAccessor constants.ConstantValues, ...) error
- type NetworkMgrV95
- func (vm *NetworkMgrV95) EndBlock(ctx cosmos.Context, mgr Manager) error
- func (vm *NetworkMgrV95) POLCycle(ctx cosmos.Context, mgr Manager) error
- func (vm *NetworkMgrV95) RecallChainFunds(ctx cosmos.Context, chain common.Chain, mgr Manager, ...) error
- func (vm *NetworkMgrV95) RotateVault(ctx cosmos.Context, vault Vault) error
- func (vm *NetworkMgrV95) TriggerKeygen(ctx cosmos.Context, nas NodeAccounts) error
- func (vm *NetworkMgrV95) UpdateNetwork(ctx cosmos.Context, constAccessor constants.ConstantValues, ...) error
- type NetworkMgrV96
- func (vm *NetworkMgrV96) EndBlock(ctx cosmos.Context, mgr Manager) error
- func (vm *NetworkMgrV96) POLCycle(ctx cosmos.Context, mgr Manager) error
- func (vm *NetworkMgrV96) RecallChainFunds(ctx cosmos.Context, chain common.Chain, mgr Manager, ...) error
- func (vm *NetworkMgrV96) RotateVault(ctx cosmos.Context, vault Vault) error
- func (vm *NetworkMgrV96) TriggerKeygen(ctx cosmos.Context, nas NodeAccounts) error
- func (vm *NetworkMgrV96) UpdateNetwork(ctx cosmos.Context, constAccessor constants.ConstantValues, ...) error
- type NetworkMgrV98
- func (vm *NetworkMgrV98) EndBlock(ctx cosmos.Context, mgr Manager) error
- func (vm *NetworkMgrV98) POLCycle(ctx cosmos.Context, mgr Manager) error
- func (vm *NetworkMgrV98) RecallChainFunds(ctx cosmos.Context, chain common.Chain, mgr Manager, ...) error
- func (vm *NetworkMgrV98) RotateVault(ctx cosmos.Context, vault Vault) error
- func (vm *NetworkMgrV98) TriggerKeygen(ctx cosmos.Context, nas NodeAccounts) error
- func (vm *NetworkMgrV98) UpdateNetwork(ctx cosmos.Context, constAccessor constants.ConstantValues, ...) error
- type NetworkMgrV99
- func (vm *NetworkMgrV99) EndBlock(ctx cosmos.Context, mgr Manager) error
- func (vm *NetworkMgrV99) POLCycle(ctx cosmos.Context, mgr Manager) error
- func (vm *NetworkMgrV99) RecallChainFunds(ctx cosmos.Context, chain common.Chain, mgr Manager, ...) error
- func (vm *NetworkMgrV99) RotateVault(ctx cosmos.Context, vault Vault) error
- func (vm *NetworkMgrV99) TriggerKeygen(ctx cosmos.Context, nas NodeAccounts) error
- func (vm *NetworkMgrV99) UpdateNetwork(ctx cosmos.Context, constAccessor constants.ConstantValues, ...) error
- type NoOpHandler
- type NoOpMemo
- type Node
- type NodeAccount
- type NodeAccounts
- type NodeMimir
- type NodeMimirs
- type NodePauseChainHandler
- type NodeStatus
- type ObservedNetworkFeeVoter
- type ObservedTx
- type ObservedTxInHandler
- type ObservedTxOutHandler
- type ObservedTxVoter
- type ObservedTxVoters
- type ObservedTxs
- type ObserverManager
- type ObserverMgrV1
- type OrderBook
- type OrderBookV1
- type OutboundMemo
- type OutboundTxHandler
- type Pool
- type PoolAmt
- type PoolManager
- type PoolMgrV73
- type PoolMgrV95
- type PoolMgrV98
- type PoolMod
- type PoolMods
- type PoolStatus
- type Pools
- type PreRegisterTHORName
- type ProtoStrings
- type ProtocolOwnedLiquidity
- type QueryChainAddress
- type QueryKeygenBlock
- type QueryKeysign
- type QueryNodeAccount
- type QueryNodeAccountPreflightCheck
- type QueryQueue
- type QueryResLastBlockHeights
- type QuerySaver
- type QueryTxOutItem
- type QueryVaultPubKeyContract
- type QueryVaultsPubKeys
- type QueryVersion
- type QueryYggdrasilVaults
- type RagnarokHandler
- type RagnarokMemo
- type RagnarokWithdrawPosition
- type RefundHandler
- type RefundMemo
- type ReserveContributor
- type ReserveContributorHandler
- type ReserveContributors
- type ReserveMemo
- type RouterUpgradeController
- type SendHandler
- type SetNodeKeysHandler
- type Slasher
- type SlasherV75
- func (s *SlasherV75) BeginBlock(ctx cosmos.Context, req abci.RequestBeginBlock, ...)
- func (s *SlasherV75) DecSlashPoints(ctx cosmos.Context, point int64, addresses ...cosmos.AccAddress)
- func (s *SlasherV75) HandleDoubleSign(ctx cosmos.Context, addr crypto.Address, infractionHeight int64, ...) error
- func (s *SlasherV75) IncSlashPoints(ctx cosmos.Context, point int64, addresses ...cosmos.AccAddress)
- func (s *SlasherV75) LackObserving(ctx cosmos.Context, constAccessor constants.ConstantValues) error
- func (s *SlasherV75) LackSigning(ctx cosmos.Context, mgr Manager) error
- func (s *SlasherV75) SlashVault(ctx cosmos.Context, vaultPK common.PubKey, coins common.Coins, mgr Manager) error
- type SlasherV86
- func (s *SlasherV86) BeginBlock(ctx cosmos.Context, req abci.RequestBeginBlock, ...)
- func (s *SlasherV86) DecSlashPoints(ctx cosmos.Context, point int64, addresses ...cosmos.AccAddress)
- func (s *SlasherV86) HandleDoubleSign(ctx cosmos.Context, addr crypto.Address, infractionHeight int64, ...) error
- func (s *SlasherV86) IncSlashPoints(ctx cosmos.Context, point int64, addresses ...cosmos.AccAddress)
- func (s *SlasherV86) LackObserving(ctx cosmos.Context, constAccessor constants.ConstantValues) error
- func (s *SlasherV86) LackSigning(ctx cosmos.Context, mgr Manager) error
- func (s *SlasherV86) SlashVault(ctx cosmos.Context, vaultPK common.PubKey, coins common.Coins, mgr Manager) error
- type SlasherV87
- func (s *SlasherV87) BeginBlock(ctx cosmos.Context, req abci.RequestBeginBlock, ...)
- func (s *SlasherV87) DecSlashPoints(ctx cosmos.Context, point int64, addresses ...cosmos.AccAddress)
- func (s *SlasherV87) HandleDoubleSign(ctx cosmos.Context, addr crypto.Address, infractionHeight int64, ...) error
- func (s *SlasherV87) IncSlashPoints(ctx cosmos.Context, point int64, addresses ...cosmos.AccAddress)
- func (s *SlasherV87) LackObserving(ctx cosmos.Context, constAccessor constants.ConstantValues) error
- func (s *SlasherV87) LackSigning(ctx cosmos.Context, mgr Manager) error
- func (s *SlasherV87) SlashVault(ctx cosmos.Context, vaultPK common.PubKey, coins common.Coins, mgr Manager) error
- type SlasherV88
- func (s *SlasherV88) BeginBlock(ctx cosmos.Context, req abci.RequestBeginBlock, ...)
- func (s *SlasherV88) DecSlashPoints(ctx cosmos.Context, point int64, addresses ...cosmos.AccAddress)
- func (s *SlasherV88) HandleDoubleSign(ctx cosmos.Context, addr crypto.Address, infractionHeight int64, ...) error
- func (s *SlasherV88) IncSlashPoints(ctx cosmos.Context, point int64, addresses ...cosmos.AccAddress)
- func (s *SlasherV88) LackObserving(ctx cosmos.Context, constAccessor constants.ConstantValues) error
- func (s *SlasherV88) LackSigning(ctx cosmos.Context, mgr Manager) error
- func (s *SlasherV88) SlashVault(ctx cosmos.Context, vaultPK common.PubKey, coins common.Coins, mgr Manager) error
- type SlasherV89
- func (s *SlasherV89) BeginBlock(ctx cosmos.Context, req abci.RequestBeginBlock, ...)
- func (s *SlasherV89) DecSlashPoints(ctx cosmos.Context, point int64, addresses ...cosmos.AccAddress)
- func (s *SlasherV89) HandleDoubleSign(ctx cosmos.Context, addr crypto.Address, infractionHeight int64, ...) error
- func (s *SlasherV89) IncSlashPoints(ctx cosmos.Context, point int64, addresses ...cosmos.AccAddress)
- func (s *SlasherV89) LackObserving(ctx cosmos.Context, constAccessor constants.ConstantValues) error
- func (s *SlasherV89) LackSigning(ctx cosmos.Context, mgr Manager) error
- func (s *SlasherV89) SlashVault(ctx cosmos.Context, vaultPK common.PubKey, coins common.Coins, mgr Manager) error
- type SlasherV92
- func (s *SlasherV92) BeginBlock(ctx cosmos.Context, req abci.RequestBeginBlock, ...)
- func (s *SlasherV92) DecSlashPoints(ctx cosmos.Context, point int64, addresses ...cosmos.AccAddress)
- func (s *SlasherV92) HandleDoubleSign(ctx cosmos.Context, addr crypto.Address, infractionHeight int64, ...) error
- func (s *SlasherV92) IncSlashPoints(ctx cosmos.Context, point int64, addresses ...cosmos.AccAddress)
- func (s *SlasherV92) LackObserving(ctx cosmos.Context, constAccessor constants.ConstantValues) error
- func (s *SlasherV92) LackSigning(ctx cosmos.Context, mgr Manager) error
- func (s *SlasherV92) SlashVault(ctx cosmos.Context, vaultPK common.PubKey, coins common.Coins, mgr Manager) error
- type SolvencyHandler
- type StoreManager
- type StoreMgr
- type SwapHandler
- type SwapMemo
- type SwapQueue
- type SwapQv58
- type SwapQv94
- type SwapQv95
- type Swapper
- type SwapperV81
- func (s *SwapperV81) CalcAssetEmission(X, x, Y cosmos.Uint) cosmos.Uint
- func (s *SwapperV81) CalcLiquidityFee(X, x, Y cosmos.Uint) cosmos.Uint
- func (s *SwapperV81) CalcSwapSlip(Xi, xi cosmos.Uint) cosmos.Uint
- func (s *SwapperV81) Swap(ctx cosmos.Context, keeper keeper.Keeper, tx common.Tx, target common.Asset, ...) (cosmos.Uint, []*EventSwap, error)
- type SwapperV90
- func (s *SwapperV90) CalcAssetEmission(X, x, Y cosmos.Uint) cosmos.Uint
- func (s *SwapperV90) CalcLiquidityFee(X, x, Y cosmos.Uint) cosmos.Uint
- func (s *SwapperV90) CalcSwapSlip(Xi, xi cosmos.Uint) cosmos.Uint
- func (s *SwapperV90) Swap(ctx cosmos.Context, keeper keeper.Keeper, tx common.Tx, target common.Asset, ...) (cosmos.Uint, []*EventSwap, error)
- type SwapperV91
- func (s *SwapperV91) CalcAssetEmission(X, x, Y cosmos.Uint) cosmos.Uint
- func (s *SwapperV91) CalcLiquidityFee(X, x, Y cosmos.Uint) cosmos.Uint
- func (s *SwapperV91) CalcSwapSlip(Xi, xi cosmos.Uint) cosmos.Uint
- func (s *SwapperV91) Swap(ctx cosmos.Context, keeper keeper.Keeper, tx common.Tx, target common.Asset, ...) (cosmos.Uint, []*EventSwap, error)
- type SwapperV92
- func (s *SwapperV92) CalcAssetEmission(X, x, Y cosmos.Uint) cosmos.Uint
- func (s *SwapperV92) CalcLiquidityFee(X, x, Y cosmos.Uint) cosmos.Uint
- func (s *SwapperV92) CalcSwapSlip(Xi, xi cosmos.Uint) cosmos.Uint
- func (s *SwapperV92) Swap(ctx cosmos.Context, keeper keeper.Keeper, tx common.Tx, target common.Asset, ...) (cosmos.Uint, []*EventSwap, error)
- type SwapperV94
- func (s *SwapperV94) CalcAssetEmission(X, x, Y cosmos.Uint) cosmos.Uint
- func (s *SwapperV94) CalcLiquidityFee(X, x, Y cosmos.Uint) cosmos.Uint
- func (s *SwapperV94) CalcSwapSlip(Xi, xi cosmos.Uint) cosmos.Uint
- func (s *SwapperV94) Swap(ctx cosmos.Context, keeper keeper.Keeper, tx common.Tx, target common.Asset, ...) (cosmos.Uint, []*EventSwap, error)
- type SwapperV95
- func (s *SwapperV95) CalcAssetEmission(X, x, Y cosmos.Uint) cosmos.Uint
- func (s *SwapperV95) CalcLiquidityFee(X, x, Y cosmos.Uint) cosmos.Uint
- func (s *SwapperV95) CalcSwapSlip(Xi, xi cosmos.Uint) cosmos.Uint
- func (s *SwapperV95) Swap(ctx cosmos.Context, keeper keeper.Keeper, tx common.Tx, target common.Asset, ...) (cosmos.Uint, []*EventSwap, error)
- type SwapperV98
- func (s *SwapperV98) CalcAssetEmission(X, x, Y cosmos.Uint) cosmos.Uint
- func (s *SwapperV98) CalcLiquidityFee(X, x, Y cosmos.Uint) cosmos.Uint
- func (s *SwapperV98) CalcSwapSlip(Xi, xi cosmos.Uint) cosmos.Uint
- func (s *SwapperV98) Swap(ctx cosmos.Context, keeper keeper.Keeper, tx common.Tx, target common.Asset, ...) (cosmos.Uint, []*EventSwap, error)
- type SwitchHandler
- type SwitchMemo
- type THORName
- type THORNameAlias
- type TssHandler
- type TssKeysignFailVoter
- type TssKeysignHandler
- type TssVoter
- type TxOut
- type TxOutItem
- type TxOutStorageV78
- func (tos *TxOutStorageV78) CalcTxOutHeight(ctx cosmos.Context, _ semver.Version, toi TxOutItem) (int64, error)
- func (tos *TxOutStorageV78) ClearOutboundItems(ctx cosmos.Context)
- func (tos *TxOutStorageV78) EndBlock(ctx cosmos.Context, mgr Manager) error
- func (tos *TxOutStorageV78) GetBlockOut(ctx cosmos.Context) (*TxOut, error)
- func (tos *TxOutStorageV78) GetOutboundItemByToAddress(ctx cosmos.Context, to common.Address) []TxOutItem
- func (tos *TxOutStorageV78) GetOutboundItems(ctx cosmos.Context) ([]TxOutItem, error)
- func (tos *TxOutStorageV78) TryAddTxOutItem(ctx cosmos.Context, mgr Manager, toi TxOutItem, _ cosmos.Uint) (bool, error)
- func (tos *TxOutStorageV78) UnSafeAddTxOutItem(ctx cosmos.Context, mgr Manager, toi TxOutItem) error
- type TxOutStorageV83
- func (tos *TxOutStorageV83) CalcTxOutHeight(ctx cosmos.Context, version semver.Version, toi TxOutItem) (int64, error)
- func (tos *TxOutStorageV83) ClearOutboundItems(ctx cosmos.Context)
- func (tos *TxOutStorageV83) EndBlock(ctx cosmos.Context, mgr Manager) error
- func (tos *TxOutStorageV83) GetBlockOut(ctx cosmos.Context) (*TxOut, error)
- func (tos *TxOutStorageV83) GetOutboundItemByToAddress(ctx cosmos.Context, to common.Address) []TxOutItem
- func (tos *TxOutStorageV83) GetOutboundItems(ctx cosmos.Context) ([]TxOutItem, error)
- func (tos *TxOutStorageV83) TryAddTxOutItem(ctx cosmos.Context, mgr Manager, toi TxOutItem, _ cosmos.Uint) (bool, error)
- func (tos *TxOutStorageV83) UnSafeAddTxOutItem(ctx cosmos.Context, mgr Manager, toi TxOutItem) error
- type TxOutStorageV84
- func (tos *TxOutStorageV84) CalcTxOutHeight(ctx cosmos.Context, version semver.Version, toi TxOutItem) (int64, error)
- func (tos *TxOutStorageV84) ClearOutboundItems(ctx cosmos.Context)
- func (tos *TxOutStorageV84) EndBlock(ctx cosmos.Context, mgr Manager) error
- func (tos *TxOutStorageV84) GetBlockOut(ctx cosmos.Context) (*TxOut, error)
- func (tos *TxOutStorageV84) GetOutboundItemByToAddress(ctx cosmos.Context, to common.Address) []TxOutItem
- func (tos *TxOutStorageV84) GetOutboundItems(ctx cosmos.Context) ([]TxOutItem, error)
- func (tos *TxOutStorageV84) TryAddTxOutItem(ctx cosmos.Context, mgr Manager, toi TxOutItem, _ cosmos.Uint) (bool, error)
- func (tos *TxOutStorageV84) UnSafeAddTxOutItem(ctx cosmos.Context, mgr Manager, toi TxOutItem) error
- type TxOutStorageV85
- func (tos *TxOutStorageV85) CalcTxOutHeight(ctx cosmos.Context, version semver.Version, toi TxOutItem) (int64, error)
- func (tos *TxOutStorageV85) ClearOutboundItems(ctx cosmos.Context)
- func (tos *TxOutStorageV85) EndBlock(ctx cosmos.Context, mgr Manager) error
- func (tos *TxOutStorageV85) GetBlockOut(ctx cosmos.Context) (*TxOut, error)
- func (tos *TxOutStorageV85) GetOutboundItemByToAddress(ctx cosmos.Context, to common.Address) []TxOutItem
- func (tos *TxOutStorageV85) GetOutboundItems(ctx cosmos.Context) ([]TxOutItem, error)
- func (tos *TxOutStorageV85) TryAddTxOutItem(ctx cosmos.Context, mgr Manager, toi TxOutItem, _ cosmos.Uint) (bool, error)
- func (tos *TxOutStorageV85) UnSafeAddTxOutItem(ctx cosmos.Context, mgr Manager, toi TxOutItem) error
- type TxOutStorageV88
- func (tos *TxOutStorageV88) CalcTxOutHeight(ctx cosmos.Context, version semver.Version, toi TxOutItem) (int64, error)
- func (tos *TxOutStorageV88) ClearOutboundItems(ctx cosmos.Context)
- func (tos *TxOutStorageV88) EndBlock(ctx cosmos.Context, mgr Manager) error
- func (tos *TxOutStorageV88) GetBlockOut(ctx cosmos.Context) (*TxOut, error)
- func (tos *TxOutStorageV88) GetOutboundItemByToAddress(ctx cosmos.Context, to common.Address) []TxOutItem
- func (tos *TxOutStorageV88) GetOutboundItems(ctx cosmos.Context) ([]TxOutItem, error)
- func (tos *TxOutStorageV88) TryAddTxOutItem(ctx cosmos.Context, mgr Manager, toi TxOutItem, _ cosmos.Uint) (bool, error)
- func (tos *TxOutStorageV88) UnSafeAddTxOutItem(ctx cosmos.Context, mgr Manager, toi TxOutItem) error
- type TxOutStorageV93
- func (tos *TxOutStorageV93) CalcTxOutHeight(ctx cosmos.Context, version semver.Version, toi TxOutItem) (int64, error)
- func (tos *TxOutStorageV93) ClearOutboundItems(ctx cosmos.Context)
- func (tos *TxOutStorageV93) EndBlock(ctx cosmos.Context, mgr Manager) error
- func (tos *TxOutStorageV93) GetBlockOut(ctx cosmos.Context) (*TxOut, error)
- func (tos *TxOutStorageV93) GetOutboundItemByToAddress(ctx cosmos.Context, to common.Address) []TxOutItem
- func (tos *TxOutStorageV93) GetOutboundItems(ctx cosmos.Context) ([]TxOutItem, error)
- func (tos *TxOutStorageV93) TryAddTxOutItem(ctx cosmos.Context, mgr Manager, toi TxOutItem, minOut cosmos.Uint) (bool, error)
- func (tos *TxOutStorageV93) UnSafeAddTxOutItem(ctx cosmos.Context, mgr Manager, toi TxOutItem) error
- type TxOutStorageV94
- func (tos *TxOutStorageV94) CalcTxOutHeight(ctx cosmos.Context, version semver.Version, toi TxOutItem) (int64, error)
- func (tos *TxOutStorageV94) ClearOutboundItems(ctx cosmos.Context)
- func (tos *TxOutStorageV94) EndBlock(ctx cosmos.Context, mgr Manager) error
- func (tos *TxOutStorageV94) GetBlockOut(ctx cosmos.Context) (*TxOut, error)
- func (tos *TxOutStorageV94) GetOutboundItemByToAddress(ctx cosmos.Context, to common.Address) []TxOutItem
- func (tos *TxOutStorageV94) GetOutboundItems(ctx cosmos.Context) ([]TxOutItem, error)
- func (tos *TxOutStorageV94) TryAddTxOutItem(ctx cosmos.Context, mgr Manager, toi TxOutItem, minOut cosmos.Uint) (bool, error)
- func (tos *TxOutStorageV94) UnSafeAddTxOutItem(ctx cosmos.Context, mgr Manager, toi TxOutItem) error
- type TxOutStorageV95
- func (tos *TxOutStorageV95) CalcTxOutHeight(ctx cosmos.Context, version semver.Version, toi TxOutItem) (int64, error)
- func (tos *TxOutStorageV95) ClearOutboundItems(ctx cosmos.Context)
- func (tos *TxOutStorageV95) EndBlock(ctx cosmos.Context, mgr Manager) error
- func (tos *TxOutStorageV95) GetBlockOut(ctx cosmos.Context) (*TxOut, error)
- func (tos *TxOutStorageV95) GetOutboundItemByToAddress(ctx cosmos.Context, to common.Address) []TxOutItem
- func (tos *TxOutStorageV95) GetOutboundItems(ctx cosmos.Context) ([]TxOutItem, error)
- func (tos *TxOutStorageV95) TryAddTxOutItem(ctx cosmos.Context, mgr Manager, toi TxOutItem, minOut cosmos.Uint) (bool, error)
- func (tos *TxOutStorageV95) UnSafeAddTxOutItem(ctx cosmos.Context, mgr Manager, toi TxOutItem) error
- type TxOutStorageV97
- func (tos *TxOutStorageV97) CalcTxOutHeight(ctx cosmos.Context, version semver.Version, toi TxOutItem) (int64, error)
- func (tos *TxOutStorageV97) ClearOutboundItems(ctx cosmos.Context)
- func (tos *TxOutStorageV97) EndBlock(ctx cosmos.Context, mgr Manager) error
- func (tos *TxOutStorageV97) GetBlockOut(ctx cosmos.Context) (*TxOut, error)
- func (tos *TxOutStorageV97) GetOutboundItemByToAddress(ctx cosmos.Context, to common.Address) []TxOutItem
- func (tos *TxOutStorageV97) GetOutboundItems(ctx cosmos.Context) ([]TxOutItem, error)
- func (tos *TxOutStorageV97) TryAddTxOutItem(ctx cosmos.Context, mgr Manager, toi TxOutItem, minOut cosmos.Uint) (bool, error)
- func (tos *TxOutStorageV97) UnSafeAddTxOutItem(ctx cosmos.Context, mgr Manager, toi TxOutItem) error
- type TxOutStorageV98
- func (tos *TxOutStorageV98) CalcTxOutHeight(ctx cosmos.Context, version semver.Version, toi TxOutItem) (int64, error)
- func (tos *TxOutStorageV98) ClearOutboundItems(ctx cosmos.Context)
- func (tos *TxOutStorageV98) EndBlock(ctx cosmos.Context, mgr Manager) error
- func (tos *TxOutStorageV98) GetBlockOut(ctx cosmos.Context) (*TxOut, error)
- func (tos *TxOutStorageV98) GetOutboundItemByToAddress(ctx cosmos.Context, to common.Address) []TxOutItem
- func (tos *TxOutStorageV98) GetOutboundItems(ctx cosmos.Context) ([]TxOutItem, error)
- func (tos *TxOutStorageV98) TryAddTxOutItem(ctx cosmos.Context, mgr Manager, toi TxOutItem, minOut cosmos.Uint) (bool, error)
- func (tos *TxOutStorageV98) UnSafeAddTxOutItem(ctx cosmos.Context, mgr Manager, toi TxOutItem) error
- type TxOutStore
- type UnBondHandler
- type UnbondMemo
- type ValidatorManager
- type Vault
- type VaultStatus
- type Vaults
- type VersionHandler
- type WithdrawLiquidityHandler
- type WithdrawLiquidityMemo
- type YggManager
- type YggMgrV79
- type YggdrasilFundMemo
- type YggdrasilHandler
- type YggdrasilReturnMemo
Constants ¶
const ( ModuleName = types.ModuleName ReserveName = types.ReserveName AsgardName = types.AsgardName BondName = types.BondName RouterKey = types.RouterKey StoreKey = types.StoreKey DefaultCodespace = types.DefaultCodespace // pool status PoolAvailable = types.PoolStatus_Available PoolStaged = types.PoolStatus_Staged PoolSuspended = types.PoolStatus_Suspended // Admin config keys MaxWithdrawBasisPoints = types.MaxWithdrawBasisPoints // Vaults AsgardVault = types.VaultType_AsgardVault YggdrasilVault = types.VaultType_YggdrasilVault UnknownVault = types.VaultType_UnknownVault ActiveVault = types.VaultStatus_ActiveVault InactiveVault = types.VaultStatus_InactiveVault RetiringVault = types.VaultStatus_RetiringVault InitVault = types.VaultStatus_InitVault // Node status NodeActive = types.NodeStatus_Active NodeWhiteListed = types.NodeStatus_Whitelisted NodeDisabled = types.NodeStatus_Disabled NodeReady = types.NodeStatus_Ready NodeStandby = types.NodeStatus_Standby NodeUnknown = types.NodeStatus_Unknown // Node type NodeTypeUnknown = types.NodeType_TypeUnknown NodeTypeValidator = types.NodeType_TypeValidator NodeTypeVault = types.NodeType_TypeVault // Bond type BondPaid = types.BondType_bond_paid BondReturned = types.BondType_bond_returned BondCost = types.BondType_bond_cost BondReward = types.BondType_bond_reward AsgardKeygen = types.KeygenType_AsgardKeygen // Bond type AddPendingLiquidity = types.PendingLiquidityType_add WithdrawPendingLiquidity = types.PendingLiquidityType_withdraw // Order Type MarketOrder = types.OrderType_market LimitOrder = types.OrderType_limit // Memos TxSwap = mem.TxSwap TxAdd = mem.TxAdd TxBond = mem.TxBond TxYggdrasilFund = mem.TxYggdrasilFund TxYggdrasilReturn = mem.TxYggdrasilReturn TxMigrate = mem.TxMigrate TxRagnarok = mem.TxRagnarok TxReserve = mem.TxReserve TxOutbound = mem.TxOutbound TxRefund = mem.TxRefund TxUnBond = mem.TxUnbond TxLeave = mem.TxLeave TxWithdraw = mem.TxWithdraw TxTHORName = mem.TxTHORName )
const ( // CodeBadVersion error code for bad version CodeInternalError uint32 = 99 CodeTxFail uint32 = 100 CodeBadVersion uint32 = 101 CodeInvalidMessage uint32 = 102 CodeInvalidVault uint32 = 104 CodeInvalidMemo uint32 = 105 CodeInvalidPoolStatus uint32 = 107 CodeSwapFail uint32 = 108 CodeSwapFailNotEnoughFee uint32 = 110 CodeSwapFailInvalidAmount uint32 = 113 CodeSwapFailInvalidBalance uint32 = 114 CodeSwapFailNotEnoughBalance uint32 = 115 CodeAddLiquidityFailValidation uint32 = 120 CodeFailGetLiquidityProvider uint32 = 122 CodeAddLiquidityMismatchAddr uint32 = 123 CodeLiquidityInvalidPoolAsset uint32 = 124 CodeAddLiquidityRUNEOverLimit uint32 = 125 CodeAddLiquidityRUNEMoreThanBond uint32 = 126 CodeWithdrawFailValidation uint32 = 130 CodeFailAddOutboundTx uint32 = 131 CodeFailSaveEvent uint32 = 132 CodeNoLiquidityUnitLeft uint32 = 135 CodeWithdrawWithin24Hours uint32 = 136 CodeWithdrawFail uint32 = 137 CodeEmptyChain uint32 = 138 )
THORChain error code start at 99
const ( EventTypeActiveVault = "ActiveVault" EventTypeInactiveVault = "InactiveVault" )
const values used to emit events
const ( MimirRecallFund = `MimirRecallFund` MimirUpgradeContract = `MimirUpgradeContract` MimirRecallFundTemplate = `MimirRecallFund%s` MimirUpgradeContractTemplate = `MimirUpgradeContract%s` )
const BEP2RuneOwnerAddress = "bnb1e4q8whcufp6d72w8nwmpuhxd96r4n0fstegyuy"
BEP2RuneOwnerAddress this is the BEP2 RUNE owner address , during migration all upgraded BEP2 RUNE will be send to this owner address THORChain admin will burn those upgraded RUNE appropriately , It need to send to owner address is because only owner can burn it
Variables ¶
var ( NewPool = types.NewPool NewNetwork = types.NewNetwork NewProtocolOwnedLiquidity = types.NewProtocolOwnedLiquidity NewObservedTx = types.NewObservedTx NewTssVoter = types.NewTssVoter NewBanVoter = types.NewBanVoter NewErrataTxVoter = types.NewErrataTxVoter NewObservedTxVoter = types.NewObservedTxVoter NewMsgMimir = types.NewMsgMimir NewMsgNodePauseChain = types.NewMsgNodePauseChain NewMsgDeposit = types.NewMsgDeposit NewMsgTssPool = types.NewMsgTssPool NewMsgTssKeysignFail = types.NewMsgTssKeysignFail NewMsgObservedTxIn = types.NewMsgObservedTxIn NewMsgObservedTxOut = types.NewMsgObservedTxOut NewMsgNoOp = types.NewMsgNoOp NewMsgConsolidate = types.NewMsgConsolidate NewMsgDonate = types.NewMsgDonate NewMsgAddLiquidity = types.NewMsgAddLiquidity NewMsgWithdrawLiquidity = types.NewMsgWithdrawLiquidity NewMsgSwap = types.NewMsgSwap NewKeygen = types.NewKeygen NewKeygenBlock = types.NewKeygenBlock NewMsgSetNodeKeys = types.NewMsgSetNodeKeys NewMsgManageTHORName = types.NewMsgManageTHORName NewTxOut = types.NewTxOut NewEventRewards = types.NewEventRewards NewEventPool = types.NewEventPool NewEventDonate = types.NewEventDonate NewEventSwap = types.NewEventSwap NewEventLimitOrder = types.NewEventLimitOrder NewEventAddLiquidity = types.NewEventAddLiquidity NewEventWithdraw = types.NewEventWithdraw NewEventRefund = types.NewEventRefund NewEventBond = types.NewEventBond NewEventSwitch = types.NewEventSwitch NewEventSwitchV87 = types.NewEventSwitchV87 NewEventGas = types.NewEventGas NewEventScheduledOutbound = types.NewEventScheduledOutbound NewEventSecurity = types.NewEventSecurity NewEventSlash = types.NewEventSlash NewEventSlashPoint = types.NewEventSlashPoint NewEventReserve = types.NewEventReserve NewEventErrata = types.NewEventErrata NewEventFee = types.NewEventFee NewEventOutbound = types.NewEventOutbound NewEventSetMimir = types.NewEventSetMimir NewEventSetNodeMimir = types.NewEventSetNodeMimir NewEventTssKeygenMetric = types.NewEventTssKeygenMetric NewEventTssKeysignMetric = types.NewEventTssKeysignMetric NewEventPoolBalanceChanged = types.NewEventPoolBalanceChanged NewEventPendingLiquidity = types.NewEventPendingLiquidity NewEventTHORName = types.NewEventTHORName NewPoolMod = types.NewPoolMod NewMsgRefundTx = types.NewMsgRefundTx NewMsgOutboundTx = types.NewMsgOutboundTx NewMsgMigrate = types.NewMsgMigrate NewMsgRagnarok = types.NewMsgRagnarok NewQueryNodeAccount = types.NewQueryNodeAccount NewQueryTxOutItem = types.NewQueryTxOutItem NewQuerySaver = types.NewQuerySaver ModuleCdc = types.ModuleCdc RegisterCodec = types.RegisterCodec RegisterInterfaces = types.RegisterInterfaces NewBondProviders = types.NewBondProviders NewBondProvider = types.NewBondProvider NewNodeAccount = types.NewNodeAccount NewVault = types.NewVault NewReserveContributor = types.NewReserveContributor NewMsgYggdrasil = types.NewMsgYggdrasil NewMsgReserveContributor = types.NewMsgReserveContributor NewMsgBond = types.NewMsgBond NewMsgUnBond = types.NewMsgUnBond NewMsgErrataTx = types.NewMsgErrataTx NewMsgBan = types.NewMsgBan NewMsgSwitch = types.NewMsgSwitch NewMsgLeave = types.NewMsgLeave NewMsgSetVersion = types.NewMsgSetVersion NewMsgSetIPAddress = types.NewMsgSetIPAddress NewMsgNetworkFee = types.NewMsgNetworkFee NewNetworkFee = types.NewNetworkFee NewTHORName = types.NewTHORName GetPoolStatus = types.GetPoolStatus GetRandomVault = types.GetRandomVault GetRandomYggVault = types.GetRandomYggVault GetRandomTx = types.GetRandomTx GetRandomObservedTx = types.GetRandomObservedTx GetRandomTxOutItem = types.GetRandomTxOutItem GetRandomObservedTxVoter = types.GetRandomObservedTxVoter GetRandomValidatorNode = types.GetRandomValidatorNode GetRandomVaultNode = types.GetRandomVaultNode GetRandomTHORAddress = types.GetRandomTHORAddress GetRandomRUNEAddress = types.GetRandomRUNEAddress GetRandomBNBAddress = types.GetRandomBNBAddress GetRandomTERRAAddress = types.GetRandomTERRAAddress GetRandomGAIAAddress = types.GetRandomGAIAAddress GetRandomBTCAddress = types.GetRandomBTCAddress GetRandomLTCAddress = types.GetRandomLTCAddress GetRandomTxHash = types.GetRandomTxHash GetRandomBech32Addr = types.GetRandomBech32Addr GetRandomBech32ConsensusPubKey = types.GetRandomBech32ConsensusPubKey GetRandomPubKey = types.GetRandomPubKey GetRandomPubKeySet = types.GetRandomPubKeySet GetCurrentVersion = types.GetCurrentVersion SetupConfigForTest = types.SetupConfigForTest HasSimpleMajority = types.HasSimpleMajority HasSuperMajority = types.HasSuperMajority HasMinority = types.HasMinority DefaultGenesis = types.DefaultGenesis NewSolvencyVoter = types.NewSolvencyVoter NewMsgSolvency = types.NewMsgSolvency // Memo ParseMemo = mem.ParseMemo ParseMemoWithTHORNames = mem.ParseMemoWithTHORNames FetchAddress = mem.FetchAddress NewRefundMemo = mem.NewRefundMemo NewOutboundMemo = mem.NewOutboundMemo NewRagnarokMemo = mem.NewRagnarokMemo NewYggdrasilReturn = mem.NewYggdrasilReturn NewYggdrasilFund = mem.NewYggdrasilFund NewMigrateMemo = mem.NewMigrateMemo FetchDexAggregator = aggregators.FetchDexAggregator )
var ADMINS = []string{
"thor1xghvhe4p50aqh5zq2t2vls938as0dkr2mzgpgh",
"thor19pkncem64gajdwrd5kasspyj0t75hhkpqjn5qh",
}
ADMINS hard coded admin address
var ErrNotEnoughToPayFee = errors.New("not enough asset to pay for fees")
ErrNotEnoughToPayFee will happen when the emitted asset is not enough to pay for fee
var IsValidTHORNameV1 = regexp.MustCompile(`^[a-zA-Z0-9+_-]+$`).MatchString
var VALIDATORS = []string{}
var WhitelistedArbs = []string{
"thor1egxvam70a86jafa8gcg3kqfmfax3s0m2g3m754",
"bc1qq2z2f4gs4nd7t0a9jjp90y9l9zzjtegu4nczha",
"qz7262r7uufxk89ematxrf6yquk7zfwrjqm97vskzw",
"0x04c5998ded94f89263370444ce64a99b7dbc9f46",
"bnb1pa6hpjs7qv0vkd5ks5tqa2xtt2gk5n08yw7v7f",
"ltc1qaa064vvv4d6stgywnf777j6dl8rd3tt93fp6jx",
}
Functions ¶
func DollarInRune ¶ added in v0.66.0
DollarInRune gets the amount of rune that is equal to 1 USD
func ErrInternal ¶
ErrInternal return an error of errInternal with additional message
func GetKeeper ¶ added in v0.54.1
func GetKeeper(version semver.Version, cdc codec.BinaryCodec, coinKeeper bankkeeper.Keeper, accountKeeper authkeeper.AccountKeeper, storeKey cosmos.StoreKey) (keeper.Keeper, error)
GetKeeper return Keeper
func InitGenesis ¶
func InitGenesis(ctx cosmos.Context, keeper keeper.Keeper, data GenesisState) []abci.ValidatorUpdate
InitGenesis read the data in GenesisState and apply it to data store
func NewExternalHandler ¶
NewExternalHandler returns a handler for "thorchain" type messages.
func NewInternalHandler ¶
NewInternalHandler returns a handler for "thorchain" internal type messages.
func NewQuerier ¶
func NewQuerier(mgr *Mgrs, kbs cosmos.KeybaseStore) cosmos.Querier
NewQuerier is the module level router for state queries
func ValidateGenesis ¶
func ValidateGenesis(data GenesisState) error
ValidateGenesis validate genesis is valid or not
Types ¶
type AddLiquidityHandler ¶ added in v0.41.0
type AddLiquidityHandler struct {
// contains filtered or unexported fields
}
AddLiquidityHandler is to handle add liquidity
func NewAddLiquidityHandler ¶ added in v0.41.0
func NewAddLiquidityHandler(mgr Manager) AddLiquidityHandler
NewAddLiquidityHandler create a new instance of AddLiquidityHandler
type AddLiquidityMemo ¶ added in v0.41.0
type AddLiquidityMemo = mem.AddLiquidityMemo
type AppModule ¶
type AppModule struct {
AppModuleBasic
// contains filtered or unexported fields
}
AppModule implements an application module for the thorchain module.
func NewAppModule ¶
func NewAppModule(k keeper.Keeper, cdc codec.BinaryCodec, coinKeeper bankkeeper.Keeper, accountKeeper authkeeper.AccountKeeper, storeKey cosmos.StoreKey, telemetryEnabled bool) AppModule
NewAppModule creates a new AppModule Object
func (AppModule) BeginBlock ¶
func (am AppModule) BeginBlock(ctx sdk.Context, req abci.RequestBeginBlock)
BeginBlock called when a block get proposed
func (AppModule) ConsensusVersion ¶ added in v1.82.0
func (AppModule) EndBlock ¶
func (am AppModule) EndBlock(ctx sdk.Context, req abci.RequestEndBlock) []abci.ValidatorUpdate
EndBlock called when a block get committed
func (AppModule) ExportGenesis ¶
ExportGenesis export genesis
func (AppModule) InitGenesis ¶
func (am AppModule) InitGenesis(ctx sdk.Context, cdc codec.JSONCodec, data json.RawMessage) []abci.ValidatorUpdate
InitGenesis initialise genesis
func (AppModule) LegacyQuerierHandler ¶ added in v0.41.0
func (am AppModule) LegacyQuerierHandler(legacyQuerierCdc *codec.LegacyAmino) sdk.Querier
LegacyQuerierHandler returns the capability module's Querier.
func (AppModule) NewHandler ¶
func (AppModule) NewQuerierHandler ¶
func (AppModule) QuerierRoute ¶
func (AppModule) RegisterInvariants ¶
func (am AppModule) RegisterInvariants(ir sdk.InvariantRegistry)
func (AppModule) RegisterServices ¶ added in v0.41.0
func (am AppModule) RegisterServices(cfg module.Configurator)
RegisterServices registers module services.
type AppModuleBasic ¶
type AppModuleBasic struct{}
AppModuleBasic app module Basics object
func (AppModuleBasic) DefaultGenesis ¶
func (AppModuleBasic) DefaultGenesis(cdc codec.JSONCodec) json.RawMessage
DefaultGenesis returns default genesis state as raw bytes for the module.
func (AppModuleBasic) GetQueryCmd ¶
func (AppModuleBasic) GetQueryCmd() *cobra.Command
GetQueryCmd get the root query command of this module
func (AppModuleBasic) GetTxCmd ¶
func (AppModuleBasic) GetTxCmd() *cobra.Command
GetTxCmd get the root tx command of this module
func (AppModuleBasic) RegisterGRPCGatewayRoutes ¶ added in v0.41.0
func (AppModuleBasic) RegisterGRPCGatewayRoutes(clientCtx client.Context, mux *runtime.ServeMux)
RegisterGRPCGatewayRoutes registers the gRPC Gateway routes for the mint module. thornode current doesn't have grpc enpoint yet
func (AppModuleBasic) RegisterInterfaces ¶ added in v0.41.0
func (a AppModuleBasic) RegisterInterfaces(reg cdctypes.InterfaceRegistry)
RegisterInterfaces registers the module's interface types
func (AppModuleBasic) RegisterLegacyAminoCodec ¶ added in v0.41.0
func (AppModuleBasic) RegisterLegacyAminoCodec(cdc *codec.LegacyAmino)
RegisterLegacyAminoCodec registers the module's types for the given codec.
func (AppModuleBasic) RegisterRESTRoutes ¶
func (AppModuleBasic) RegisterRESTRoutes(ctx client.Context, rtr *mux.Router)
RegisterRESTRoutes register rest routes
func (AppModuleBasic) ValidateGenesis ¶
func (AppModuleBasic) ValidateGenesis(cdc codec.JSONCodec, config client.TxEncodingConfig, bz json.RawMessage) error
ValidateGenesis check of the Genesis
type BanHandler ¶
type BanHandler struct {
// contains filtered or unexported fields
}
BanHandler is to handle Ban message
func NewBanHandler ¶
func NewBanHandler(mgr Manager) BanHandler
NewBanHandler create new instance of BanHandler
type BondHandler ¶
type BondHandler struct {
// contains filtered or unexported fields
}
BondHandler a handler to process bond
func NewBondHandler ¶
func NewBondHandler(mgr Manager) BondHandler
NewBondHandler create new BondHandler
type BondProvider ¶ added in v0.81.0
type BondProvider = types.BondProvider
type BondProviders ¶ added in v0.81.0
type BondProviders = types.BondProviders
type ChainContract ¶ added in v0.41.0
type ChainContract = types.ChainContract
type CommonOutboundTxHandler ¶
type CommonOutboundTxHandler struct {
// contains filtered or unexported fields
}
CommonOutboundTxHandler is the place where those common logic can be shared between multiple different kind of outbound tx handler at the moment, handler_refund, and handler_outbound_tx are largely the same , only some small difference
func NewCommonOutboundTxHandler ¶
func NewCommonOutboundTxHandler(mgr Manager) CommonOutboundTxHandler
NewCommonOutboundTxHandler create a new instance of the CommonOutboundTxHandler
type ConsolidateHandler ¶ added in v0.54.0
type ConsolidateHandler struct {
// contains filtered or unexported fields
}
ConsolidateHandler handles transactions the network sends to itself, to consolidate UTXOs
func NewConsolidateHandler ¶ added in v0.54.0
func NewConsolidateHandler(mgr Manager) ConsolidateHandler
NewConsolidateHandler create a new instance of the ConsolidateHandler
type ConsolidateMemo ¶ added in v0.54.0
type ConsolidateMemo = mem.ConsolidateMemo
type DepositHandler ¶ added in v0.41.0
type DepositHandler struct {
// contains filtered or unexported fields
}
DepositHandler is to process native messages on THORChain
func NewDepositHandler ¶ added in v0.41.0
func NewDepositHandler(mgr Manager) DepositHandler
NewDepositHandler create a new instance of DepositHandler
type DonateHandler ¶ added in v0.41.0
type DonateHandler struct {
// contains filtered or unexported fields
}
DonateHandler is to handle donate message
func NewDonateHandler ¶ added in v0.41.0
func NewDonateHandler(mgr Manager) DonateHandler
NewDonateHandler create a new instance of DonateHandler
type DonateMemo ¶ added in v0.41.0
type DonateMemo = mem.DonateMemo
type EmitEventItem ¶
EmitEventItem define the method all event need to implement
type ErrataTxHandler ¶
type ErrataTxHandler struct {
// contains filtered or unexported fields
}
ErrataTxHandler is to handle ErrataTx message
func NewErrataTxHandler ¶
func NewErrataTxHandler(mgr Manager) ErrataTxHandler
NewErrataTxHandler create new instance of ErrataTxHandler
type ErrataTxVoter ¶
type ErrataTxVoter = types.ErrataTxVoter
type EventAddLiquidity ¶ added in v0.41.0
type EventAddLiquidity = types.EventAddLiquidity
type EventDonate ¶ added in v0.41.0
type EventDonate = types.EventDonate
type EventErrata ¶
type EventErrata = types.EventErrata
type EventManager ¶
type EventManager interface {
EmitEvent(ctx cosmos.Context, evt EmitEventItem) error
EmitGasEvent(ctx cosmos.Context, gasEvent *EventGas) error
EmitSwapEvent(ctx cosmos.Context, swap *EventSwap) error
EmitFeeEvent(ctx cosmos.Context, feeEvent *EventFee) error
}
EventManager define methods need to be support to manage events
func GetEventManager ¶
func GetEventManager(version semver.Version) (EventManager, error)
GetEventManager will return an implementation of EventManager
type EventMgrV1 ¶
type EventMgrV1 struct{}
EventMgrV1 implement EventManager interface
func (*EventMgrV1) EmitEvent ¶
func (m *EventMgrV1) EmitEvent(ctx cosmos.Context, evt EmitEventItem) error
EmitEvent to block
func (*EventMgrV1) EmitFeeEvent ¶
func (m *EventMgrV1) EmitFeeEvent(ctx cosmos.Context, feeEvent *EventFee) error
EmitFeeEvent emit a fee event through event manager
func (*EventMgrV1) EmitGasEvent ¶
func (m *EventMgrV1) EmitGasEvent(ctx cosmos.Context, gasEvent *EventGas) error
EmitGasEvent emit gas events
func (*EventMgrV1) EmitSwapEvent ¶
func (m *EventMgrV1) EmitSwapEvent(ctx cosmos.Context, swap *EventSwap) error
EmitSwapEvent emit swap event to block
type EventOutbound ¶
type EventOutbound = types.EventOutbound
type EventRefund ¶
type EventRefund = types.EventRefund
type EventReserve ¶
type EventReserve = types.EventReserve
type EventRewards ¶
type EventRewards = types.EventRewards
type EventSlash ¶
type EventSlash = types.EventSlash
type EventWithdraw ¶ added in v0.41.0
type EventWithdraw = types.EventWithdraw
type GasManager ¶
type GasManager interface {
BeginBlock(mgr Manager)
EndBlock(ctx cosmos.Context, keeper keeper.Keeper, eventManager EventManager)
AddGasAsset(gas common.Gas, increaseTxCount bool)
ProcessGas(ctx cosmos.Context, keeper keeper.Keeper)
GetGas() common.Gas
GetFee(ctx cosmos.Context, chain common.Chain, asset common.Asset) cosmos.Uint
GetMaxGas(ctx cosmos.Context, chain common.Chain) (common.Coin, error)
GetGasRate(ctx cosmos.Context, chain common.Chain) cosmos.Uint
GetNetworkFee(ctx cosmos.Context, chain common.Chain) (types.NetworkFee, error)
SubGas(gas common.Gas)
}
GasManager define all the methods required to manage gas
func GetGasManager ¶
GetGasManager return GasManager
type GasMgrV81 ¶ added in v0.81.0
type GasMgrV81 struct {
// contains filtered or unexported fields
}
GasMgrV81 implement GasManager interface which will store the gas related events happened in thorchain to memory emit GasEvent per block if there are any
func (*GasMgrV81) AddGasAsset ¶ added in v0.81.0
AddGasAsset to the EventGas
func (*GasMgrV81) BeginBlock ¶ added in v0.81.0
BeginBlock need to be called when a new block get created , update the internal EventGas to new one
func (*GasMgrV81) GetFee ¶ added in v0.81.0
GetFee retrieve the network fee information from kv store, and calculate the dynamic fee customer should pay the return value is the amount of fee in RUNE
func (*GasMgrV81) GetGasRate ¶ added in v0.81.0
GetGasRate return the gas rate
func (*GasMgrV81) GetMaxGas ¶ added in v0.81.0
GetMaxGas will calculate the maximum gas fee a tx can use
func (*GasMgrV81) GetNetworkFee ¶ added in v1.97.0
func (*GasMgrV81) ProcessGas ¶ added in v0.81.0
ProcessGas to subsidise the pool with RUNE for the gas they have spent
type GasMgrV89 ¶ added in v1.89.0
type GasMgrV89 struct {
// contains filtered or unexported fields
}
GasMgrV89 implement GasManager interface which will store the gas related events happened in thorchain to memory emit GasEvent per block if there are any
func (*GasMgrV89) AddGasAsset ¶ added in v1.89.0
AddGasAsset to the EventGas
func (*GasMgrV89) BeginBlock ¶ added in v1.89.0
BeginBlock need to be called when a new block get created , update the internal EventGas to new one
func (*GasMgrV89) GetFee ¶ added in v1.89.0
GetFee retrieve the network fee information from kv store, and calculate the dynamic fee customer should pay the return value is the amount of fee in RUNE
func (*GasMgrV89) GetGasRate ¶ added in v1.89.0
GetGasRate return the gas rate
func (*GasMgrV89) GetMaxGas ¶ added in v1.89.0
GetMaxGas will calculate the maximum gas fee a tx can use
func (*GasMgrV89) GetNetworkFee ¶ added in v1.97.0
func (*GasMgrV89) ProcessGas ¶ added in v1.89.0
ProcessGas to subsidise the pool with RUNE for the gas they have spent
type GasMgrV94 ¶ added in v1.95.0
type GasMgrV94 struct {
// contains filtered or unexported fields
}
GasMgrV94 implement GasManager interface which will store the gas related events happened in thorchain to memory emit GasEvent per block if there are any
func (*GasMgrV94) AddGasAsset ¶ added in v1.95.0
AddGasAsset to the EventGas
func (*GasMgrV94) BeginBlock ¶ added in v1.95.0
BeginBlock need to be called when a new block get created , update the internal EventGas to new one
func (*GasMgrV94) GetFee ¶ added in v1.95.0
GetFee retrieve the network fee information from kv store, and calculate the dynamic fee customer should pay the return value is the amount of fee in RUNE
func (*GasMgrV94) GetGasRate ¶ added in v1.95.0
GetGasRate return the gas rate
func (*GasMgrV94) GetMaxGas ¶ added in v1.95.0
GetMaxGas will calculate the maximum gas fee a tx can use
func (*GasMgrV94) GetNetworkFee ¶ added in v1.97.0
func (*GasMgrV94) ProcessGas ¶ added in v1.95.0
ProcessGas to subsidise the pool with RUNE for the gas they have spent
type GasMgrV99 ¶ added in v1.99.0
type GasMgrV99 struct {
// contains filtered or unexported fields
}
GasMgrV99 implement GasManager interface which will store the gas related events happened in thorchain to memory emit GasEvent per block if there are any
func (*GasMgrV99) AddGasAsset ¶ added in v1.99.0
AddGasAsset to the EventGas
func (*GasMgrV99) BeginBlock ¶ added in v1.99.0
BeginBlock need to be called when a new block get created , update the internal EventGas to new one
func (*GasMgrV99) GetFee ¶ added in v1.99.0
GetFee retrieve the network fee information from kv store, and calculate the dynamic fee customer should pay the return value is the amount of fee in RUNE
func (*GasMgrV99) GetGasRate ¶ added in v1.99.0
GetGasRate return the gas rate
func (*GasMgrV99) GetMaxGas ¶ added in v1.99.0
GetMaxGas will calculate the maximum gas fee a tx can use
func (*GasMgrV99) GetNetworkFee ¶ added in v1.99.0
func (*GasMgrV99) ProcessGas ¶ added in v1.99.0
ProcessGas to subsidise the pool with RUNE for the gas they have spent
type IPAddressHandler ¶
type IPAddressHandler struct {
// contains filtered or unexported fields
}
IPAddressHandler is to handle ip address message
func NewIPAddressHandler ¶
func NewIPAddressHandler(mgr Manager) IPAddressHandler
NewIPAddressHandler create new instance of IPAddressHandler
type KeygenBlock ¶
type KeygenBlock = types.KeygenBlock
type LeaveHandler ¶
type LeaveHandler struct {
// contains filtered or unexported fields
}
LeaveHandler a handler to process leave request if an operator of THORChain node would like to leave and get their bond back , they have to send a Leave request through Binance Chain
func NewLeaveHandler ¶
func NewLeaveHandler(mgr Manager) LeaveHandler
NewLeaveHandler create a new LeaveHandler
type LiquidityProvider ¶ added in v0.41.0
type LiquidityProvider = types.LiquidityProvider
type LiquidityProviders ¶ added in v0.41.0
type LiquidityProviders = types.LiquidityProviders
type ManageTHORNameHandler ¶ added in v0.58.0
type ManageTHORNameHandler struct {
// contains filtered or unexported fields
}
ManageTHORNameHandler a handler to process MsgNetworkFee messages
func NewManageTHORNameHandler ¶ added in v0.58.0
func NewManageTHORNameHandler(mgr Manager) ManageTHORNameHandler
NewManageTHORNameHandler create a new instance of network fee handler
type ManageTHORNameMemo ¶ added in v0.58.0
type ManageTHORNameMemo = mem.ManageTHORNameMemo
type Manager ¶
type Manager interface {
GetConstants() constants.ConstantValues
GetVersion() semver.Version
Keeper() keeper.Keeper
GasMgr() GasManager
EventMgr() EventManager
TxOutStore() TxOutStore
NetworkMgr() NetworkManager
ValidatorMgr() ValidatorManager
ObMgr() ObserverManager
PoolMgr() PoolManager
SwapQ() SwapQueue
OrderBookMgr() OrderBook
Slasher() Slasher
YggManager() YggManager
}
Manager is an interface to define all the required methods
type Mgrs ¶
Mgrs is an implementation of Manager interface
func NewManagers ¶
func NewManagers(keeper keeper.Keeper, cdc codec.BinaryCodec, coinKeeper bankkeeper.Keeper, accountKeeper authkeeper.AccountKeeper, storeKey cosmos.StoreKey) *Mgrs
NewManagers create a new Manager
func (*Mgrs) BeginBlock ¶
BeginBlock detect whether there are new version available, if it is available then create a new version of Mgr
func (*Mgrs) GetConstants ¶ added in v0.56.0
func (mgr *Mgrs) GetConstants() constants.ConstantValues
func (*Mgrs) GetVersion ¶ added in v0.55.0
func (*Mgrs) NetworkMgr ¶ added in v1.88.0
func (mgr *Mgrs) NetworkMgr() NetworkManager
VaultMgr return a valid NetworkManager
func (*Mgrs) ObMgr ¶
func (mgr *Mgrs) ObMgr() ObserverManager
ObMgr return an implementation of ObserverManager
func (*Mgrs) PoolMgr ¶ added in v1.96.1
func (mgr *Mgrs) PoolMgr() PoolManager
PoolMgr return a valid PoolManager
func (*Mgrs) ValidatorMgr ¶
func (mgr *Mgrs) ValidatorMgr() ValidatorManager
ValidatorMgr return an implementation of ValidatorManager
func (*Mgrs) YggManager ¶
func (mgr *Mgrs) YggManager() YggManager
YggManager return an implementation of YggManager
type MigrateHandler ¶
type MigrateHandler struct {
// contains filtered or unexported fields
}
MigrateHandler is a handler to process MsgMigrate
func NewMigrateHandler ¶
func NewMigrateHandler(mgr Manager) MigrateHandler
NewMigrateHandler create a new instance of MigrateHandler
type MigrateMemo ¶
type MigrateMemo = mem.MigrateMemo
type MimirHandler ¶
type MimirHandler struct {
// contains filtered or unexported fields
}
MimirHandler is to handle admin messages
func NewMimirHandler ¶
func NewMimirHandler(mgr Manager) MimirHandler
NewMimirHandler create new instance of MimirHandler
type MsgAddLiquidity ¶ added in v0.41.0
type MsgAddLiquidity = types.MsgAddLiquidity
type MsgConsolidate ¶ added in v0.54.0
type MsgConsolidate = types.MsgConsolidate
type MsgDeposit ¶ added in v0.41.0
type MsgDeposit = types.MsgDeposit
type MsgErrataTx ¶
type MsgErrataTx = types.MsgErrataTx
type MsgHandler ¶
MsgHandler is an interface expect all handler to implement
type MsgManageTHORName ¶ added in v0.58.0
type MsgManageTHORName = types.MsgManageTHORName
type MsgMigrate ¶
type MsgMigrate = types.MsgMigrate
type MsgNetworkFee ¶
type MsgNetworkFee = types.MsgNetworkFee
type MsgNodePauseChain ¶ added in v0.65.0
type MsgNodePauseChain = types.MsgNodePauseChain
type MsgObservedTxIn ¶
type MsgObservedTxIn = types.MsgObservedTxIn
type MsgObservedTxOut ¶
type MsgObservedTxOut = types.MsgObservedTxOut
type MsgOutboundTx ¶
type MsgOutboundTx = types.MsgOutboundTx
type MsgRagnarok ¶
type MsgRagnarok = types.MsgRagnarok
type MsgRefundTx ¶
type MsgRefundTx = types.MsgRefundTx
type MsgReserveContributor ¶
type MsgReserveContributor = types.MsgReserveContributor
type MsgSetIPAddress ¶
type MsgSetIPAddress = types.MsgSetIPAddress
type MsgSetNodeKeys ¶
type MsgSetNodeKeys = types.MsgSetNodeKeys
type MsgSetVersion ¶
type MsgSetVersion = types.MsgSetVersion
type MsgSolvency ¶ added in v0.63.0
type MsgSolvency = types.MsgSolvency
type MsgTssKeysignFail ¶
type MsgTssKeysignFail = types.MsgTssKeysignFail
type MsgTssPool ¶
type MsgTssPool = types.MsgTssPool
type MsgWithdrawLiquidity ¶ added in v0.41.0
type MsgWithdrawLiquidity = types.MsgWithdrawLiquidity
type MsgYggdrasil ¶
type MsgYggdrasil = types.MsgYggdrasil
type NetworkFee ¶
type NetworkFee = types.NetworkFee
type NetworkFeeHandler ¶
type NetworkFeeHandler struct {
// contains filtered or unexported fields
}
NetworkFeeHandler a handler to process MsgNetworkFee messages
func NewNetworkFeeHandler ¶
func NewNetworkFeeHandler(mgr Manager) NetworkFeeHandler
NewNetworkFeeHandler create a new instance of network fee handler
type NetworkManager ¶ added in v0.41.0
type NetworkManager interface {
TriggerKeygen(ctx cosmos.Context, nas NodeAccounts) error
RotateVault(ctx cosmos.Context, vault Vault) error
EndBlock(ctx cosmos.Context, mgr Manager) error
UpdateNetwork(ctx cosmos.Context, constAccessor constants.ConstantValues, gasManager GasManager, eventMgr EventManager) error
RecallChainFunds(ctx cosmos.Context, chain common.Chain, mgr Manager, excludeNode common.PubKeys) error
}
NetworkManager interface define the contract of network Manager
func GetNetworkManager ¶ added in v0.69.0
func GetNetworkManager(version semver.Version, keeper keeper.Keeper, txOutStore TxOutStore, eventMgr EventManager) (NetworkManager, error)
GetNetworkManager retrieve a NetworkManager that is compatible with the given version
type NetworkMgrV76 ¶ added in v0.76.0
type NetworkMgrV76 struct {
// contains filtered or unexported fields
}
NetworkMgrV76 is going to manage the vaults
func (*NetworkMgrV76) EndBlock ¶ added in v0.76.0
func (vm *NetworkMgrV76) EndBlock(ctx cosmos.Context, mgr Manager) error
EndBlock move funds from retiring asgard vaults
func (*NetworkMgrV76) RecallChainFunds ¶ added in v0.76.0
func (vm *NetworkMgrV76) RecallChainFunds(ctx cosmos.Context, chain common.Chain, mgr Manager, excludeNodes common.PubKeys) error
RecallChainFunds - sends a message to bifrost nodes to send back all funds associated with given chain
func (*NetworkMgrV76) RotateVault ¶ added in v0.76.0
func (vm *NetworkMgrV76) RotateVault(ctx cosmos.Context, vault Vault) error
RotateVault update vault to Retiring and new vault to active
func (*NetworkMgrV76) TriggerKeygen ¶ added in v0.76.0
func (vm *NetworkMgrV76) TriggerKeygen(ctx cosmos.Context, nas NodeAccounts) error
TriggerKeygen generate a record to instruct signer kick off keygen process
func (*NetworkMgrV76) UpdateNetwork ¶ added in v0.76.0
func (vm *NetworkMgrV76) UpdateNetwork(ctx cosmos.Context, constAccessor constants.ConstantValues, gasManager GasManager, eventMgr EventManager) error
UpdateNetwork Update the network data to reflect changing in this block
type NetworkMgrV87 ¶ added in v1.87.0
type NetworkMgrV87 struct {
// contains filtered or unexported fields
}
NetworkMgrV87 is going to manage the vaults
func (*NetworkMgrV87) EndBlock ¶ added in v1.87.0
func (vm *NetworkMgrV87) EndBlock(ctx cosmos.Context, mgr Manager) error
EndBlock move funds from retiring asgard vaults
func (*NetworkMgrV87) RecallChainFunds ¶ added in v1.87.0
func (vm *NetworkMgrV87) RecallChainFunds(ctx cosmos.Context, chain common.Chain, mgr Manager, excludeNodes common.PubKeys) error
RecallChainFunds - sends a message to bifrost nodes to send back all funds associated with given chain
func (*NetworkMgrV87) RotateVault ¶ added in v1.87.0
func (vm *NetworkMgrV87) RotateVault(ctx cosmos.Context, vault Vault) error
RotateVault update vault to Retiring and new vault to active
func (*NetworkMgrV87) TriggerKeygen ¶ added in v1.87.0
func (vm *NetworkMgrV87) TriggerKeygen(ctx cosmos.Context, nas NodeAccounts) error
TriggerKeygen generate a record to instruct signer kick off keygen process
func (*NetworkMgrV87) UpdateNetwork ¶ added in v1.87.0
func (vm *NetworkMgrV87) UpdateNetwork(ctx cosmos.Context, constAccessor constants.ConstantValues, gasManager GasManager, eventMgr EventManager) error
UpdateNetwork Update the network data to reflect changing in this block
type NetworkMgrV89 ¶ added in v1.89.0
type NetworkMgrV89 struct {
// contains filtered or unexported fields
}
NetworkMgrV89 is going to manage the vaults
func (*NetworkMgrV89) EndBlock ¶ added in v1.89.0
func (vm *NetworkMgrV89) EndBlock(ctx cosmos.Context, mgr Manager) error
EndBlock move funds from retiring asgard vaults
func (*NetworkMgrV89) RecallChainFunds ¶ added in v1.89.0
func (vm *NetworkMgrV89) RecallChainFunds(ctx cosmos.Context, chain common.Chain, mgr Manager, excludeNodes common.PubKeys) error
RecallChainFunds - sends a message to bifrost nodes to send back all funds associated with given chain
func (*NetworkMgrV89) RotateVault ¶ added in v1.89.0
func (vm *NetworkMgrV89) RotateVault(ctx cosmos.Context, vault Vault) error
RotateVault update vault to Retiring and new vault to active
func (*NetworkMgrV89) TriggerKeygen ¶ added in v1.89.0
func (vm *NetworkMgrV89) TriggerKeygen(ctx cosmos.Context, nas NodeAccounts) error
TriggerKeygen generate a record to instruct signer kick off keygen process
func (*NetworkMgrV89) UpdateNetwork ¶ added in v1.89.0
func (vm *NetworkMgrV89) UpdateNetwork(ctx cosmos.Context, constAccessor constants.ConstantValues, gasManager GasManager, eventMgr EventManager) error
UpdateNetwork Update the network data to reflect changing in this block
type NetworkMgrV90 ¶ added in v1.90.0
type NetworkMgrV90 struct {
// contains filtered or unexported fields
}
NetworkMgrV90 is going to manage the vaults
func (*NetworkMgrV90) EndBlock ¶ added in v1.90.0
func (vm *NetworkMgrV90) EndBlock(ctx cosmos.Context, mgr Manager) error
EndBlock move funds from retiring asgard vaults
func (*NetworkMgrV90) RecallChainFunds ¶ added in v1.90.0
func (vm *NetworkMgrV90) RecallChainFunds(ctx cosmos.Context, chain common.Chain, mgr Manager, excludeNodes common.PubKeys) error
RecallChainFunds - sends a message to bifrost nodes to send back all funds associated with given chain
func (*NetworkMgrV90) RotateVault ¶ added in v1.90.0
func (vm *NetworkMgrV90) RotateVault(ctx cosmos.Context, vault Vault) error
RotateVault update vault to Retiring and new vault to active
func (*NetworkMgrV90) TriggerKeygen ¶ added in v1.90.0
func (vm *NetworkMgrV90) TriggerKeygen(ctx cosmos.Context, nas NodeAccounts) error
TriggerKeygen generate a record to instruct signer kick off keygen process
func (*NetworkMgrV90) UpdateNetwork ¶ added in v1.90.0
func (vm *NetworkMgrV90) UpdateNetwork(ctx cosmos.Context, constAccessor constants.ConstantValues, gasManager GasManager, eventMgr EventManager) error
UpdateNetwork Update the network data to reflect changing in this block
type NetworkMgrV91 ¶ added in v1.91.0
type NetworkMgrV91 struct {
// contains filtered or unexported fields
}
NetworkMgrV91 is going to manage the vaults
func (*NetworkMgrV91) EndBlock ¶ added in v1.91.0
func (vm *NetworkMgrV91) EndBlock(ctx cosmos.Context, mgr Manager) error
EndBlock move funds from retiring asgard vaults
func (*NetworkMgrV91) RecallChainFunds ¶ added in v1.91.0
func (vm *NetworkMgrV91) RecallChainFunds(ctx cosmos.Context, chain common.Chain, mgr Manager, excludeNodes common.PubKeys) error
RecallChainFunds - sends a message to bifrost nodes to send back all funds associated with given chain
func (*NetworkMgrV91) RotateVault ¶ added in v1.91.0
func (vm *NetworkMgrV91) RotateVault(ctx cosmos.Context, vault Vault) error
RotateVault update vault to Retiring and new vault to active
func (*NetworkMgrV91) TriggerKeygen ¶ added in v1.91.0
func (vm *NetworkMgrV91) TriggerKeygen(ctx cosmos.Context, nas NodeAccounts) error
TriggerKeygen generate a record to instruct signer kick off keygen process
func (*NetworkMgrV91) UpdateNetwork ¶ added in v1.91.0
func (vm *NetworkMgrV91) UpdateNetwork(ctx cosmos.Context, constAccessor constants.ConstantValues, gasManager GasManager, eventMgr EventManager) error
UpdateNetwork Update the network data to reflect changing in this block
type NetworkMgrV92 ¶ added in v1.92.0
type NetworkMgrV92 struct {
// contains filtered or unexported fields
}
NetworkMgrV92 is going to manage the vaults
func (*NetworkMgrV92) EndBlock ¶ added in v1.92.0
func (vm *NetworkMgrV92) EndBlock(ctx cosmos.Context, mgr Manager) error
EndBlock move funds from retiring asgard vaults
func (*NetworkMgrV92) RecallChainFunds ¶ added in v1.92.0
func (vm *NetworkMgrV92) RecallChainFunds(ctx cosmos.Context, chain common.Chain, mgr Manager, excludeNodes common.PubKeys) error
RecallChainFunds - sends a message to bifrost nodes to send back all funds associated with given chain
func (*NetworkMgrV92) RotateVault ¶ added in v1.92.0
func (vm *NetworkMgrV92) RotateVault(ctx cosmos.Context, vault Vault) error
RotateVault update vault to Retiring and new vault to active
func (*NetworkMgrV92) TriggerKeygen ¶ added in v1.92.0
func (vm *NetworkMgrV92) TriggerKeygen(ctx cosmos.Context, nas NodeAccounts) error
TriggerKeygen generate a record to instruct signer kick off keygen process
func (*NetworkMgrV92) UpdateNetwork ¶ added in v1.92.0
func (vm *NetworkMgrV92) UpdateNetwork(ctx cosmos.Context, constAccessor constants.ConstantValues, gasManager GasManager, eventMgr EventManager) error
UpdateNetwork Update the network data to reflect changing in this block
type NetworkMgrV93 ¶ added in v1.93.0
type NetworkMgrV93 struct {
// contains filtered or unexported fields
}
NetworkMgrV93 is going to manage the vaults
func (*NetworkMgrV93) EndBlock ¶ added in v1.93.0
func (vm *NetworkMgrV93) EndBlock(ctx cosmos.Context, mgr Manager) error
EndBlock move funds from retiring asgard vaults
func (*NetworkMgrV93) RecallChainFunds ¶ added in v1.93.0
func (vm *NetworkMgrV93) RecallChainFunds(ctx cosmos.Context, chain common.Chain, mgr Manager, excludeNodes common.PubKeys) error
RecallChainFunds - sends a message to bifrost nodes to send back all funds associated with given chain
func (*NetworkMgrV93) RotateVault ¶ added in v1.93.0
func (vm *NetworkMgrV93) RotateVault(ctx cosmos.Context, vault Vault) error
RotateVault update vault to Retiring and new vault to active
func (*NetworkMgrV93) TriggerKeygen ¶ added in v1.93.0
func (vm *NetworkMgrV93) TriggerKeygen(ctx cosmos.Context, nas NodeAccounts) error
TriggerKeygen generate a record to instruct signer kick off keygen process
func (*NetworkMgrV93) UpdateNetwork ¶ added in v1.93.0
func (vm *NetworkMgrV93) UpdateNetwork(ctx cosmos.Context, constAccessor constants.ConstantValues, gasManager GasManager, eventMgr EventManager) error
UpdateNetwork Update the network data to reflect changing in this block
type NetworkMgrV94 ¶ added in v1.95.0
type NetworkMgrV94 struct {
// contains filtered or unexported fields
}
NetworkMgrV94 is going to manage the vaults
func (*NetworkMgrV94) EndBlock ¶ added in v1.95.0
func (vm *NetworkMgrV94) EndBlock(ctx cosmos.Context, mgr Manager) error
EndBlock move funds from retiring asgard vaults
func (*NetworkMgrV94) RecallChainFunds ¶ added in v1.95.0
func (vm *NetworkMgrV94) RecallChainFunds(ctx cosmos.Context, chain common.Chain, mgr Manager, excludeNodes common.PubKeys) error
RecallChainFunds - sends a message to bifrost nodes to send back all funds associated with given chain
func (*NetworkMgrV94) RotateVault ¶ added in v1.95.0
func (vm *NetworkMgrV94) RotateVault(ctx cosmos.Context, vault Vault) error
RotateVault update vault to Retiring and new vault to active
func (*NetworkMgrV94) TriggerKeygen ¶ added in v1.95.0
func (vm *NetworkMgrV94) TriggerKeygen(ctx cosmos.Context, nas NodeAccounts) error
TriggerKeygen generate a record to instruct signer kick off keygen process
func (*NetworkMgrV94) UpdateNetwork ¶ added in v1.95.0
func (vm *NetworkMgrV94) UpdateNetwork(ctx cosmos.Context, constAccessor constants.ConstantValues, gasManager GasManager, eventMgr EventManager) error
UpdateNetwork Update the network data to reflect changing in this block
type NetworkMgrV95 ¶ added in v1.95.0
type NetworkMgrV95 struct {
// contains filtered or unexported fields
}
NetworkMgrV95 is going to manage the vaults
func (*NetworkMgrV95) EndBlock ¶ added in v1.95.0
func (vm *NetworkMgrV95) EndBlock(ctx cosmos.Context, mgr Manager) error
EndBlock move funds from retiring asgard vaults
func (*NetworkMgrV95) POLCycle ¶ added in v1.95.0
func (vm *NetworkMgrV95) POLCycle(ctx cosmos.Context, mgr Manager) error
func (*NetworkMgrV95) RecallChainFunds ¶ added in v1.95.0
func (vm *NetworkMgrV95) RecallChainFunds(ctx cosmos.Context, chain common.Chain, mgr Manager, excludeNodes common.PubKeys) error
RecallChainFunds - sends a message to bifrost nodes to send back all funds associated with given chain
func (*NetworkMgrV95) RotateVault ¶ added in v1.95.0
func (vm *NetworkMgrV95) RotateVault(ctx cosmos.Context, vault Vault) error
RotateVault update vault to Retiring and new vault to active
func (*NetworkMgrV95) TriggerKeygen ¶ added in v1.95.0
func (vm *NetworkMgrV95) TriggerKeygen(ctx cosmos.Context, nas NodeAccounts) error
TriggerKeygen generate a record to instruct signer kick off keygen process
func (*NetworkMgrV95) UpdateNetwork ¶ added in v1.95.0
func (vm *NetworkMgrV95) UpdateNetwork(ctx cosmos.Context, constAccessor constants.ConstantValues, gasManager GasManager, eventMgr EventManager) error
UpdateNetwork Update the network data to reflect changing in this block
type NetworkMgrV96 ¶ added in v1.96.1
type NetworkMgrV96 struct {
// contains filtered or unexported fields
}
NetworkMgrV96 is going to manage the vaults
func (*NetworkMgrV96) EndBlock ¶ added in v1.96.1
func (vm *NetworkMgrV96) EndBlock(ctx cosmos.Context, mgr Manager) error
EndBlock move funds from retiring asgard vaults
func (*NetworkMgrV96) POLCycle ¶ added in v1.96.1
func (vm *NetworkMgrV96) POLCycle(ctx cosmos.Context, mgr Manager) error
func (*NetworkMgrV96) RecallChainFunds ¶ added in v1.96.1
func (vm *NetworkMgrV96) RecallChainFunds(ctx cosmos.Context, chain common.Chain, mgr Manager, excludeNodes common.PubKeys) error
RecallChainFunds - sends a message to bifrost nodes to send back all funds associated with given chain
func (*NetworkMgrV96) RotateVault ¶ added in v1.96.1
func (vm *NetworkMgrV96) RotateVault(ctx cosmos.Context, vault Vault) error
RotateVault update vault to Retiring and new vault to active
func (*NetworkMgrV96) TriggerKeygen ¶ added in v1.96.1
func (vm *NetworkMgrV96) TriggerKeygen(ctx cosmos.Context, nas NodeAccounts) error
TriggerKeygen generate a record to instruct signer kick off keygen process
func (*NetworkMgrV96) UpdateNetwork ¶ added in v1.96.1
func (vm *NetworkMgrV96) UpdateNetwork(ctx cosmos.Context, constAccessor constants.ConstantValues, gasManager GasManager, eventMgr EventManager) error
UpdateNetwork Update the network data to reflect changing in this block
type NetworkMgrV98 ¶ added in v1.98.0
type NetworkMgrV98 struct {
// contains filtered or unexported fields
}
NetworkMgrV98 is going to manage the vaults
func (*NetworkMgrV98) EndBlock ¶ added in v1.98.0
func (vm *NetworkMgrV98) EndBlock(ctx cosmos.Context, mgr Manager) error
EndBlock move funds from retiring asgard vaults
func (*NetworkMgrV98) POLCycle ¶ added in v1.98.0
func (vm *NetworkMgrV98) POLCycle(ctx cosmos.Context, mgr Manager) error
func (*NetworkMgrV98) RecallChainFunds ¶ added in v1.98.0
func (vm *NetworkMgrV98) RecallChainFunds(ctx cosmos.Context, chain common.Chain, mgr Manager, excludeNodes common.PubKeys) error
RecallChainFunds - sends a message to bifrost nodes to send back all funds associated with given chain
func (*NetworkMgrV98) RotateVault ¶ added in v1.98.0
func (vm *NetworkMgrV98) RotateVault(ctx cosmos.Context, vault Vault) error
RotateVault update vault to Retiring and new vault to active
func (*NetworkMgrV98) TriggerKeygen ¶ added in v1.98.0
func (vm *NetworkMgrV98) TriggerKeygen(ctx cosmos.Context, nas NodeAccounts) error
TriggerKeygen generate a record to instruct signer kick off keygen process
func (*NetworkMgrV98) UpdateNetwork ¶ added in v1.98.0
func (vm *NetworkMgrV98) UpdateNetwork(ctx cosmos.Context, constAccessor constants.ConstantValues, gasManager GasManager, eventMgr EventManager) error
UpdateNetwork Update the network data to reflect changing in this block
type NetworkMgrV99 ¶ added in v1.99.0
type NetworkMgrV99 struct {
// contains filtered or unexported fields
}
NetworkMgrV99 is going to manage the vaults
func (*NetworkMgrV99) EndBlock ¶ added in v1.99.0
func (vm *NetworkMgrV99) EndBlock(ctx cosmos.Context, mgr Manager) error
EndBlock move funds from retiring asgard vaults
func (*NetworkMgrV99) POLCycle ¶ added in v1.99.0
func (vm *NetworkMgrV99) POLCycle(ctx cosmos.Context, mgr Manager) error
func (*NetworkMgrV99) RecallChainFunds ¶ added in v1.99.0
func (vm *NetworkMgrV99) RecallChainFunds(ctx cosmos.Context, chain common.Chain, mgr Manager, excludeNodes common.PubKeys) error
RecallChainFunds - sends a message to bifrost nodes to send back all funds associated with given chain
func (*NetworkMgrV99) RotateVault ¶ added in v1.99.0
func (vm *NetworkMgrV99) RotateVault(ctx cosmos.Context, vault Vault) error
RotateVault update vault to Retiring and new vault to active
func (*NetworkMgrV99) TriggerKeygen ¶ added in v1.99.0
func (vm *NetworkMgrV99) TriggerKeygen(ctx cosmos.Context, nas NodeAccounts) error
TriggerKeygen generate a record to instruct signer kick off keygen process
func (*NetworkMgrV99) UpdateNetwork ¶ added in v1.99.0
func (vm *NetworkMgrV99) UpdateNetwork(ctx cosmos.Context, constAccessor constants.ConstantValues, gasManager GasManager, eventMgr EventManager) error
UpdateNetwork Update the network data to reflect changing in this block
type NoOpHandler ¶ added in v0.41.0
type NoOpHandler struct {
// contains filtered or unexported fields
}
NoOpHandler is to handle donate message
func NewNoOpHandler ¶ added in v0.41.0
func NewNoOpHandler(mgr Manager) NoOpHandler
NewNoOpHandler create a new instance of NoOpHandler
type NodeAccount ¶
type NodeAccount = types.NodeAccount
type NodeAccounts ¶
type NodeAccounts = types.NodeAccounts
type NodeMimirs ¶ added in v0.78.0
type NodeMimirs = types.NodeMimirs
type NodePauseChainHandler ¶ added in v0.65.0
type NodePauseChainHandler struct {
// contains filtered or unexported fields
}
NodePauseChainHandler is to handle node pause chain messages
func NewNodePauseChainHandler ¶ added in v0.65.0
func NewNodePauseChainHandler(mgr Manager) NodePauseChainHandler
NewNodePauseChainHandler create new instance of NodePauseChainHandler
type NodeStatus ¶
type NodeStatus = types.NodeStatus
type ObservedNetworkFeeVoter ¶
type ObservedNetworkFeeVoter = types.ObservedNetworkFeeVoter
type ObservedTx ¶
type ObservedTx = types.ObservedTx
type ObservedTxInHandler ¶
type ObservedTxInHandler struct {
// contains filtered or unexported fields
}
ObservedTxInHandler to handle MsgObservedTxIn
func NewObservedTxInHandler ¶
func NewObservedTxInHandler(mgr Manager) ObservedTxInHandler
NewObservedTxInHandler create a new instance of ObservedTxInHandler
type ObservedTxOutHandler ¶
type ObservedTxOutHandler struct {
// contains filtered or unexported fields
}
ObservedTxOutHandler process MsgObservedTxOut messages
func NewObservedTxOutHandler ¶
func NewObservedTxOutHandler(mgr Manager) ObservedTxOutHandler
NewObservedTxOutHandler create a new instance of ObservedTxOutHandler
type ObservedTxVoter ¶
type ObservedTxVoter = types.ObservedTxVoter
type ObservedTxVoters ¶
type ObservedTxVoters = types.ObservedTxVoters
type ObservedTxs ¶
type ObservedTxs = types.ObservedTxs
type ObserverManager ¶
type ObserverManager interface {
BeginBlock()
EndBlock(ctx cosmos.Context, keeper keeper.Keeper)
AppendObserver(chain common.Chain, addrs []cosmos.AccAddress)
List() []cosmos.AccAddress
}
ObserverManager define the method to manage observes
func GetObserverManager ¶
func GetObserverManager(version semver.Version) (ObserverManager, error)
GetObserverManager return an instance that implements ObserverManager interface when there is no version can match the given semver , it will return nil
type ObserverMgrV1 ¶
type ObserverMgrV1 struct {
// contains filtered or unexported fields
}
ObserverMgrV1 implement a ObserverManager which will store the observers in memory before written to chain
func (*ObserverMgrV1) AppendObserver ¶
func (om *ObserverMgrV1) AppendObserver(chain common.Chain, addrs []cosmos.AccAddress)
AppendObserver add the address
func (*ObserverMgrV1) BeginBlock ¶
func (om *ObserverMgrV1) BeginBlock()
BeginBlock called when a new block get proposed
func (*ObserverMgrV1) EndBlock ¶
func (om *ObserverMgrV1) EndBlock(ctx cosmos.Context, keeper keeper.Keeper)
EndBlock emit the observers
func (*ObserverMgrV1) List ¶
func (om *ObserverMgrV1) List() []cosmos.AccAddress
List - gets a list of addresses that have been observed in all chains
type OrderBookV1 ¶ added in v1.96.1
type OrderBookV1 struct {
// contains filtered or unexported fields
}
OrderBookV1 is going to manage the swaps queue
func (*OrderBookV1) AddOrderBookItem ¶ added in v1.96.1
func (ob *OrderBookV1) AddOrderBookItem(ctx cosmos.Context, msg MsgSwap) error
func (*OrderBookV1) EndBlock ¶ added in v1.96.1
func (ob *OrderBookV1) EndBlock(ctx cosmos.Context, mgr Manager) error
EndBlock trigger the real swap to be processed
func (*OrderBookV1) FetchQueue ¶ added in v1.96.1
func (ob *OrderBookV1) FetchQueue(ctx cosmos.Context, mgr Manager, pairs tradePairs, pools Pools) (orderItems, error)
FetchQueue - grabs all swap queue items from the kvstore and returns them
type OutboundMemo ¶
type OutboundMemo = mem.OutboundMemo
type OutboundTxHandler ¶
type OutboundTxHandler struct {
// contains filtered or unexported fields
}
func NewOutboundTxHandler ¶
func NewOutboundTxHandler(mgr Manager) OutboundTxHandler
type PoolManager ¶ added in v1.96.1
PoolManager interface define the contract of PoolManager
func GetPoolManager ¶ added in v1.96.1
func GetPoolManager(version semver.Version) (PoolManager, error)
GetPoolManager return an implementation of PoolManager
type PoolMgrV73 ¶ added in v1.96.1
type PoolMgrV73 struct{}
type PoolMgrV95 ¶ added in v1.96.1
type PoolMgrV95 struct{}
type PoolMgrV98 ¶ added in v1.98.0
type PoolMgrV98 struct{}
type PoolStatus ¶
type PoolStatus = types.PoolStatus
type PreRegisterTHORName ¶ added in v1.88.0
type ProtocolOwnedLiquidity ¶ added in v1.95.0
type ProtocolOwnedLiquidity = types.ProtocolOwnedLiquidity
type QueryChainAddress ¶
type QueryChainAddress = types.QueryChainAddress
type QueryKeygenBlock ¶
type QueryKeygenBlock = types.QueryKeygenBlock
type QueryKeysign ¶
type QueryKeysign = types.QueryKeysign
type QueryNodeAccount ¶
type QueryNodeAccount = types.QueryNodeAccount
type QueryNodeAccountPreflightCheck ¶
type QueryNodeAccountPreflightCheck = types.QueryNodeAccountPreflightCheck
type QueryQueue ¶
type QueryQueue = types.QueryQueue
type QueryResLastBlockHeights ¶ added in v0.41.0
type QueryResLastBlockHeights = types.QueryResLastBlockHeights
type QuerySaver ¶ added in v1.100.0
type QuerySaver = types.QuerySaver
type QueryTxOutItem ¶ added in v0.65.0
type QueryTxOutItem = types.QueryTxOutItem
type QueryVaultPubKeyContract ¶ added in v0.41.0
type QueryVaultPubKeyContract = types.QueryVaultPubKeyContract
type QueryVaultsPubKeys ¶ added in v0.41.0
type QueryVaultsPubKeys = types.QueryVaultsPubKeys
type QueryVersion ¶
type QueryVersion = types.QueryVersion
type QueryYggdrasilVaults ¶
type QueryYggdrasilVaults = types.QueryYggdrasilVaults
type RagnarokHandler ¶
type RagnarokHandler struct {
// contains filtered or unexported fields
}
RagnarokHandler process MsgRagnarok
func NewRagnarokHandler ¶
func NewRagnarokHandler(mgr Manager) RagnarokHandler
NewRagnarokHandler create a new instance of RagnarokHandler
type RagnarokMemo ¶
type RagnarokMemo = mem.RagnarokMemo
type RagnarokWithdrawPosition ¶ added in v0.41.0
type RagnarokWithdrawPosition = types.RagnarokWithdrawPosition
type RefundHandler ¶
type RefundHandler struct {
// contains filtered or unexported fields
}
RefundHandler a handle to process tx that had refund memo usually this type or tx is because Thorchain fail to process the tx, which result in a refund, signer honour the tx and refund customer accordingly
func NewRefundHandler ¶
func NewRefundHandler(mgr Manager) RefundHandler
NewRefundHandler create a new refund handler
type RefundMemo ¶
type RefundMemo = mem.RefundMemo
type ReserveContributor ¶
type ReserveContributor = types.ReserveContributor
type ReserveContributorHandler ¶
type ReserveContributorHandler struct {
// contains filtered or unexported fields
}
ReserveContributorHandler is handler to process MsgReserveContributor
func NewReserveContributorHandler ¶
func NewReserveContributorHandler(mgr Manager) ReserveContributorHandler
NewReserveContributorHandler create a new instance of ReserveContributorHandler
type ReserveContributors ¶
type ReserveContributors = types.ReserveContributors
type ReserveMemo ¶
type ReserveMemo = mem.ReserveMemo
type RouterUpgradeController ¶ added in v0.59.1
type RouterUpgradeController struct {
// contains filtered or unexported fields
}
func NewRouterUpgradeController ¶ added in v0.59.1
func NewRouterUpgradeController(mgr Manager) *RouterUpgradeController
NewRouterUpgradeController create a new instance of RouterUpgradeController
func (*RouterUpgradeController) Process ¶ added in v0.59.1
func (r *RouterUpgradeController) Process(ctx cosmos.Context)
Process is the main entry of router upgrade controller , it will recall yggdrasil fund , and refund all USDT liquidity , and then upgrade contract
all these steps are controlled by mimir
type SendHandler ¶
type SendHandler struct {
// contains filtered or unexported fields
}
SendHandler handle MsgSend
func NewSendHandler ¶
func NewSendHandler(mgr Manager) SendHandler
NewSendHandler create a new instance of SendHandler
type SetNodeKeysHandler ¶
type SetNodeKeysHandler struct {
// contains filtered or unexported fields
}
SetNodeKeysHandler process MsgSetNodeKeys MsgSetNodeKeys is used by operators after the node account had been white list , to update the consensus pubkey and node account pubkey
func NewSetNodeKeysHandler ¶
func NewSetNodeKeysHandler(mgr Manager) SetNodeKeysHandler
NewSetNodeKeysHandler create a new instance of SetNodeKeysHandler
type Slasher ¶
type Slasher interface {
BeginBlock(ctx cosmos.Context, req abci.RequestBeginBlock, constAccessor constants.ConstantValues)
HandleDoubleSign(ctx cosmos.Context, addr crypto.Address, infractionHeight int64, constAccessor constants.ConstantValues) error
LackObserving(ctx cosmos.Context, constAccessor constants.ConstantValues) error
LackSigning(ctx cosmos.Context, mgr Manager) error
SlashVault(ctx cosmos.Context, vaultPK common.PubKey, coins common.Coins, mgr Manager) error
IncSlashPoints(ctx cosmos.Context, point int64, addresses ...cosmos.AccAddress)
DecSlashPoints(ctx cosmos.Context, point int64, addresses ...cosmos.AccAddress)
}
Slasher define all the method to perform slash
func GetSlasher ¶
func GetSlasher(version semver.Version, keeper keeper.Keeper, eventMgr EventManager) (Slasher, error)
GetSlasher return an implementation of Slasher
type SlasherV75 ¶ added in v0.75.0
type SlasherV75 struct {
// contains filtered or unexported fields
}
SlasherV75 is v54 implementation of slasher
func (*SlasherV75) BeginBlock ¶ added in v0.75.0
func (s *SlasherV75) BeginBlock(ctx cosmos.Context, req abci.RequestBeginBlock, constAccessor constants.ConstantValues)
BeginBlock called when a new block get proposed to detect whether there are duplicate vote
func (*SlasherV75) DecSlashPoints ¶ added in v0.75.0
func (s *SlasherV75) DecSlashPoints(ctx cosmos.Context, point int64, addresses ...cosmos.AccAddress)
DecSlashPoints will decrease the given account's slash points
func (*SlasherV75) HandleDoubleSign ¶ added in v0.75.0
func (s *SlasherV75) HandleDoubleSign(ctx cosmos.Context, addr crypto.Address, infractionHeight int64, constAccessor constants.ConstantValues) error
HandleDoubleSign - slashes a validator for signing two blocks at the same block height https://blog.cosmos.network/consensus-compare-casper-vs-tendermint-6df154ad56ae
func (*SlasherV75) IncSlashPoints ¶ added in v0.75.0
func (s *SlasherV75) IncSlashPoints(ctx cosmos.Context, point int64, addresses ...cosmos.AccAddress)
IncSlashPoints will increase the given account's slash points
func (*SlasherV75) LackObserving ¶ added in v0.75.0
func (s *SlasherV75) LackObserving(ctx cosmos.Context, constAccessor constants.ConstantValues) error
LackObserving Slash node accounts that didn't observe a single inbound txn
func (*SlasherV75) LackSigning ¶ added in v0.75.0
func (s *SlasherV75) LackSigning(ctx cosmos.Context, mgr Manager) error
LackSigning slash account that fail to sign tx
func (*SlasherV75) SlashVault ¶ added in v0.75.0
func (s *SlasherV75) SlashVault(ctx cosmos.Context, vaultPK common.PubKey, coins common.Coins, mgr Manager) error
SlashVault thorchain keep monitoring the outbound tx from asgard pool and yggdrasil pool, usually the txout is triggered by thorchain itself by adding an item into the txout array, refer to TxOutItem for the detail, the TxOutItem contains a specific coin and amount. if somehow thorchain discover signer send out fund more than the amount specified in TxOutItem, it will slash the node account who does that by taking 1.5 * extra fund from node account's bond and subsidise the pool that actually lost it.
type SlasherV86 ¶ added in v1.86.0
type SlasherV86 struct {
// contains filtered or unexported fields
}
SlasherV86 is v54 implementation of slasher
func (*SlasherV86) BeginBlock ¶ added in v1.86.0
func (s *SlasherV86) BeginBlock(ctx cosmos.Context, req abci.RequestBeginBlock, constAccessor constants.ConstantValues)
BeginBlock called when a new block get proposed to detect whether there are duplicate vote
func (*SlasherV86) DecSlashPoints ¶ added in v1.86.0
func (s *SlasherV86) DecSlashPoints(ctx cosmos.Context, point int64, addresses ...cosmos.AccAddress)
DecSlashPoints will decrease the given account's slash points
func (*SlasherV86) HandleDoubleSign ¶ added in v1.86.0
func (s *SlasherV86) HandleDoubleSign(ctx cosmos.Context, addr crypto.Address, infractionHeight int64, constAccessor constants.ConstantValues) error
HandleDoubleSign - slashes a validator for signing two blocks at the same block height https://blog.cosmos.network/consensus-compare-casper-vs-tendermint-6df154ad56ae
func (*SlasherV86) IncSlashPoints ¶ added in v1.86.0
func (s *SlasherV86) IncSlashPoints(ctx cosmos.Context, point int64, addresses ...cosmos.AccAddress)
IncSlashPoints will increase the given account's slash points
func (*SlasherV86) LackObserving ¶ added in v1.86.0
func (s *SlasherV86) LackObserving(ctx cosmos.Context, constAccessor constants.ConstantValues) error
LackObserving Slash node accounts that didn't observe a single inbound txn
func (*SlasherV86) LackSigning ¶ added in v1.86.0
func (s *SlasherV86) LackSigning(ctx cosmos.Context, mgr Manager) error
LackSigning slash account that fail to sign tx
func (*SlasherV86) SlashVault ¶ added in v1.86.0
func (s *SlasherV86) SlashVault(ctx cosmos.Context, vaultPK common.PubKey, coins common.Coins, mgr Manager) error
SlashVault thorchain keep monitoring the outbound tx from asgard pool and yggdrasil pool, usually the txout is triggered by thorchain itself by adding an item into the txout array, refer to TxOutItem for the detail, the TxOutItem contains a specific coin and amount. if somehow thorchain discover signer send out fund more than the amount specified in TxOutItem, it will slash the node account who does that by taking 1.5 * extra fund from node account's bond and subsidise the pool that actually lost it.
type SlasherV87 ¶ added in v1.87.0
type SlasherV87 struct {
// contains filtered or unexported fields
}
SlasherV87 is v54 implementation of slasher
func (*SlasherV87) BeginBlock ¶ added in v1.87.0
func (s *SlasherV87) BeginBlock(ctx cosmos.Context, req abci.RequestBeginBlock, constAccessor constants.ConstantValues)
BeginBlock called when a new block get proposed to detect whether there are duplicate vote
func (*SlasherV87) DecSlashPoints ¶ added in v1.87.0
func (s *SlasherV87) DecSlashPoints(ctx cosmos.Context, point int64, addresses ...cosmos.AccAddress)
DecSlashPoints will decrease the given account's slash points
func (*SlasherV87) HandleDoubleSign ¶ added in v1.87.0
func (s *SlasherV87) HandleDoubleSign(ctx cosmos.Context, addr crypto.Address, infractionHeight int64, constAccessor constants.ConstantValues) error
HandleDoubleSign - slashes a validator for signing two blocks at the same block height https://blog.cosmos.network/consensus-compare-casper-vs-tendermint-6df154ad56ae
func (*SlasherV87) IncSlashPoints ¶ added in v1.87.0
func (s *SlasherV87) IncSlashPoints(ctx cosmos.Context, point int64, addresses ...cosmos.AccAddress)
IncSlashPoints will increase the given account's slash points
func (*SlasherV87) LackObserving ¶ added in v1.87.0
func (s *SlasherV87) LackObserving(ctx cosmos.Context, constAccessor constants.ConstantValues) error
LackObserving Slash node accounts that didn't observe a single inbound txn
func (*SlasherV87) LackSigning ¶ added in v1.87.0
func (s *SlasherV87) LackSigning(ctx cosmos.Context, mgr Manager) error
LackSigning slash account that fail to sign tx
func (*SlasherV87) SlashVault ¶ added in v1.87.0
func (s *SlasherV87) SlashVault(ctx cosmos.Context, vaultPK common.PubKey, coins common.Coins, mgr Manager) error
SlashVault thorchain keep monitoring the outbound tx from asgard pool and yggdrasil pool, usually the txout is triggered by thorchain itself by adding an item into the txout array, refer to TxOutItem for the detail, the TxOutItem contains a specific coin and amount. if somehow thorchain discover signer send out fund more than the amount specified in TxOutItem, it will slash the node account who does that by taking 1.5 * extra fund from node account's bond and subsidise the pool that actually lost it.
type SlasherV88 ¶ added in v1.88.0
type SlasherV88 struct {
// contains filtered or unexported fields
}
SlasherV88 is v88 implementation of slasher
func (*SlasherV88) BeginBlock ¶ added in v1.88.0
func (s *SlasherV88) BeginBlock(ctx cosmos.Context, req abci.RequestBeginBlock, constAccessor constants.ConstantValues)
BeginBlock called when a new block get proposed to detect whether there are duplicate vote
func (*SlasherV88) DecSlashPoints ¶ added in v1.88.0
func (s *SlasherV88) DecSlashPoints(ctx cosmos.Context, point int64, addresses ...cosmos.AccAddress)
DecSlashPoints will decrease the given account's slash points
func (*SlasherV88) HandleDoubleSign ¶ added in v1.88.0
func (s *SlasherV88) HandleDoubleSign(ctx cosmos.Context, addr crypto.Address, infractionHeight int64, constAccessor constants.ConstantValues) error
HandleDoubleSign - slashes a validator for signing two blocks at the same block height https://blog.cosmos.network/consensus-compare-casper-vs-tendermint-6df154ad56ae
func (*SlasherV88) IncSlashPoints ¶ added in v1.88.0
func (s *SlasherV88) IncSlashPoints(ctx cosmos.Context, point int64, addresses ...cosmos.AccAddress)
IncSlashPoints will increase the given account's slash points
func (*SlasherV88) LackObserving ¶ added in v1.88.0
func (s *SlasherV88) LackObserving(ctx cosmos.Context, constAccessor constants.ConstantValues) error
LackObserving Slash node accounts that didn't observe a single inbound txn
func (*SlasherV88) LackSigning ¶ added in v1.88.0
func (s *SlasherV88) LackSigning(ctx cosmos.Context, mgr Manager) error
LackSigning slash account that fail to sign tx
func (*SlasherV88) SlashVault ¶ added in v1.88.0
func (s *SlasherV88) SlashVault(ctx cosmos.Context, vaultPK common.PubKey, coins common.Coins, mgr Manager) error
SlashVault thorchain keep monitoring the outbound tx from asgard pool and yggdrasil pool, usually the txout is triggered by thorchain itself by adding an item into the txout array, refer to TxOutItem for the detail, the TxOutItem contains a specific coin and amount. if somehow thorchain discover signer send out fund more than the amount specified in TxOutItem, it will slash the node account who does that by taking 1.5 * extra fund from node account's bond and subsidise the pool that actually lost it.
type SlasherV89 ¶ added in v1.89.0
type SlasherV89 struct {
// contains filtered or unexported fields
}
SlasherV89 is v88 implementation of slasher
func (*SlasherV89) BeginBlock ¶ added in v1.89.0
func (s *SlasherV89) BeginBlock(ctx cosmos.Context, req abci.RequestBeginBlock, constAccessor constants.ConstantValues)
BeginBlock called when a new block get proposed to detect whether there are duplicate vote
func (*SlasherV89) DecSlashPoints ¶ added in v1.89.0
func (s *SlasherV89) DecSlashPoints(ctx cosmos.Context, point int64, addresses ...cosmos.AccAddress)
DecSlashPoints will decrease the given account's slash points
func (*SlasherV89) HandleDoubleSign ¶ added in v1.89.0
func (s *SlasherV89) HandleDoubleSign(ctx cosmos.Context, addr crypto.Address, infractionHeight int64, constAccessor constants.ConstantValues) error
HandleDoubleSign - slashes a validator for signing two blocks at the same block height https://blog.cosmos.network/consensus-compare-casper-vs-tendermint-6df154ad56ae
func (*SlasherV89) IncSlashPoints ¶ added in v1.89.0
func (s *SlasherV89) IncSlashPoints(ctx cosmos.Context, point int64, addresses ...cosmos.AccAddress)
IncSlashPoints will increase the given account's slash points
func (*SlasherV89) LackObserving ¶ added in v1.89.0
func (s *SlasherV89) LackObserving(ctx cosmos.Context, constAccessor constants.ConstantValues) error
LackObserving Slash node accounts that didn't observe a single inbound txn
func (*SlasherV89) LackSigning ¶ added in v1.89.0
func (s *SlasherV89) LackSigning(ctx cosmos.Context, mgr Manager) error
LackSigning slash account that fail to sign tx
func (*SlasherV89) SlashVault ¶ added in v1.89.0
func (s *SlasherV89) SlashVault(ctx cosmos.Context, vaultPK common.PubKey, coins common.Coins, mgr Manager) error
SlashVault thorchain keep monitoring the outbound tx from asgard pool and yggdrasil pool, usually the txout is triggered by thorchain itself by adding an item into the txout array, refer to TxOutItem for the detail, the TxOutItem contains a specific coin and amount. if somehow thorchain discover signer send out fund more than the amount specified in TxOutItem, it will slash the node account who does that by taking 1.5 * extra fund from node account's bond and subsidise the pool that actually lost it.
type SlasherV92 ¶ added in v1.92.0
type SlasherV92 struct {
// contains filtered or unexported fields
}
SlasherV92 is v88 implementation of slasher
func (*SlasherV92) BeginBlock ¶ added in v1.92.0
func (s *SlasherV92) BeginBlock(ctx cosmos.Context, req abci.RequestBeginBlock, constAccessor constants.ConstantValues)
BeginBlock called when a new block get proposed to detect whether there are duplicate vote
func (*SlasherV92) DecSlashPoints ¶ added in v1.92.0
func (s *SlasherV92) DecSlashPoints(ctx cosmos.Context, point int64, addresses ...cosmos.AccAddress)
DecSlashPoints will decrease the given account's slash points
func (*SlasherV92) HandleDoubleSign ¶ added in v1.92.0
func (s *SlasherV92) HandleDoubleSign(ctx cosmos.Context, addr crypto.Address, infractionHeight int64, constAccessor constants.ConstantValues) error
HandleDoubleSign - slashes a validator for signing two blocks at the same block height https://blog.cosmos.network/consensus-compare-casper-vs-tendermint-6df154ad56ae
func (*SlasherV92) IncSlashPoints ¶ added in v1.92.0
func (s *SlasherV92) IncSlashPoints(ctx cosmos.Context, point int64, addresses ...cosmos.AccAddress)
IncSlashPoints will increase the given account's slash points
func (*SlasherV92) LackObserving ¶ added in v1.92.0
func (s *SlasherV92) LackObserving(ctx cosmos.Context, constAccessor constants.ConstantValues) error
LackObserving Slash node accounts that didn't observe a single inbound txn
func (*SlasherV92) LackSigning ¶ added in v1.92.0
func (s *SlasherV92) LackSigning(ctx cosmos.Context, mgr Manager) error
LackSigning slash account that fail to sign tx
func (*SlasherV92) SlashVault ¶ added in v1.92.0
func (s *SlasherV92) SlashVault(ctx cosmos.Context, vaultPK common.PubKey, coins common.Coins, mgr Manager) error
SlashVault thorchain keep monitoring the outbound tx from asgard pool and yggdrasil pool, usually the txout is triggered by thorchain itself by adding an item into the txout array, refer to TxOutItem for the detail, the TxOutItem contains a specific coin and amount. if somehow thorchain discover signer send out fund more than the amount specified in TxOutItem, it will slash the node account who does that by taking 1.5 * extra fund from node account's bond and subsidise the pool that actually lost it.
type SolvencyHandler ¶ added in v0.63.0
type SolvencyHandler struct {
// contains filtered or unexported fields
}
SolvencyHandler is to process MsgSolvency message from bifrost Bifrost constantly monitor the account balance , and report to THORNode If it detect that wallet is short of fund , much less than vault, the network should automatically halt trading
func NewSolvencyHandler ¶ added in v0.63.0
func NewSolvencyHandler(mgr Manager) SolvencyHandler
NewSolvencyHandler create a new instance of solvency handler
type StoreManager ¶
StoreManager define the method as the entry point for store upgrade
type StoreMgr ¶
type StoreMgr struct {
// contains filtered or unexported fields
}
StoreMgr implement StoreManager interface
type SwapHandler ¶
type SwapHandler struct {
// contains filtered or unexported fields
}
SwapHandler is the handler to process swap request
func NewSwapHandler ¶
func NewSwapHandler(mgr Manager) SwapHandler
NewSwapHandler create a new instance of swap handler
type SwapQv58 ¶ added in v0.58.0
type SwapQv58 struct {
// contains filtered or unexported fields
}
SwapQv58 is going to manage the swaps queue
type SwapQv94 ¶ added in v1.95.0
type SwapQv94 struct {
// contains filtered or unexported fields
}
SwapQv94 is going to manage the swaps queue
type SwapQv95 ¶ added in v1.95.0
type SwapQv95 struct {
// contains filtered or unexported fields
}
SwapQv95 is going to manage the swaps queue
type Swapper ¶ added in v1.91.0
type Swapper interface {
Swap(ctx cosmos.Context,
keeper keeper.Keeper,
tx common.Tx,
target common.Asset,
destination common.Address,
swapTarget cosmos.Uint,
dexAgg string,
dexAggTargetAsset string,
dexAggLimit *cosmos.Uint,
transactionFee cosmos.Uint,
synthVirtualDepthMult int64,
mgr Manager,
) (cosmos.Uint, []*EventSwap, error)
CalcAssetEmission(X, x, Y cosmos.Uint) cosmos.Uint
CalcLiquidityFee(X, x, Y cosmos.Uint) cosmos.Uint
CalcSwapSlip(Xi, xi cosmos.Uint) cosmos.Uint
}
type SwapperV81 ¶ added in v0.81.0
type SwapperV81 struct {
// contains filtered or unexported fields
}
func (*SwapperV81) CalcAssetEmission ¶ added in v1.95.0
func (s *SwapperV81) CalcAssetEmission(X, x, Y cosmos.Uint) cosmos.Uint
calculate the number of assets sent to the address (includes liquidity fee) nolint
func (*SwapperV81) CalcLiquidityFee ¶ added in v1.95.0
func (s *SwapperV81) CalcLiquidityFee(X, x, Y cosmos.Uint) cosmos.Uint
calculateFee the fee of the swap nolint
func (*SwapperV81) CalcSwapSlip ¶ added in v1.95.0
func (s *SwapperV81) CalcSwapSlip(Xi, xi cosmos.Uint) cosmos.Uint
CalcSwapSlip - calculate the swap slip, expressed in basis points (10000) nolint
func (*SwapperV81) Swap ¶ added in v1.91.0
func (s *SwapperV81) Swap(ctx cosmos.Context, keeper keeper.Keeper, tx common.Tx, target common.Asset, destination common.Address, swapTarget cosmos.Uint, dexAgg string, dexAggTargetAsset string, dexAggLimit *cosmos.Uint, transactionFee cosmos.Uint, synthVirtualDepthMult int64, mgr Manager, ) (cosmos.Uint, []*EventSwap, error)
type SwapperV90 ¶ added in v1.90.0
type SwapperV90 struct {
// contains filtered or unexported fields
}
func (*SwapperV90) CalcAssetEmission ¶ added in v1.95.0
func (s *SwapperV90) CalcAssetEmission(X, x, Y cosmos.Uint) cosmos.Uint
calculate the number of assets sent to the address (includes liquidity fee) nolint
func (*SwapperV90) CalcLiquidityFee ¶ added in v1.95.0
func (s *SwapperV90) CalcLiquidityFee(X, x, Y cosmos.Uint) cosmos.Uint
CalculateFee the fee of the swap nolint
func (*SwapperV90) CalcSwapSlip ¶ added in v1.95.0
func (s *SwapperV90) CalcSwapSlip(Xi, xi cosmos.Uint) cosmos.Uint
CalcSwapSlip - calculate the swap slip, expressed in basis points (10000) nolint
func (*SwapperV90) Swap ¶ added in v1.91.0
func (s *SwapperV90) Swap(ctx cosmos.Context, keeper keeper.Keeper, tx common.Tx, target common.Asset, destination common.Address, swapTarget cosmos.Uint, dexAgg string, dexAggTargetAsset string, dexAggLimit *cosmos.Uint, transactionFee cosmos.Uint, synthVirtualDepthMult int64, mgr Manager, ) (cosmos.Uint, []*EventSwap, error)
type SwapperV91 ¶ added in v1.91.0
type SwapperV91 struct{}
func (*SwapperV91) CalcAssetEmission ¶ added in v1.95.0
func (s *SwapperV91) CalcAssetEmission(X, x, Y cosmos.Uint) cosmos.Uint
calculate the number of assets sent to the address (includes liquidity fee) nolint
func (*SwapperV91) CalcLiquidityFee ¶ added in v1.95.0
func (s *SwapperV91) CalcLiquidityFee(X, x, Y cosmos.Uint) cosmos.Uint
CalculateFee the fee of the swap nolint
func (*SwapperV91) CalcSwapSlip ¶ added in v1.95.0
func (s *SwapperV91) CalcSwapSlip(Xi, xi cosmos.Uint) cosmos.Uint
CalcSwapSlip - calculate the swap slip, expressed in basis points (10000) nolint
func (*SwapperV91) Swap ¶ added in v1.91.0
func (s *SwapperV91) Swap(ctx cosmos.Context, keeper keeper.Keeper, tx common.Tx, target common.Asset, destination common.Address, swapTarget cosmos.Uint, dexAgg string, dexAggTargetAsset string, dexAggLimit *cosmos.Uint, transactionFee cosmos.Uint, synthVirtualDepthMult int64, mgr Manager, ) (cosmos.Uint, []*EventSwap, error)
type SwapperV92 ¶ added in v1.92.0
type SwapperV92 struct{}
func (*SwapperV92) CalcAssetEmission ¶ added in v1.95.0
func (s *SwapperV92) CalcAssetEmission(X, x, Y cosmos.Uint) cosmos.Uint
calculate the number of assets sent to the address (includes liquidity fee) nolint
func (*SwapperV92) CalcLiquidityFee ¶ added in v1.95.0
func (s *SwapperV92) CalcLiquidityFee(X, x, Y cosmos.Uint) cosmos.Uint
CalculateLiquidityFee the fee of the swap nolint
func (*SwapperV92) CalcSwapSlip ¶ added in v1.95.0
func (s *SwapperV92) CalcSwapSlip(Xi, xi cosmos.Uint) cosmos.Uint
CalcSwapSlip - calculate the swap slip, expressed in basis points (10000) nolint
func (*SwapperV92) Swap ¶ added in v1.92.0
func (s *SwapperV92) Swap(ctx cosmos.Context, keeper keeper.Keeper, tx common.Tx, target common.Asset, destination common.Address, swapTarget cosmos.Uint, dexAgg string, dexAggTargetAsset string, dexAggLimit *cosmos.Uint, transactionFee cosmos.Uint, synthVirtualDepthMult int64, mgr Manager, ) (cosmos.Uint, []*EventSwap, error)
type SwapperV94 ¶ added in v1.95.0
type SwapperV94 struct{}
func (*SwapperV94) CalcAssetEmission ¶ added in v1.95.0
func (s *SwapperV94) CalcAssetEmission(X, x, Y cosmos.Uint) cosmos.Uint
calculate the number of assets sent to the address (includes liquidity fee) nolint
func (*SwapperV94) CalcLiquidityFee ¶ added in v1.95.0
func (s *SwapperV94) CalcLiquidityFee(X, x, Y cosmos.Uint) cosmos.Uint
CalculateLiquidityFee the fee of the swap nolint
func (*SwapperV94) CalcSwapSlip ¶ added in v1.95.0
func (s *SwapperV94) CalcSwapSlip(Xi, xi cosmos.Uint) cosmos.Uint
CalcSwapSlip - calculate the swap slip, expressed in basis points (10000) nolint
func (*SwapperV94) Swap ¶ added in v1.95.0
func (s *SwapperV94) Swap(ctx cosmos.Context, keeper keeper.Keeper, tx common.Tx, target common.Asset, destination common.Address, swapTarget cosmos.Uint, dexAgg string, dexAggTargetAsset string, dexAggLimit *cosmos.Uint, transactionFee cosmos.Uint, synthVirtualDepthMult int64, mgr Manager, ) (cosmos.Uint, []*EventSwap, error)
type SwapperV95 ¶ added in v1.95.0
type SwapperV95 struct{}
func (*SwapperV95) CalcAssetEmission ¶ added in v1.95.0
func (s *SwapperV95) CalcAssetEmission(X, x, Y cosmos.Uint) cosmos.Uint
calculate the number of assets sent to the address (includes liquidity fee) nolint
func (*SwapperV95) CalcLiquidityFee ¶ added in v1.95.0
func (s *SwapperV95) CalcLiquidityFee(X, x, Y cosmos.Uint) cosmos.Uint
CalculateLiquidityFee the fee of the swap nolint
func (*SwapperV95) CalcSwapSlip ¶ added in v1.95.0
func (s *SwapperV95) CalcSwapSlip(Xi, xi cosmos.Uint) cosmos.Uint
CalcSwapSlip - calculate the swap slip, expressed in basis points (10000) nolint
func (*SwapperV95) Swap ¶ added in v1.95.0
func (s *SwapperV95) Swap(ctx cosmos.Context, keeper keeper.Keeper, tx common.Tx, target common.Asset, destination common.Address, swapTarget cosmos.Uint, dexAgg string, dexAggTargetAsset string, dexAggLimit *cosmos.Uint, transactionFee cosmos.Uint, synthVirtualDepthMult int64, mgr Manager, ) (cosmos.Uint, []*EventSwap, error)
type SwapperV98 ¶ added in v1.98.0
type SwapperV98 struct{}
func (*SwapperV98) CalcAssetEmission ¶ added in v1.98.0
func (s *SwapperV98) CalcAssetEmission(X, x, Y cosmos.Uint) cosmos.Uint
calculate the number of assets sent to the address (includes liquidity fee) nolint
func (*SwapperV98) CalcLiquidityFee ¶ added in v1.98.0
func (s *SwapperV98) CalcLiquidityFee(X, x, Y cosmos.Uint) cosmos.Uint
CalculateLiquidityFee the fee of the swap nolint
func (*SwapperV98) CalcSwapSlip ¶ added in v1.98.0
func (s *SwapperV98) CalcSwapSlip(Xi, xi cosmos.Uint) cosmos.Uint
CalcSwapSlip - calculate the swap slip, expressed in basis points (10000) nolint
func (*SwapperV98) Swap ¶ added in v1.98.0
func (s *SwapperV98) Swap(ctx cosmos.Context, keeper keeper.Keeper, tx common.Tx, target common.Asset, destination common.Address, swapTarget cosmos.Uint, dexAgg string, dexAggTargetAsset string, dexAggLimit *cosmos.Uint, transactionFee cosmos.Uint, synthVirtualDepthMult int64, mgr Manager, ) (cosmos.Uint, []*EventSwap, error)
type SwitchHandler ¶
type SwitchHandler struct {
// contains filtered or unexported fields
}
SwitchHandler is to handle Switch message MsgSwitch is used to switch from bep2 RUNE to native RUNE
func NewSwitchHandler ¶
func NewSwitchHandler(mgr Manager) SwitchHandler
NewSwitchHandler create new instance of SwitchHandler
type SwitchMemo ¶
type SwitchMemo = mem.SwitchMemo
type THORNameAlias ¶ added in v0.58.0
type THORNameAlias = types.THORNameAlias
type TssHandler ¶
type TssHandler struct {
// contains filtered or unexported fields
}
TssHandler handle MsgTssPool
func NewTssHandler ¶
func NewTssHandler(mgr Manager) TssHandler
NewTssHandler create a new handler to process MsgTssPool
type TssKeysignFailVoter ¶
type TssKeysignFailVoter = types.TssKeysignFailVoter
type TssKeysignHandler ¶
type TssKeysignHandler struct {
// contains filtered or unexported fields
}
TssKeysignHandler is design to process MsgTssKeysignFail
func NewTssKeysignHandler ¶
func NewTssKeysignHandler(mgr Manager) TssKeysignHandler
NewTssKeysignHandler create a new instance of TssKeysignHandler when a signer fail to join tss keysign , thorchain need to slash the node account
type TxOutStorageV78 ¶ added in v0.78.0
type TxOutStorageV78 struct {
// contains filtered or unexported fields
}
TxOutStorageV78 is going to manage all the outgoing tx
func (*TxOutStorageV78) CalcTxOutHeight ¶ added in v1.99.0
func (*TxOutStorageV78) ClearOutboundItems ¶ added in v0.78.0
func (tos *TxOutStorageV78) ClearOutboundItems(ctx cosmos.Context)
ClearOutboundItems remove all the tx out items , mostly used for test
func (*TxOutStorageV78) EndBlock ¶ added in v0.78.0
func (tos *TxOutStorageV78) EndBlock(ctx cosmos.Context, mgr Manager) error
func (*TxOutStorageV78) GetBlockOut ¶ added in v0.78.0
func (tos *TxOutStorageV78) GetBlockOut(ctx cosmos.Context) (*TxOut, error)
GetBlockOut read the TxOut from kv store
func (*TxOutStorageV78) GetOutboundItemByToAddress ¶ added in v0.78.0
func (tos *TxOutStorageV78) GetOutboundItemByToAddress(ctx cosmos.Context, to common.Address) []TxOutItem
GetOutboundItemByToAddress read all the outbound items filter by the given to address
func (*TxOutStorageV78) GetOutboundItems ¶ added in v0.78.0
func (tos *TxOutStorageV78) GetOutboundItems(ctx cosmos.Context) ([]TxOutItem, error)
GetOutboundItems read all the outbound item from kv store
func (*TxOutStorageV78) TryAddTxOutItem ¶ added in v0.78.0
func (tos *TxOutStorageV78) TryAddTxOutItem(ctx cosmos.Context, mgr Manager, toi TxOutItem, _ cosmos.Uint) (bool, error)
TryAddTxOutItem add an outbound tx to block return bool indicate whether the transaction had been added successful or not return error indicate error
func (*TxOutStorageV78) UnSafeAddTxOutItem ¶ added in v0.78.0
func (tos *TxOutStorageV78) UnSafeAddTxOutItem(ctx cosmos.Context, mgr Manager, toi TxOutItem) error
UnSafeAddTxOutItem - blindly adds a tx out, skipping vault selection, transaction fee deduction, etc
type TxOutStorageV83 ¶ added in v1.83.0
type TxOutStorageV83 struct {
// contains filtered or unexported fields
}
TxOutStorageV83 is going to manage all the outgoing tx
func (*TxOutStorageV83) CalcTxOutHeight ¶ added in v1.99.0
func (*TxOutStorageV83) ClearOutboundItems ¶ added in v1.83.0
func (tos *TxOutStorageV83) ClearOutboundItems(ctx cosmos.Context)
ClearOutboundItems remove all the tx out items , mostly used for test
func (*TxOutStorageV83) EndBlock ¶ added in v1.83.0
func (tos *TxOutStorageV83) EndBlock(ctx cosmos.Context, mgr Manager) error
func (*TxOutStorageV83) GetBlockOut ¶ added in v1.83.0
func (tos *TxOutStorageV83) GetBlockOut(ctx cosmos.Context) (*TxOut, error)
GetBlockOut read the TxOut from kv store
func (*TxOutStorageV83) GetOutboundItemByToAddress ¶ added in v1.83.0
func (tos *TxOutStorageV83) GetOutboundItemByToAddress(ctx cosmos.Context, to common.Address) []TxOutItem
GetOutboundItemByToAddress read all the outbound items filter by the given to address
func (*TxOutStorageV83) GetOutboundItems ¶ added in v1.83.0
func (tos *TxOutStorageV83) GetOutboundItems(ctx cosmos.Context) ([]TxOutItem, error)
GetOutboundItems read all the outbound item from kv store
func (*TxOutStorageV83) TryAddTxOutItem ¶ added in v1.83.0
func (tos *TxOutStorageV83) TryAddTxOutItem(ctx cosmos.Context, mgr Manager, toi TxOutItem, _ cosmos.Uint) (bool, error)
TryAddTxOutItem add an outbound tx to block return bool indicate whether the transaction had been added successful or not return error indicate error
func (*TxOutStorageV83) UnSafeAddTxOutItem ¶ added in v1.83.0
func (tos *TxOutStorageV83) UnSafeAddTxOutItem(ctx cosmos.Context, mgr Manager, toi TxOutItem) error
UnSafeAddTxOutItem - blindly adds a tx out, skipping vault selection, transaction fee deduction, etc
type TxOutStorageV84 ¶ added in v1.84.0
type TxOutStorageV84 struct {
// contains filtered or unexported fields
}
TxOutStorageV84 is going to manage all the outgoing tx
func (*TxOutStorageV84) CalcTxOutHeight ¶ added in v1.99.0
func (*TxOutStorageV84) ClearOutboundItems ¶ added in v1.84.0
func (tos *TxOutStorageV84) ClearOutboundItems(ctx cosmos.Context)
ClearOutboundItems remove all the tx out items , mostly used for test
func (*TxOutStorageV84) EndBlock ¶ added in v1.84.0
func (tos *TxOutStorageV84) EndBlock(ctx cosmos.Context, mgr Manager) error
func (*TxOutStorageV84) GetBlockOut ¶ added in v1.84.0
func (tos *TxOutStorageV84) GetBlockOut(ctx cosmos.Context) (*TxOut, error)
GetBlockOut read the TxOut from kv store
func (*TxOutStorageV84) GetOutboundItemByToAddress ¶ added in v1.84.0
func (tos *TxOutStorageV84) GetOutboundItemByToAddress(ctx cosmos.Context, to common.Address) []TxOutItem
GetOutboundItemByToAddress read all the outbound items filter by the given to address
func (*TxOutStorageV84) GetOutboundItems ¶ added in v1.84.0
func (tos *TxOutStorageV84) GetOutboundItems(ctx cosmos.Context) ([]TxOutItem, error)
GetOutboundItems read all the outbound item from kv store
func (*TxOutStorageV84) TryAddTxOutItem ¶ added in v1.84.0
func (tos *TxOutStorageV84) TryAddTxOutItem(ctx cosmos.Context, mgr Manager, toi TxOutItem, _ cosmos.Uint) (bool, error)
TryAddTxOutItem add an outbound tx to block return bool indicate whether the transaction had been added successful or not return error indicate error
func (*TxOutStorageV84) UnSafeAddTxOutItem ¶ added in v1.84.0
func (tos *TxOutStorageV84) UnSafeAddTxOutItem(ctx cosmos.Context, mgr Manager, toi TxOutItem) error
UnSafeAddTxOutItem - blindly adds a tx out, skipping vault selection, transaction fee deduction, etc
type TxOutStorageV85 ¶ added in v1.85.0
type TxOutStorageV85 struct {
// contains filtered or unexported fields
}
TxOutStorageV85 is going to manage all the outgoing tx
func (*TxOutStorageV85) CalcTxOutHeight ¶ added in v1.99.0
func (*TxOutStorageV85) ClearOutboundItems ¶ added in v1.85.0
func (tos *TxOutStorageV85) ClearOutboundItems(ctx cosmos.Context)
ClearOutboundItems remove all the tx out items , mostly used for test
func (*TxOutStorageV85) EndBlock ¶ added in v1.85.0
func (tos *TxOutStorageV85) EndBlock(ctx cosmos.Context, mgr Manager) error
func (*TxOutStorageV85) GetBlockOut ¶ added in v1.85.0
func (tos *TxOutStorageV85) GetBlockOut(ctx cosmos.Context) (*TxOut, error)
GetBlockOut read the TxOut from kv store
func (*TxOutStorageV85) GetOutboundItemByToAddress ¶ added in v1.85.0
func (tos *TxOutStorageV85) GetOutboundItemByToAddress(ctx cosmos.Context, to common.Address) []TxOutItem
GetOutboundItemByToAddress read all the outbound items filter by the given to address
func (*TxOutStorageV85) GetOutboundItems ¶ added in v1.85.0
func (tos *TxOutStorageV85) GetOutboundItems(ctx cosmos.Context) ([]TxOutItem, error)
GetOutboundItems read all the outbound item from kv store
func (*TxOutStorageV85) TryAddTxOutItem ¶ added in v1.85.0
func (tos *TxOutStorageV85) TryAddTxOutItem(ctx cosmos.Context, mgr Manager, toi TxOutItem, _ cosmos.Uint) (bool, error)
TryAddTxOutItem add an outbound tx to block return bool indicate whether the transaction had been added successful or not return error indicate error
func (*TxOutStorageV85) UnSafeAddTxOutItem ¶ added in v1.85.0
func (tos *TxOutStorageV85) UnSafeAddTxOutItem(ctx cosmos.Context, mgr Manager, toi TxOutItem) error
UnSafeAddTxOutItem - blindly adds a tx out, skipping vault selection, transaction fee deduction, etc
type TxOutStorageV88 ¶ added in v1.88.0
type TxOutStorageV88 struct {
// contains filtered or unexported fields
}
TxOutStorageV88 is going to manage all the outgoing tx
func (*TxOutStorageV88) CalcTxOutHeight ¶ added in v1.99.0
func (*TxOutStorageV88) ClearOutboundItems ¶ added in v1.88.0
func (tos *TxOutStorageV88) ClearOutboundItems(ctx cosmos.Context)
ClearOutboundItems remove all the tx out items , mostly used for test
func (*TxOutStorageV88) EndBlock ¶ added in v1.88.0
func (tos *TxOutStorageV88) EndBlock(ctx cosmos.Context, mgr Manager) error
func (*TxOutStorageV88) GetBlockOut ¶ added in v1.88.0
func (tos *TxOutStorageV88) GetBlockOut(ctx cosmos.Context) (*TxOut, error)
GetBlockOut read the TxOut from kv store
func (*TxOutStorageV88) GetOutboundItemByToAddress ¶ added in v1.88.0
func (tos *TxOutStorageV88) GetOutboundItemByToAddress(ctx cosmos.Context, to common.Address) []TxOutItem
GetOutboundItemByToAddress read all the outbound items filter by the given to address
func (*TxOutStorageV88) GetOutboundItems ¶ added in v1.88.0
func (tos *TxOutStorageV88) GetOutboundItems(ctx cosmos.Context) ([]TxOutItem, error)
GetOutboundItems read all the outbound item from kv store
func (*TxOutStorageV88) TryAddTxOutItem ¶ added in v1.88.0
func (tos *TxOutStorageV88) TryAddTxOutItem(ctx cosmos.Context, mgr Manager, toi TxOutItem, _ cosmos.Uint) (bool, error)
TryAddTxOutItem add an outbound tx to block return bool indicate whether the transaction had been added successful or not return error indicate error
func (*TxOutStorageV88) UnSafeAddTxOutItem ¶ added in v1.88.0
func (tos *TxOutStorageV88) UnSafeAddTxOutItem(ctx cosmos.Context, mgr Manager, toi TxOutItem) error
UnSafeAddTxOutItem - blindly adds a tx out, skipping vault selection, transaction fee deduction, etc
type TxOutStorageV93 ¶ added in v1.93.0
type TxOutStorageV93 struct {
// contains filtered or unexported fields
}
TxOutStorageV93 is going to manage all the outgoing tx
func (*TxOutStorageV93) CalcTxOutHeight ¶ added in v1.99.0
func (*TxOutStorageV93) ClearOutboundItems ¶ added in v1.93.0
func (tos *TxOutStorageV93) ClearOutboundItems(ctx cosmos.Context)
ClearOutboundItems remove all the tx out items , mostly used for test
func (*TxOutStorageV93) EndBlock ¶ added in v1.93.0
func (tos *TxOutStorageV93) EndBlock(ctx cosmos.Context, mgr Manager) error
func (*TxOutStorageV93) GetBlockOut ¶ added in v1.93.0
func (tos *TxOutStorageV93) GetBlockOut(ctx cosmos.Context) (*TxOut, error)
GetBlockOut read the TxOut from kv store
func (*TxOutStorageV93) GetOutboundItemByToAddress ¶ added in v1.93.0
func (tos *TxOutStorageV93) GetOutboundItemByToAddress(ctx cosmos.Context, to common.Address) []TxOutItem
GetOutboundItemByToAddress read all the outbound items filter by the given to address
func (*TxOutStorageV93) GetOutboundItems ¶ added in v1.93.0
func (tos *TxOutStorageV93) GetOutboundItems(ctx cosmos.Context) ([]TxOutItem, error)
GetOutboundItems read all the outbound item from kv store
func (*TxOutStorageV93) TryAddTxOutItem ¶ added in v1.93.0
func (tos *TxOutStorageV93) TryAddTxOutItem(ctx cosmos.Context, mgr Manager, toi TxOutItem, minOut cosmos.Uint) (bool, error)
TryAddTxOutItem add an outbound tx to block return bool indicate whether the transaction had been added successful or not return error indicate error
func (*TxOutStorageV93) UnSafeAddTxOutItem ¶ added in v1.93.0
func (tos *TxOutStorageV93) UnSafeAddTxOutItem(ctx cosmos.Context, mgr Manager, toi TxOutItem) error
UnSafeAddTxOutItem - blindly adds a tx out, skipping vault selection, transaction fee deduction, etc
type TxOutStorageV94 ¶ added in v1.95.0
type TxOutStorageV94 struct {
// contains filtered or unexported fields
}
TxOutStorageV94 is going to manage all the outgoing tx
func (*TxOutStorageV94) CalcTxOutHeight ¶ added in v1.99.0
func (*TxOutStorageV94) ClearOutboundItems ¶ added in v1.95.0
func (tos *TxOutStorageV94) ClearOutboundItems(ctx cosmos.Context)
ClearOutboundItems remove all the tx out items , mostly used for test
func (*TxOutStorageV94) EndBlock ¶ added in v1.95.0
func (tos *TxOutStorageV94) EndBlock(ctx cosmos.Context, mgr Manager) error
func (*TxOutStorageV94) GetBlockOut ¶ added in v1.95.0
func (tos *TxOutStorageV94) GetBlockOut(ctx cosmos.Context) (*TxOut, error)
GetBlockOut read the TxOut from kv store
func (*TxOutStorageV94) GetOutboundItemByToAddress ¶ added in v1.95.0
func (tos *TxOutStorageV94) GetOutboundItemByToAddress(ctx cosmos.Context, to common.Address) []TxOutItem
GetOutboundItemByToAddress read all the outbound items filter by the given to address
func (*TxOutStorageV94) GetOutboundItems ¶ added in v1.95.0
func (tos *TxOutStorageV94) GetOutboundItems(ctx cosmos.Context) ([]TxOutItem, error)
GetOutboundItems read all the outbound item from kv store
func (*TxOutStorageV94) TryAddTxOutItem ¶ added in v1.95.0
func (tos *TxOutStorageV94) TryAddTxOutItem(ctx cosmos.Context, mgr Manager, toi TxOutItem, minOut cosmos.Uint) (bool, error)
TryAddTxOutItem add an outbound tx to block return bool indicate whether the transaction had been added successful or not return error indicate error
func (*TxOutStorageV94) UnSafeAddTxOutItem ¶ added in v1.95.0
func (tos *TxOutStorageV94) UnSafeAddTxOutItem(ctx cosmos.Context, mgr Manager, toi TxOutItem) error
UnSafeAddTxOutItem - blindly adds a tx out, skipping vault selection, transaction fee deduction, etc
type TxOutStorageV95 ¶ added in v1.95.0
type TxOutStorageV95 struct {
// contains filtered or unexported fields
}
TxOutStorageV95 is going to manage all the outgoing tx
func (*TxOutStorageV95) CalcTxOutHeight ¶ added in v1.99.0
func (*TxOutStorageV95) ClearOutboundItems ¶ added in v1.95.0
func (tos *TxOutStorageV95) ClearOutboundItems(ctx cosmos.Context)
ClearOutboundItems remove all the tx out items , mostly used for test
func (*TxOutStorageV95) EndBlock ¶ added in v1.95.0
func (tos *TxOutStorageV95) EndBlock(ctx cosmos.Context, mgr Manager) error
func (*TxOutStorageV95) GetBlockOut ¶ added in v1.95.0
func (tos *TxOutStorageV95) GetBlockOut(ctx cosmos.Context) (*TxOut, error)
GetBlockOut read the TxOut from kv store
func (*TxOutStorageV95) GetOutboundItemByToAddress ¶ added in v1.95.0
func (tos *TxOutStorageV95) GetOutboundItemByToAddress(ctx cosmos.Context, to common.Address) []TxOutItem
GetOutboundItemByToAddress read all the outbound items filter by the given to address
func (*TxOutStorageV95) GetOutboundItems ¶ added in v1.95.0
func (tos *TxOutStorageV95) GetOutboundItems(ctx cosmos.Context) ([]TxOutItem, error)
GetOutboundItems read all the outbound item from kv store
func (*TxOutStorageV95) TryAddTxOutItem ¶ added in v1.95.0
func (tos *TxOutStorageV95) TryAddTxOutItem(ctx cosmos.Context, mgr Manager, toi TxOutItem, minOut cosmos.Uint) (bool, error)
TryAddTxOutItem add an outbound tx to block return bool indicate whether the transaction had been added successful or not return error indicate error
func (*TxOutStorageV95) UnSafeAddTxOutItem ¶ added in v1.95.0
func (tos *TxOutStorageV95) UnSafeAddTxOutItem(ctx cosmos.Context, mgr Manager, toi TxOutItem) error
UnSafeAddTxOutItem - blindly adds a tx out, skipping vault selection, transaction fee deduction, etc
type TxOutStorageV97 ¶ added in v1.97.0
type TxOutStorageV97 struct {
// contains filtered or unexported fields
}
TxOutStorageV97 is going to manage all the outgoing tx
func (*TxOutStorageV97) CalcTxOutHeight ¶ added in v1.99.0
func (*TxOutStorageV97) ClearOutboundItems ¶ added in v1.97.0
func (tos *TxOutStorageV97) ClearOutboundItems(ctx cosmos.Context)
ClearOutboundItems remove all the tx out items , mostly used for test
func (*TxOutStorageV97) EndBlock ¶ added in v1.97.0
func (tos *TxOutStorageV97) EndBlock(ctx cosmos.Context, mgr Manager) error
func (*TxOutStorageV97) GetBlockOut ¶ added in v1.97.0
func (tos *TxOutStorageV97) GetBlockOut(ctx cosmos.Context) (*TxOut, error)
GetBlockOut read the TxOut from kv store
func (*TxOutStorageV97) GetOutboundItemByToAddress ¶ added in v1.97.0
func (tos *TxOutStorageV97) GetOutboundItemByToAddress(ctx cosmos.Context, to common.Address) []TxOutItem
GetOutboundItemByToAddress read all the outbound items filter by the given to address
func (*TxOutStorageV97) GetOutboundItems ¶ added in v1.97.0
func (tos *TxOutStorageV97) GetOutboundItems(ctx cosmos.Context) ([]TxOutItem, error)
GetOutboundItems read all the outbound item from kv store
func (*TxOutStorageV97) TryAddTxOutItem ¶ added in v1.97.0
func (tos *TxOutStorageV97) TryAddTxOutItem(ctx cosmos.Context, mgr Manager, toi TxOutItem, minOut cosmos.Uint) (bool, error)
TryAddTxOutItem add an outbound tx to block return bool indicate whether the transaction had been added successful or not return error indicate error
func (*TxOutStorageV97) UnSafeAddTxOutItem ¶ added in v1.97.0
func (tos *TxOutStorageV97) UnSafeAddTxOutItem(ctx cosmos.Context, mgr Manager, toi TxOutItem) error
UnSafeAddTxOutItem - blindly adds a tx out, skipping vault selection, transaction fee deduction, etc
type TxOutStorageV98 ¶ added in v1.98.0
type TxOutStorageV98 struct {
// contains filtered or unexported fields
}
TxOutStorageV98 is going to manage all the outgoing tx
func (*TxOutStorageV98) CalcTxOutHeight ¶ added in v1.99.0
func (*TxOutStorageV98) ClearOutboundItems ¶ added in v1.98.0
func (tos *TxOutStorageV98) ClearOutboundItems(ctx cosmos.Context)
ClearOutboundItems remove all the tx out items , mostly used for test
func (*TxOutStorageV98) EndBlock ¶ added in v1.98.0
func (tos *TxOutStorageV98) EndBlock(ctx cosmos.Context, mgr Manager) error
func (*TxOutStorageV98) GetBlockOut ¶ added in v1.98.0
func (tos *TxOutStorageV98) GetBlockOut(ctx cosmos.Context) (*TxOut, error)
GetBlockOut read the TxOut from kv store
func (*TxOutStorageV98) GetOutboundItemByToAddress ¶ added in v1.98.0
func (tos *TxOutStorageV98) GetOutboundItemByToAddress(ctx cosmos.Context, to common.Address) []TxOutItem
GetOutboundItemByToAddress read all the outbound items filter by the given to address
func (*TxOutStorageV98) GetOutboundItems ¶ added in v1.98.0
func (tos *TxOutStorageV98) GetOutboundItems(ctx cosmos.Context) ([]TxOutItem, error)
GetOutboundItems read all the outbound item from kv store
func (*TxOutStorageV98) TryAddTxOutItem ¶ added in v1.98.0
func (tos *TxOutStorageV98) TryAddTxOutItem(ctx cosmos.Context, mgr Manager, toi TxOutItem, minOut cosmos.Uint) (bool, error)
TryAddTxOutItem add an outbound tx to block return bool indicate whether the transaction had been added successful or not return error indicate error
func (*TxOutStorageV98) UnSafeAddTxOutItem ¶ added in v1.98.0
func (tos *TxOutStorageV98) UnSafeAddTxOutItem(ctx cosmos.Context, mgr Manager, toi TxOutItem) error
UnSafeAddTxOutItem - blindly adds a tx out, skipping vault selection, transaction fee deduction, etc
type TxOutStore ¶
type TxOutStore interface {
EndBlock(ctx cosmos.Context, mgr Manager) error
GetBlockOut(ctx cosmos.Context) (*TxOut, error)
ClearOutboundItems(ctx cosmos.Context)
GetOutboundItems(ctx cosmos.Context) ([]TxOutItem, error)
TryAddTxOutItem(ctx cosmos.Context, mgr Manager, toi TxOutItem, minOut cosmos.Uint) (bool, error)
UnSafeAddTxOutItem(ctx cosmos.Context, mgr Manager, toi TxOutItem) error
GetOutboundItemByToAddress(cosmos.Context, common.Address) []TxOutItem
CalcTxOutHeight(cosmos.Context, semver.Version, TxOutItem) (int64, error)
}
TxOutStore define the method required for TxOutStore
func GetTxOutStore ¶
func GetTxOutStore(version semver.Version, keeper keeper.Keeper, eventMgr EventManager, gasManager GasManager) (TxOutStore, error)
GetTxOutStore will return an implementation of the txout store that
type UnBondHandler ¶
type UnBondHandler struct {
// contains filtered or unexported fields
}
UnBondHandler a handler to process unbond request
func NewUnBondHandler ¶
func NewUnBondHandler(mgr Manager) UnBondHandler
NewUnBondHandler create new UnBondHandler
type UnbondMemo ¶
type UnbondMemo = mem.UnbondMemo
type ValidatorManager ¶
type ValidatorManager interface {
BeginBlock(ctx cosmos.Context, constAccessor constants.ConstantValues, existingValidators []string) error
EndBlock(ctx cosmos.Context, mgr Manager) []abci.ValidatorUpdate
RequestYggReturn(ctx cosmos.Context, node NodeAccount, mgr Manager) error
NodeAccountPreflightCheck(ctx cosmos.Context, na NodeAccount, constAccessor constants.ConstantValues) (NodeStatus, error)
// contains filtered or unexported methods
}
ValidatorManager define the method to manage validators
func GetValidatorManager ¶
func GetValidatorManager(version semver.Version, keeper keeper.Keeper, networkMgr NetworkManager, txOutStore TxOutStore, eventMgr EventManager) (ValidatorManager, error)
GetValidatorManager create a new instance of Validator Manager
type VaultStatus ¶
type VaultStatus = types.VaultStatus
type VersionHandler ¶
type VersionHandler struct {
// contains filtered or unexported fields
}
VersionHandler is to handle Version message
func NewVersionHandler ¶
func NewVersionHandler(mgr Manager) VersionHandler
NewVersionHandler create new instance of VersionHandler
type WithdrawLiquidityHandler ¶ added in v0.41.0
type WithdrawLiquidityHandler struct {
// contains filtered or unexported fields
}
WithdrawLiquidityHandler to process withdraw requests
func NewWithdrawLiquidityHandler ¶ added in v0.41.0
func NewWithdrawLiquidityHandler(mgr Manager) WithdrawLiquidityHandler
NewWithdrawLiquidityHandler create a new instance of WithdrawLiquidityHandler to process withdraw request
type WithdrawLiquidityMemo ¶ added in v0.41.0
type WithdrawLiquidityMemo = mem.WithdrawLiquidityMemo
type YggManager ¶
YggManager define method to fund yggdrasil
func GetYggManager ¶
GetYggManager return an implementation of YggManager
type YggMgrV79 ¶ added in v0.79.0
type YggMgrV79 struct {
// contains filtered or unexported fields
}
YggMgrV79 is an implementation of YggManager
type YggdrasilFundMemo ¶
type YggdrasilFundMemo = mem.YggdrasilFundMemo
type YggdrasilHandler ¶
type YggdrasilHandler struct {
// contains filtered or unexported fields
}
YggdrasilHandler is to process yggdrasil messages When thorchain fund yggdrasil pool , observer should observe two transactions 1. outbound tx from asgard vault 2. inbound tx to yggdrasil vault when yggdrasil pool return fund , observer should observe two transactions as well 1. outbound tx from yggdrasil vault 2. inbound tx to asgard vault
func NewYggdrasilHandler ¶
func NewYggdrasilHandler(mgr Manager) YggdrasilHandler
NewYggdrasilHandler create a new Yggdrasil handler
type YggdrasilReturnMemo ¶
type YggdrasilReturnMemo = mem.YggdrasilReturnMemo
Source Files
¶
- alias.go
- bep2_rune_owner.go
- errors.go
- genesis.go
- handler.go
- handler_add_liquidity.go
- handler_add_liquidity_archive.go
- handler_archive.go
- handler_ban.go
- handler_bond.go
- handler_bond_archive.go
- handler_common_outbound.go
- handler_common_outbound_archive.go
- handler_consolidate.go
- handler_consolidate_archive.go
- handler_deposit.go
- handler_deposit_archive.go
- handler_donate.go
- handler_donate_archive.go
- handler_errata_tx.go
- handler_errata_tx_archive.go
- handler_ip_address.go
- handler_ip_address_archive.go
- handler_leave.go
- handler_leave_archive.go
- handler_manage_thorname.go
- handler_migrate.go
- handler_migrate_archive.go
- handler_mimir.go
- handler_mimir_archive.go
- handler_network_fee.go
- handler_network_fee_archive.go
- handler_node_pause_chain.go
- handler_node_pause_chain_archive.go
- handler_noop.go
- handler_observed_txin.go
- handler_observed_txin_archive.go
- handler_observed_txout.go
- handler_observed_txout_archive.go
- handler_outbound_tx.go
- handler_ragnarok.go
- handler_ragnarok_archive.go
- handler_refund.go
- handler_reserve_contrib.go
- handler_send.go
- handler_send_archive.go
- handler_set_node_keys.go
- handler_set_node_keys_archive.go
- handler_solvency.go
- handler_solvency_archive.go
- handler_swap.go
- handler_swap_archive.go
- handler_switch.go
- handler_switch_archive.go
- handler_tss.go
- handler_tss_archive.go
- handler_tss_keysign.go
- handler_tss_keysign_archive.go
- handler_unbond.go
- handler_unbond_archive.go
- handler_version.go
- handler_version_archive.go
- handler_withdraw.go
- handler_withdraw_archive.go
- handler_yggdrasil.go
- handler_yggdrasil_archive.go
- helpers.go
- helpers_archive.go
- manager_event_current.go
- manager_gas_current.go
- manager_gas_v81.go
- manager_gas_v89.go
- manager_gas_v94.go
- manager_network_current.go
- manager_network_v76.go
- manager_network_v87.go
- manager_network_v89.go
- manager_network_v90.go
- manager_network_v91.go
- manager_network_v92.go
- manager_network_v93.go
- manager_network_v94.go
- manager_network_v95.go
- manager_network_v96.go
- manager_network_v98.go
- manager_observer_current.go
- manager_orderbook_current.go
- manager_pool_current.go
- manager_pool_v73.go
- manager_pool_v95.go
- manager_slasher_current.go
- manager_slasher_v75.go
- manager_slasher_v86.go
- manager_slasher_v87.go
- manager_slasher_v88.go
- manager_slasher_v89.go
- manager_store.go
- manager_store_chaosnet.go
- manager_store_common.go
- manager_store_pre_thornames.go
- manager_store_pre_thornames_data_mainnet.go
- manager_swap_queue_current.go
- manager_swap_queue_v58.go
- manager_swap_queue_v94.go
- manager_txout_current.go
- manager_txout_v78.go
- manager_txout_v83.go
- manager_txout_v84.go
- manager_txout_v85.go
- manager_txout_v88.go
- manager_txout_v93.go
- manager_txout_v94.go
- manager_txout_v95.go
- manager_txout_v97.go
- manager_validator_current.go
- manager_validator_v80.go
- manager_validator_v84.go
- manager_validator_v87.go
- manager_validator_v92.go
- manager_yggdrasil_current.go
- managers.go
- mimir_address.go
- module.go
- querier.go
- querier_quotes.go
- router_upgrade_controller.go
- router_upgrade_info.go
- swap_current.go
- swap_v81.go
- swap_v90.go
- swap_v91.go
- swap_v92.go
- swap_v94.go
- swap_v95.go
- validator_values.go
- withdraw.go
- withdraw_current.go
- withdraw_v76.go
- withdraw_v84.go
- withdraw_v89.go
- withdraw_v91.go