Documentation ¶
Index ¶
- Constants
- func Abs(a int16) uint16
- func ApproxRatSquareRoot(x *big.Rat) *big.Int
- func CalcBlockDistribution(period *types.RewardPeriod) sdk.Uint
- func CalcDenomChangeMultiplier(decimalsX, decimalsY uint8) big.Rat
- func CalcProviderDistributionAmount(rowanProviderDistribution sdk.Dec, totalPoolUnits, providerPoolUnits sdk.Uint) sdk.Uint
- func CalcRowanSpotPrice(pool *types.Pool, pmtpCurrentRunningRate sdk.Dec) (sdk.Dec, error)
- func CalcRowanValue(rowanAmount sdk.Uint, price sdk.Dec) sdk.Uint
- func CalcSpotPriceExternal(pool *types.Pool, decimalsExternal uint8, pmtpCurrentRunningRate sdk.Dec) (sdk.Dec, error)
- func CalcSpotPriceNative(pool *types.Pool, decimalsExternal uint8, pmtpCurrentRunningRate sdk.Dec) (sdk.Dec, error)
- func CalcSpotPriceX(X, Y sdk.Uint, decimalsX, decimalsY uint8, pmtpCurrentRunningRate sdk.Dec, ...) (sdk.Dec, error)
- func CalcSwapPmtp(toRowan bool, y, pmtpCurrentRunningRate sdk.Dec) sdk.Dec
- func CalcSwapResult(toRowan bool, X, x, Y sdk.Uint, pmtpCurrentRunningRate, swapFeeRate sdk.Dec) (sdk.Uint, sdk.Uint)
- func CalculateAllAssetsForLP(pool types.Pool, lp types.LiquidityProvider) (sdk.Uint, sdk.Uint, sdk.Uint, sdk.Uint)
- func CalculateDiscountedSentAmount(sentAmount sdk.Uint, swapFeeRate sdk.Dec) sdk.Uint
- func CalculateExternalSwapAmountAsymmetric(R, A, r, a sdk.Uint, f, p *big.Rat) sdk.Uint
- func CalculateExternalSwapAmountAsymmetricRat(Y, X, y, x, f, r *big.Rat) big.Rat
- func CalculateNativeSwapAmountAsymmetric(R, A, r, a sdk.Uint, f, p *big.Rat) sdk.Uint
- func CalculateNativeSwapAmountAsymmetricRat(Y, X, y, x, f, r *big.Rat) big.Rat
- func CalculatePoolUnits(P, R, A, r, a sdk.Uint, ...) (sdk.Uint, sdk.Uint, int, sdk.Uint, error)
- func CalculatePoolUnitsSymmetric(X, x, P sdk.Uint) (sdk.Uint, sdk.Uint)
- func CalculateWithdrawal(poolUnits sdk.Uint, nativeAssetDepth string, externalAssetDepth string, ...) (sdk.Uint, sdk.Uint, sdk.Uint, sdk.Uint)
- func CalculateWithdrawalFromUnits(poolUnits sdk.Uint, nativeAssetDepth string, externalAssetDepth string, ...) (sdk.Uint, sdk.Uint, sdk.Uint)
- func CalculateWithdrawalRowanValue(sentAmount sdk.Uint, to types.Asset, pool types.Pool, ...) sdk.Uint
- func CollectProviderDistribution(ctx sdk.Context, pool *types.Pool, poolDepthRowan, blockRate sdk.Dec, ...) sdk.Uint
- func CollectRewards(ctx sdk.Context, pool *types.Pool, poolDistribution sdk.Uint, ...)
- func ConvUnitsToWBasisPoints(total, units sdk.Uint) sdk.Int
- func ConvWBasisPointsToUnits(total sdk.Uint, wbasis sdk.Int) sdk.Uint
- func CreateEventBlockHeight(ctx sdk.Context, eventType string, attribute sdk.Attribute) sdk.Event
- func CreateEventMsg(signer string) sdk.Event
- func DecToRat(d *sdk.Dec) big.Rat
- func FindProviderDistributionPeriod(currentHeight int64, periods []*types.ProviderDistributionPeriod) *types.ProviderDistributionPeriod
- func GetLiquidityAddSymmetryState(X, x, Y, y sdk.Uint) int
- func GetPoolMultiplier(asset string, period *types.RewardPeriod) sdk.Dec
- func GetSwapFee(sentAmount sdk.Uint, to types.Asset, pool types.Pool, ...) sdk.Uint
- func Int64ToUint8Safe(x int64) (uint8, error)
- func IsAnyZero(inputs []sdk.Uint) bool
- func IsDistributionBlockPure(blockHeight int64, startHeight, mod uint64) bool
- func NewMsgServerImpl(keeper Keeper) types.MsgServer
- func NewQuerier(keeper Keeper, legacyQuerierCdc *codec.LegacyAmino) sdk.Querier
- func PrintPools(pools []LPPool) string
- func RatIntQuo(r *big.Rat) *big.Int
- func RatToDec(r *big.Rat) (sdk.Dec, error)
- func RegisterInvariants(registry sdk.InvariantRegistry, k Keeper)
- func SwapOne(from types.Asset, sentAmount sdk.Uint, to types.Asset, pool types.Pool, ...) (sdk.Uint, sdk.Uint, sdk.Uint, types.Pool, error)
- type FormattedPool
- type Hooks
- type Keeper
- func (k Keeper) AddLiquidity(ctx sdk.Context, msg *types.MsgAddLiquidity, pool types.Pool, ...) (*types.LiquidityProvider, error)
- func (k Keeper) AddLiquidityToRewardsBucket(ctx sdk.Context, signer string, amounts sdk.Coins) (sdk.Coins, error)
- func (k Keeper) AddMultipleCoinsToRewardsBuckets(ctx sdk.Context, coins sdk.Coins) (sdk.Coins, error)
- func (k Keeper) AddRewardAmountToLiquidityPool(ctx sdk.Context, liquidityProvider *types.LiquidityProvider, asset types.Asset, ...) error
- func (k Keeper) AddToRewardsBucket(ctx sdk.Context, denom string, amount sdk.Int) error
- func (k Keeper) AfterEpochEnd(ctx sdk.Context, epochIdentifier string, _ int64)
- func (k Keeper) BalanceModuleAccountCheck() sdk.Invariant
- func (k Keeper) BeforeEpochStart(_ sdk.Context, _ string, _ int64)
- func (k Keeper) BurnRowan(ctx sdk.Context, amount sdk.Int) error
- func (k Keeper) CLPCalcSwap(ctx sdk.Context, sentAmount sdk.Uint, to types.Asset, pool types.Pool, ...) (sdk.Uint, error)
- func (k Keeper) CalculateRewardAmountForLiquidityProviders(ctx sdk.Context, rewardShares []sdk.Dec, rewardsBucketAmount sdk.Int) []sdk.Int
- func (k Keeper) CalculateRewardShareForLiquidityProviders(ctx sdk.Context, lps []*types.LiquidityProvider) []sdk.Dec
- func (k Keeper) Codec() codec.BinaryCodec
- func (k Keeper) CollectProviderDistributions(ctx sdk.Context, pools []*types.Pool, blockRate sdk.Dec) (PoolRowanMap, LpRowanMap, LpPoolMap)
- func (k Keeper) CreateLiquidityProvider(ctx sdk.Context, asset *types.Asset, lpunits sdk.Uint, ...) types.LiquidityProvider
- func (k Keeper) CreatePool(ctx sdk.Context, poolUints sdk.Uint, msg *types.MsgCreatePool) (*types.Pool, error)
- func (k Keeper) DecommissionPool(ctx sdk.Context, pool types.Pool) error
- func (k Keeper) DecrementPmtpBlockCounter(ctx sdk.Context)
- func (k Keeper) DecrementPmtpEpochCounter(ctx sdk.Context)
- func (k Keeper) DequeueRemovalRequest(ctx sdk.Context, request types.RemovalRequest)
- func (k Keeper) DestroyLiquidityProvider(ctx sdk.Context, symbol string, lpAddress string)
- func (k Keeper) DestroyPool(ctx sdk.Context, symbol string) error
- func (k Keeper) DistributeDepthRewards(ctx sdk.Context, blockDistribution sdk.Uint, period *types.RewardPeriod, ...) error
- func (k Keeper) DistributeLiquidityProviderRewards(ctx sdk.Context, lp *types.LiquidityProvider, asset string, ...) error
- func (k Keeper) Exists(ctx sdk.Context, key []byte) bool
- func (k Keeper) ExistsClpWhiteList(ctx sdk.Context) bool
- func (k Keeper) ExistsPool(ctx sdk.Context, symbol string) bool
- func (k Keeper) FinalizeSwap(ctx sdk.Context, sentAmount string, finalPool types.Pool, msg types.MsgSwap) error
- func (k Keeper) GetAllLiquidityProviders(ctx sdk.Context) ([]*types.LiquidityProvider, error)
- func (k Keeper) GetAllLiquidityProvidersForAsset(ctx sdk.Context, asset types.Asset) ([]*types.LiquidityProvider, error)
- func (k Keeper) GetAllLiquidityProvidersPaginated(ctx sdk.Context, pagination *query.PageRequest) ([]*types.LiquidityProvider, *query.PageResponse, error)
- func (k Keeper) GetAllLiquidityProvidersPartitions(ctx sdk.Context) (map[types.Asset][]*types.LiquidityProvider, error)
- func (k Keeper) GetAllRewardsBucket(ctx sdk.Context) (list []types.RewardsBucket)
- func (k Keeper) GetAssetDecimals(ctx sdk.Context, asset types.Asset) (uint8, error)
- func (k Keeper) GetAssetsForLiquidityProviderPaginated(ctx sdk.Context, lpAddress sdk.AccAddress, pagination *query.PageRequest) ([]*types.Asset, *query.PageResponse, error)
- func (k Keeper) GetAuthKeeper() types.AuthKeeper
- func (k Keeper) GetBankKeeper() types.BankKeeper
- func (k Keeper) GetBlockDistributionAccu(ctx sdk.Context) sdk.Uint
- func (k Keeper) GetClpWhiteList(ctx sdk.Context) []sdk.AccAddress
- func (k Keeper) GetCurrentRewardPeriod(ctx sdk.Context, params *types.RewardParams) *types.RewardPeriod
- func (k Keeper) GetLiquidityProtectionParams(ctx sdk.Context) *types.LiquidityProtectionParams
- func (k Keeper) GetLiquidityProtectionRateParams(ctx sdk.Context) types.LiquidityProtectionRateParams
- func (k Keeper) GetLiquidityProvider(ctx sdk.Context, symbol string, lpAddress string) (types.LiquidityProvider, error)
- func (k Keeper) GetLiquidityProviderIterator(ctx sdk.Context) sdk.Iterator
- func (k Keeper) GetLiquidityProvidersForAssetPaginated(ctx sdk.Context, asset types.Asset, pagination *query.PageRequest) ([]*types.LiquidityProvider, *query.PageResponse, error)
- func (k Keeper) GetMarginKeeper() margintypes.Keeper
- func (k Keeper) GetMinCreatePoolThreshold(ctx sdk.Context) (res uint64)
- func (k Keeper) GetModuleRowan(ctx sdk.Context) sdk.Coin
- func (k Keeper) GetNativePrice(ctx sdk.Context) (sdk.Dec, error)
- func (k Keeper) GetParams(ctx sdk.Context) (params types.Params)
- func (k Keeper) GetPmtpEpoch(ctx sdk.Context) types.PmtpEpoch
- func (k Keeper) GetPmtpParams(ctx sdk.Context) *types.PmtpParams
- func (k Keeper) GetPmtpRateParams(ctx sdk.Context) types.PmtpRateParams
- func (k Keeper) GetPool(ctx sdk.Context, symbol string) (types.Pool, error)
- func (k Keeper) GetPools(ctx sdk.Context) []*types.Pool
- func (k Keeper) GetPoolsIterator(ctx sdk.Context) sdk.Iterator
- func (k Keeper) GetPoolsPaginated(ctx sdk.Context, pagination *query.PageRequest) ([]*types.Pool, *query.PageResponse, error)
- func (k Keeper) GetProviderDistributionParams(ctx sdk.Context) *types.ProviderDistributionParams
- func (k Keeper) GetRemovalQueue(ctx sdk.Context, symbol string) types.RemovalQueue
- func (k Keeper) GetRemovalQueueIterator(ctx sdk.Context) sdk.Iterator
- func (k Keeper) GetRemovalQueueUnitsForLP(ctx sdk.Context, lp types.LiquidityProvider) sdk.Uint
- func (k Keeper) GetRewardsBucket(ctx sdk.Context, denom string) (val types.RewardsBucket, found bool)
- func (k Keeper) GetRewardsEligibleLiquidityProviders(ctx sdk.Context) (map[types.Asset][]*types.LiquidityProvider, error)
- func (k Keeper) GetRewardsParams(ctx sdk.Context) *types.RewardParams
- func (k Keeper) GetSwapFeeParams(ctx sdk.Context) types.SwapFeeParams
- func (k Keeper) GetSwapFeeRate(ctx sdk.Context, asset types.Asset, marginEnabled bool) sdk.Dec
- func (k Keeper) GetSymmetryRatio(ctx sdk.Context) sdk.Dec
- func (k Keeper) GetSymmetryThreshold(ctx sdk.Context) sdk.Dec
- func (k Keeper) HasBalance(ctx sdk.Context, addr sdk.AccAddress, coin sdk.Coin) bool
- func (k Keeper) Hooks() Hooks
- func (k Keeper) InitiateSwap(ctx sdk.Context, sentCoin sdk.Coin, swapper sdk.AccAddress) error
- func (k Keeper) IsBlockedByLiquidityProtection(ctx sdk.Context, nativeAmount sdk.Uint, nativePrice sdk.Dec) bool
- func (k Keeper) IsDistributionBlock(ctx sdk.Context) bool
- func (k Keeper) IsInsidePmtpWindow(ctx sdk.Context) bool
- func (k Keeper) IsRemovalQueueEnabled(ctx sdk.Context) (enable bool)
- func (k Keeper) Logger(ctx sdk.Context) log.Logger
- func (k Keeper) MustUpdateLiquidityProtectionThreshold(ctx sdk.Context, sellNative bool, nativeAmount sdk.Uint, nativePrice sdk.Dec)
- func (k Keeper) ParseToInt(nu string) (sdk.Int, bool)
- func (k Keeper) PolicyCalculations(ctx sdk.Context) sdk.Dec
- func (k Keeper) PolicyRun(ctx sdk.Context, pmtpCurrentRunningRate sdk.Dec) error
- func (k Keeper) PolicyStart(ctx sdk.Context)
- func (k Keeper) ProcessRemovalQueue(ctx sdk.Context, msg *types.MsgAddLiquidity, unitsToDistribute sdk.Uint)
- func (k Keeper) ProcessRemoveLiquidityMsg(ctx sdk.Context, msg *types.MsgRemoveLiquidity) (sdk.Int, sdk.Int, sdk.Uint, error)
- func (k Keeper) ProviderDistributionPolicyRun(ctx sdk.Context)
- func (k Keeper) PruneUnlockRecords(ctx sdk.Context, lp *types.LiquidityProvider, lockPeriod, cancelPeriod uint64)
- func (k Keeper) QueueRemoval(ctx sdk.Context, msg *types.MsgRemoveLiquidity, rowanValue sdk.Uint)
- func (k Keeper) RemoveLiquidity(ctx sdk.Context, pool types.Pool, externalAssetCoin sdk.Coin, ...) error
- func (k Keeper) RemoveLiquidityProvider(ctx sdk.Context, coins sdk.Coins, lp types.LiquidityProvider) error
- func (k Keeper) RemoveRewardsBucket(ctx sdk.Context, denom string)
- func (k Keeper) RemoveRowanFromPool(ctx sdk.Context, pool *types.Pool, amount sdk.Uint) error
- func (k Keeper) SendCoins(ctx sdk.Context, from sdk.AccAddress, to sdk.AccAddress, coins sdk.Coins) error
- func (k Keeper) SendRowanFromPool(ctx sdk.Context, pool *types.Pool, amount sdk.Uint, recipient sdk.AccAddress) error
- func (k Keeper) SendRowanFromPoolNoPoolUpdate(ctx sdk.Context, pool *types.Pool, amount sdk.Uint, recipient sdk.AccAddress) error
- func (k Keeper) SetBlockDistributionAccu(ctx sdk.Context, blockDistribution sdk.Uint)
- func (k Keeper) SetClpWhiteList(ctx sdk.Context, validatorList []sdk.AccAddress)
- func (k Keeper) SetLiquidityProtectionCurrentRowanLiquidityThreshold(ctx sdk.Context, currentRowanLiquidityThreshold sdk.Uint)
- func (k Keeper) SetLiquidityProtectionParams(ctx sdk.Context, params *types.LiquidityProtectionParams)
- func (k Keeper) SetLiquidityProtectionRateParams(ctx sdk.Context, params types.LiquidityProtectionRateParams)
- func (k Keeper) SetLiquidityProvider(ctx sdk.Context, lp *types.LiquidityProvider)
- func (k Keeper) SetParams(ctx sdk.Context, params types.Params)
- func (k Keeper) SetPmtpBlockCounter(ctx sdk.Context, epochLength int64)
- func (k Keeper) SetPmtpBlockRate(ctx sdk.Context, blockRate sdk.Dec)
- func (k Keeper) SetPmtpCurrentRunningRate(ctx sdk.Context, runningRate sdk.Dec)
- func (k Keeper) SetPmtpEpoch(ctx sdk.Context, params types.PmtpEpoch)
- func (k Keeper) SetPmtpInterPolicyRate(ctx sdk.Context, interPolicyRate sdk.Dec)
- func (k Keeper) SetPmtpParams(ctx sdk.Context, params *types.PmtpParams)
- func (k Keeper) SetPmtpRateParams(ctx sdk.Context, params types.PmtpRateParams)
- func (k Keeper) SetPool(ctx sdk.Context, pool *types.Pool) error
- func (k Keeper) SetProcessedRemovalRequest(ctx sdk.Context, request types.RemovalRequest, pointsProcessed sdk.Int, ...)
- func (k Keeper) SetProviderDistributionParams(ctx sdk.Context, params *types.ProviderDistributionParams)
- func (k Keeper) SetRemovalQueue(ctx sdk.Context, queue types.RemovalQueue, symbol string)
- func (k Keeper) SetRewardParams(ctx sdk.Context, params *types.RewardParams)
- func (k Keeper) SetRewardsBucket(ctx sdk.Context, rewardsBucket types.RewardsBucket)
- func (k Keeper) SetSwapFeeParams(ctx sdk.Context, params *types.SwapFeeParams)
- func (k Keeper) SetSymmetryThreshold(ctx sdk.Context, setThreshold *types.MsgSetSymmetryThreshold)
- func (k Keeper) ShouldDistributeRewards(ctx sdk.Context, epochIdentifier string) bool
- func (k Keeper) ShouldDistributeRewardsToLPWallet(ctx sdk.Context) bool
- func (k Keeper) SingleExternalBalanceModuleAccountCheck(externalAsset string) sdk.Invariant
- func (k Keeper) SubtractFromRewardsBucket(ctx sdk.Context, denom string, amount sdk.Int) error
- func (k Keeper) TransferProviderDistribution(ctx sdk.Context, poolRowanMap PoolRowanMap, lpRowanMap LpRowanMap, ...)
- func (k Keeper) TransferProviderDistributionGeneric(ctx sdk.Context, poolRowanMap PoolRowanMap, lpRowanMap LpRowanMap, ...)
- func (k Keeper) TransferRewards(ctx sdk.Context, poolRowanMap PoolRowanMap, lpRowanMap LpRowanMap, ...)
- func (k Keeper) UnitsCheck() sdk.Invariant
- func (k Keeper) UseUnlockedLiquidity(ctx sdk.Context, lp types.LiquidityProvider, units sdk.Uint, any bool) error
- func (k Keeper) ValidateAddress(ctx sdk.Context, address sdk.AccAddress) bool
- func (k Keeper) ValidatePool(pool types.Pool) bool
- type LPPool
- type LpPoolMap
- type LpRowanMap
- type Migrator
- type PoolReward
- type PoolRowanMap
- type Querier
- func (k Querier) GetAssetList(c context.Context, req *types.AssetListReq) (*types.AssetListRes, error)
- func (k Querier) GetLiquidityProtectionParams(c context.Context, _ *types.LiquidityProtectionParamsReq) (*types.LiquidityProtectionParamsRes, error)
- func (k Querier) GetLiquidityProvider(c context.Context, req *types.LiquidityProviderReq) (*types.LiquidityProviderRes, error)
- func (k Querier) GetLiquidityProviderData(c context.Context, req *types.LiquidityProviderDataReq) (*types.LiquidityProviderDataRes, error)
- func (k Querier) GetLiquidityProviderList(c context.Context, req *types.LiquidityProviderListReq) (*types.LiquidityProviderListRes, error)
- func (k Querier) GetLiquidityProviders(c context.Context, req *types.LiquidityProvidersReq) (*types.LiquidityProvidersRes, error)
- func (k Querier) GetParams(c context.Context, _ *types.ParamsReq) (*types.ParamsRes, error)
- func (k Querier) GetPmtpParams(c context.Context, _ *types.PmtpParamsReq) (*types.PmtpParamsRes, error)
- func (k Querier) GetPool(c context.Context, req *types.PoolReq) (*types.PoolRes, error)
- func (k Querier) GetPoolShareEstimate(c context.Context, req *types.PoolShareEstimateReq) (*types.PoolShareEstimateRes, error)
- func (k Querier) GetPools(c context.Context, req *types.PoolsReq) (*types.PoolsRes, error)
- func (k Querier) GetProviderDistributionParams(c context.Context, _ *types.ProviderDistributionParamsReq) (*types.ProviderDistributionParamsRes, error)
- func (k Querier) GetRewardParams(c context.Context, _ *types.RewardParamsReq) (*types.RewardParamsRes, error)
- func (k Querier) GetRewardsBucket(goCtx context.Context, req *types.RewardsBucketReq) (*types.RewardsBucketRes, error)
- func (k Querier) GetRewardsBucketAll(goCtx context.Context, req *types.AllRewardsBucketReq) (*types.AllRewardsBucketRes, error)
- func (k Querier) GetSwapFeeParams(c context.Context, _ *types.SwapFeeParamsReq) (*types.SwapFeeParamsRes, error)
- type ValidLiquidityProvider
Constants ¶
const ( SellNative = iota BuyNative NoSwap )
const ( ErrorEmptyPool = iota ErrorNothingAdded NeedMoreY // Need more y token to make Y/X == y/x Symmetric // Y/X == y/x NeedMoreX // Need more x token to make Y/X == y/x )
const MaxPageLimit = 200
Variables ¶
This section is empty.
Functions ¶
func CalcBlockDistribution ¶ added in v0.13.5
func CalcBlockDistribution(period *types.RewardPeriod) sdk.Uint
func CalcDenomChangeMultiplier ¶ added in v0.14.0
Denom change multiplier = 10**decimalsX / 10**decimalsY
func CalcProviderDistributionAmount ¶ added in v0.13.4
func CalcRowanSpotPrice ¶ added in v0.13.4
Calculates spot price of Rowan accounting for PMTP
func CalcRowanValue ¶ added in v0.13.4
func CalcSpotPriceExternal ¶ added in v0.14.0
func CalcSpotPriceNative ¶ added in v0.14.0
func CalcSpotPriceX ¶ added in v0.14.0
func CalcSpotPriceX(X, Y sdk.Uint, decimalsX, decimalsY uint8, pmtpCurrentRunningRate sdk.Dec, isXNative bool) (sdk.Dec, error)
Calculates the spot price of asset X in the preferred denominations accounting for PMTP. Since this method applies PMTP adjustment, one of X, Y must be the native asset.
func CalcSwapPmtp ¶ added in v0.13.0
func CalcSwapResult ¶
func CalculateAllAssetsForLP ¶
func CalculateDiscountedSentAmount ¶ added in v1.4.0
func CalculateExternalSwapAmountAsymmetric ¶ added in v1.4.0
Calculates how much external asset to swap for an asymmetric add to become symmetric. R - native asset depth A - external asset depth r - native asset amount a - external asset amount f - swap fee rate p - pmtp (ratio shifting) current running rate
Calculates the amount of external asset to swap, s, such that the ratio of the added assets after the swap equals the ratio of assets in the pool after the swap i.e. calculates s, such that (a+A)/(r+R) = (a−s) / (r + s*R/(s+A)*(1−f)/(1+p)).
Solving for s gives, s = math.Abs((math.Sqrt(R*(-1*(a+A))*(-1*f*f*a*R-f*f*A*R-2*f*p*a*R+4*f*p*A*r+2*f*p*A*R+4*f*A*r+4*f*A*R-p*p*a*R-p*p*A*R-4*p*A*r-4*p*A*R-4*A*r-4*A*R)) + f*a*R + f*A*R + p*a*R - 2*p*A*r - p*A*R - 2*A*r - 2*A*R) / (2 * (p + 1) * (r + R))).
This function should only be used when when more native asset is required in order for an add to be symmetric i.e. when R,A,a > 0 and R/A > r/a. If more external asset is required, then due to ratio shifting the swap formula changes, in which case use CalculateNativeSwapAmountAsymmetric.
func CalculateExternalSwapAmountAsymmetricRat ¶ added in v1.4.0
NOTE: this method is only exported to make testing easier
NOTE: this method panics if a negative value is passed to the sqrt It's not clear whether this condition could ever happen given the external constraints on the inputs (e.g. X,Y,x > 0 and Y/X > y/x). It is possible to guard against a panic by ensuring the sqrt argument is positive.
func CalculateNativeSwapAmountAsymmetric ¶ added in v1.4.0
This function should only be used when when more external asset is required in order for an add to be symmetric i.e. when R,A,r > 0 and (a==0 or R/A < r/a) If more native asset is required, then due to ratio shifting the swap formula changes, in which case use CalculateExternalSwapAmountAsymmetric.
func CalculateNativeSwapAmountAsymmetricRat ¶ added in v1.4.0
NOTE: this method is only exported to make testing easier
NOTE: this method panics if a negative value is passed to the sqrt It's not clear whether this condition could ever happen given the constraints on the inputs (i.e. Y,X,y > 0 and (x==0 or Y/X < y/x). It is possible to guard against a panic by ensuring the sqrt argument is positive.
func CalculatePoolUnits ¶
func CalculatePoolUnits(P, R, A, r, a sdk.Uint, sellNativeSwapFeeRate, buyNativeSwapFeeRate, pmtpCurrentRunningRate sdk.Dec) (sdk.Uint, sdk.Uint, int, sdk.Uint, error)
Calculate pool units taking into account the current pmtpCurrentRunningRate R - native asset depth A - external asset depth r - native asset amount a - external asset amount P - current number of pool units
func CalculatePoolUnitsSymmetric ¶ added in v1.4.0
func CalculateWithdrawal ¶
func CalculateWithdrawal(poolUnits sdk.Uint, nativeAssetDepth string, externalAssetDepth string, lpUnits string, wBasisPoints string, asymmetry sdk.Int) (sdk.Uint, sdk.Uint, sdk.Uint, sdk.Uint)
More details on the formula https://github.com/Sifchain/sifnode/blob/develop/docs/1.Liquidity%20Pools%20Architecture.md
func CalculateWithdrawalFromUnits ¶ added in v0.13.0
func CalculateWithdrawalFromUnits(poolUnits sdk.Uint, nativeAssetDepth string, externalAssetDepth string, lpUnits string, withdrawUnits sdk.Uint) (sdk.Uint, sdk.Uint, sdk.Uint)
More details on the formula https://github.com/Sifchain/sifnode/blob/develop/docs/1.Liquidity%20Pools%20Architecture.md
func CalculateWithdrawalRowanValue ¶ added in v1.4.0
func CollectProviderDistribution ¶ added in v0.13.4
func CollectRewards ¶ added in v0.13.4
func CollectRewards(ctx sdk.Context, pool *types.Pool, poolDistribution sdk.Uint, poolUnits sdk.Uint, lps []ValidLiquidityProvider, poolRowanMap PoolRowanMap, lpRowanMap LpRowanMap, lpPoolMap LpPoolMap)
func ConvUnitsToWBasisPoints ¶ added in v1.4.0
func ConvWBasisPointsToUnits ¶ added in v1.4.0
func CreateEventBlockHeight ¶ added in v0.13.4
func CreateEventMsg ¶ added in v0.13.4
func FindProviderDistributionPeriod ¶ added in v0.13.4
func FindProviderDistributionPeriod(currentHeight int64, periods []*types.ProviderDistributionPeriod) *types.ProviderDistributionPeriod
func GetLiquidityAddSymmetryState ¶ added in v1.4.0
Determines how the amount of assets added to a pool, x, y, compare to the current pool ratio, Y/X
func GetPoolMultiplier ¶ added in v0.13.4
func GetPoolMultiplier(asset string, period *types.RewardPeriod) sdk.Dec
func GetSwapFee ¶
func Int64ToUint8Safe ¶ added in v0.14.0
func IsDistributionBlockPure ¶ added in v0.13.4
do the thing every mod blocks starting at startHeight
func NewMsgServerImpl ¶
NewMsgServerImpl returns an implementation of the clp MsgServer interface for the provided Keeper.
func NewQuerier ¶
func NewQuerier(keeper Keeper, legacyQuerierCdc *codec.LegacyAmino) sdk.Querier
NewQuerier is the module level router for state queries
func PrintPools ¶ added in v0.14.0
func RegisterInvariants ¶ added in v1.4.0
func RegisterInvariants(registry sdk.InvariantRegistry, k Keeper)
Types ¶
type FormattedPool ¶ added in v0.13.5
type Hooks ¶ added in v1.4.0
type Hooks struct {
// contains filtered or unexported fields
}
Hooks wrapper struct for commitments keeper
func (Hooks) AfterEpochEnd ¶ added in v1.4.0
AfterEpochEnd implements EpochHooks
type Keeper ¶
type Keeper struct {
// contains filtered or unexported fields
}
Keeper of the clp store
func NewKeeper ¶
func NewKeeper(cdc codec.BinaryCodec, key sdk.StoreKey, bankkeeper types.BankKeeper, accountKeeper types.AuthKeeper, tokenRegistryKeeper tokenregistrytypes.Keeper, adminKeeper types.AdminKeeper, mintKeeper mintkeeper.Keeper, getMarginKeeper func() margintypes.Keeper, ps paramtypes.Subspace) Keeper
NewKeeper creates a clp keeper
func (Keeper) AddLiquidity ¶
func (Keeper) AddLiquidityToRewardsBucket ¶ added in v1.4.0
func (Keeper) AddMultipleCoinsToRewardsBuckets ¶ added in v1.4.0
func (k Keeper) AddMultipleCoinsToRewardsBuckets(ctx sdk.Context, coins sdk.Coins) (sdk.Coins, error)
AddMultipleCoinsToRewardsBuckets adds multiple coin amounts to their respective RewardsBuckets
func (Keeper) AddRewardAmountToLiquidityPool ¶ added in v1.4.0
func (k Keeper) AddRewardAmountToLiquidityPool(ctx sdk.Context, liquidityProvider *types.LiquidityProvider, asset types.Asset, rewardAmount sdk.Int) error
AddRewardAmountToLiquidityPool adds a new reward amount to a liquidity pool
func (Keeper) AddToRewardsBucket ¶ added in v1.4.0
AddToRewardsBucket adds an amount to a specific RewardsBucket in the store, or creates a new RewardsBucket if one does not already exist for the denom.
func (Keeper) AfterEpochEnd ¶ added in v1.4.0
AfterEpochEnd distributes available rewards from rewards bucket to liquidity providers
func (Keeper) BalanceModuleAccountCheck ¶ added in v1.4.0
func (Keeper) BeforeEpochStart ¶ added in v1.4.0
BeforeEpochStart performs a no-op
func (Keeper) CLPCalcSwap ¶ added in v0.15.0
func (Keeper) CalculateRewardAmountForLiquidityProviders ¶ added in v1.4.0
func (k Keeper) CalculateRewardAmountForLiquidityProviders( ctx sdk.Context, rewardShares []sdk.Dec, rewardsBucketAmount sdk.Int, ) []sdk.Int
CalculateRewardAmountForLiquidityProviders calculates the reward amount for each liquidity provider
func (Keeper) CalculateRewardShareForLiquidityProviders ¶ added in v1.4.0
func (k Keeper) CalculateRewardShareForLiquidityProviders( ctx sdk.Context, lps []*types.LiquidityProvider, ) []sdk.Dec
calculate the reward share for each liquidity provider
func (Keeper) Codec ¶
func (k Keeper) Codec() codec.BinaryCodec
func (Keeper) CollectProviderDistributions ¶ added in v0.13.4
func (k Keeper) CollectProviderDistributions(ctx sdk.Context, pools []*types.Pool, blockRate sdk.Dec) (PoolRowanMap, LpRowanMap, LpPoolMap)
func (Keeper) CreateLiquidityProvider ¶
func (Keeper) CreatePool ¶
func (Keeper) DecommissionPool ¶
func (Keeper) DecrementPmtpBlockCounter ¶ added in v0.13.4
func (Keeper) DecrementPmtpEpochCounter ¶ added in v0.13.4
func (Keeper) DequeueRemovalRequest ¶ added in v1.4.0
func (k Keeper) DequeueRemovalRequest(ctx sdk.Context, request types.RemovalRequest)
func (Keeper) DestroyLiquidityProvider ¶
func (Keeper) DistributeDepthRewards ¶ added in v0.13.0
func (Keeper) DistributeLiquidityProviderRewards ¶ added in v1.4.0
func (k Keeper) DistributeLiquidityProviderRewards(ctx sdk.Context, lp *types.LiquidityProvider, asset string, rewardAmount sdk.Int) error
DistributeLiquidityProviderRewards distributes rewards to a liquidity provider
func (Keeper) FinalizeSwap ¶
func (Keeper) GetAllLiquidityProviders ¶ added in v0.13.6
func (Keeper) GetAllLiquidityProvidersForAsset ¶ added in v0.13.4
func (Keeper) GetAllLiquidityProvidersPaginated ¶
func (k Keeper) GetAllLiquidityProvidersPaginated(ctx sdk.Context, pagination *query.PageRequest) ([]*types.LiquidityProvider, *query.PageResponse, error)
func (Keeper) GetAllLiquidityProvidersPartitions ¶ added in v0.13.6
func (Keeper) GetAllRewardsBucket ¶ added in v1.4.0
func (k Keeper) GetAllRewardsBucket(ctx sdk.Context) (list []types.RewardsBucket)
GetAllRewardsBucket returns all rewardsBucket
func (Keeper) GetAssetDecimals ¶ added in v0.14.0
func (Keeper) GetAssetsForLiquidityProviderPaginated ¶
func (k Keeper) GetAssetsForLiquidityProviderPaginated(ctx sdk.Context, lpAddress sdk.AccAddress, pagination *query.PageRequest) ([]*types.Asset, *query.PageResponse, error)
func (Keeper) GetAuthKeeper ¶
func (k Keeper) GetAuthKeeper() types.AuthKeeper
func (Keeper) GetBankKeeper ¶
func (k Keeper) GetBankKeeper() types.BankKeeper
func (Keeper) GetBlockDistributionAccu ¶ added in v0.13.5
func (Keeper) GetClpWhiteList ¶
func (k Keeper) GetClpWhiteList(ctx sdk.Context) []sdk.AccAddress
func (Keeper) GetCurrentRewardPeriod ¶ added in v0.13.0
func (k Keeper) GetCurrentRewardPeriod(ctx sdk.Context, params *types.RewardParams) *types.RewardPeriod
func (Keeper) GetLiquidityProtectionParams ¶ added in v0.13.4
func (k Keeper) GetLiquidityProtectionParams(ctx sdk.Context) *types.LiquidityProtectionParams
func (Keeper) GetLiquidityProtectionRateParams ¶ added in v0.13.4
func (k Keeper) GetLiquidityProtectionRateParams(ctx sdk.Context) types.LiquidityProtectionRateParams
func (Keeper) GetLiquidityProvider ¶
func (Keeper) GetLiquidityProviderIterator ¶
func (Keeper) GetLiquidityProvidersForAssetPaginated ¶
func (k Keeper) GetLiquidityProvidersForAssetPaginated(ctx sdk.Context, asset types.Asset, pagination *query.PageRequest) ([]*types.LiquidityProvider, *query.PageResponse, error)
func (Keeper) GetMarginKeeper ¶ added in v1.4.0
func (k Keeper) GetMarginKeeper() margintypes.Keeper
func (Keeper) GetMinCreatePoolThreshold ¶
func (Keeper) GetModuleRowan ¶ added in v0.13.4
func (Keeper) GetNativePrice ¶ added in v1.4.0
Currently this calculates the native price on the fly Calculates the price of the native token in MaxRowanLiquidityThresholdAsset
func (Keeper) GetPmtpEpoch ¶ added in v0.13.0
func (Keeper) GetPmtpParams ¶ added in v0.13.0
func (k Keeper) GetPmtpParams(ctx sdk.Context) *types.PmtpParams
func (Keeper) GetPmtpRateParams ¶ added in v0.13.0
func (k Keeper) GetPmtpRateParams(ctx sdk.Context) types.PmtpRateParams
func (Keeper) GetPoolsPaginated ¶
func (k Keeper) GetPoolsPaginated(ctx sdk.Context, pagination *query.PageRequest) ([]*types.Pool, *query.PageResponse, error)
func (Keeper) GetProviderDistributionParams ¶ added in v0.13.4
func (k Keeper) GetProviderDistributionParams(ctx sdk.Context) *types.ProviderDistributionParams
func (Keeper) GetRemovalQueue ¶ added in v1.4.0
func (Keeper) GetRemovalQueueIterator ¶ added in v1.4.0
func (Keeper) GetRemovalQueueUnitsForLP ¶ added in v1.4.0
func (Keeper) GetRewardsBucket ¶ added in v1.4.0
func (k Keeper) GetRewardsBucket( ctx sdk.Context, denom string, ) (val types.RewardsBucket, found bool)
GetRewardsBucket returns a rewardsBucket from its index
func (Keeper) GetRewardsEligibleLiquidityProviders ¶ added in v1.4.0
func (k Keeper) GetRewardsEligibleLiquidityProviders(ctx sdk.Context) (map[types.Asset][]*types.LiquidityProvider, error)
function that uses GetAllLiquidityProvidersPartitions to get all LPs by asset and filter out the ones that are not eligible for rewards, return a partitioned map of LPs
func (Keeper) GetRewardsParams ¶ added in v0.13.0
func (k Keeper) GetRewardsParams(ctx sdk.Context) *types.RewardParams
func (Keeper) GetSwapFeeParams ¶ added in v1.4.0
func (k Keeper) GetSwapFeeParams(ctx sdk.Context) types.SwapFeeParams
func (Keeper) GetSwapFeeRate ¶ added in v0.17.0
func (Keeper) GetSymmetryRatio ¶ added in v0.13.3
func (Keeper) GetSymmetryThreshold ¶ added in v0.13.1
func (Keeper) HasBalance ¶
func (Keeper) InitiateSwap ¶
func (Keeper) IsBlockedByLiquidityProtection ¶ added in v1.4.0
func (k Keeper) IsBlockedByLiquidityProtection(ctx sdk.Context, nativeAmount sdk.Uint, nativePrice sdk.Dec) bool
The nativePrice should be in MaxRowanLiquidityThresholdAsset
func (Keeper) IsDistributionBlock ¶ added in v0.13.4
func (Keeper) IsInsidePmtpWindow ¶ added in v0.13.0
func (Keeper) IsRemovalQueueEnabled ¶ added in v0.15.0
func (Keeper) MustUpdateLiquidityProtectionThreshold ¶ added in v1.4.0
func (k Keeper) MustUpdateLiquidityProtectionThreshold(ctx sdk.Context, sellNative bool, nativeAmount sdk.Uint, nativePrice sdk.Dec)
This method should only be called if buying or selling native asset. If sellNative is false then this method assumes that buyNative is true. The nativePrice should be in MaxRowanLiquidityThresholdAsset NOTE: this method panics if sellNative is true and the value of the sell amount is greater than the value of currentRowanLiquidityThreshold. Call IsBlockedByLiquidityProtection before if unsure.
func (Keeper) ParseToInt ¶
Use strings instead of Unit/Int in between conventions
func (Keeper) PolicyCalculations ¶ added in v0.13.0
func (Keeper) PolicyRun ¶ added in v0.13.0
NOTE: the code in this method must not panic otherwise the chain will halt see: https://bytemeta.vip/repo/osmosis-labs/osmosis/issues/1305
func (Keeper) PolicyStart ¶ added in v0.13.0
func (Keeper) ProcessRemovalQueue ¶ added in v1.4.0
func (Keeper) ProcessRemoveLiquidityMsg ¶ added in v1.4.0
func (Keeper) ProviderDistributionPolicyRun ¶ added in v0.13.4
func (Keeper) PruneUnlockRecords ¶ added in v0.13.0
func (Keeper) QueueRemoval ¶ added in v1.4.0
func (Keeper) RemoveLiquidity ¶
func (Keeper) RemoveLiquidityProvider ¶
func (Keeper) RemoveRewardsBucket ¶ added in v1.4.0
RemoveRewardsBucket removes a rewardsBucket from the store
func (Keeper) RemoveRowanFromPool ¶ added in v0.13.4
func (Keeper) SendCoins ¶
func (k Keeper) SendCoins(ctx sdk.Context, from sdk.AccAddress, to sdk.AccAddress, coins sdk.Coins) error
func (Keeper) SendRowanFromPool ¶ added in v0.13.4
func (Keeper) SendRowanFromPoolNoPoolUpdate ¶ added in v0.13.4
func (Keeper) SetBlockDistributionAccu ¶ added in v0.13.5
func (Keeper) SetClpWhiteList ¶
func (k Keeper) SetClpWhiteList(ctx sdk.Context, validatorList []sdk.AccAddress)
func (Keeper) SetLiquidityProtectionCurrentRowanLiquidityThreshold ¶ added in v0.13.4
func (Keeper) SetLiquidityProtectionParams ¶ added in v0.13.4
func (k Keeper) SetLiquidityProtectionParams(ctx sdk.Context, params *types.LiquidityProtectionParams)
func (Keeper) SetLiquidityProtectionRateParams ¶ added in v0.13.4
func (k Keeper) SetLiquidityProtectionRateParams(ctx sdk.Context, params types.LiquidityProtectionRateParams)
func (Keeper) SetLiquidityProvider ¶
func (k Keeper) SetLiquidityProvider(ctx sdk.Context, lp *types.LiquidityProvider)
func (Keeper) SetPmtpBlockCounter ¶ added in v0.13.4
func (Keeper) SetPmtpBlockRate ¶ added in v0.13.0
func (Keeper) SetPmtpCurrentRunningRate ¶ added in v0.13.0
func (Keeper) SetPmtpEpoch ¶ added in v0.13.0
func (Keeper) SetPmtpInterPolicyRate ¶ added in v0.13.0
func (Keeper) SetPmtpParams ¶ added in v0.13.0
func (k Keeper) SetPmtpParams(ctx sdk.Context, params *types.PmtpParams)
func (Keeper) SetPmtpRateParams ¶ added in v0.13.0
func (k Keeper) SetPmtpRateParams(ctx sdk.Context, params types.PmtpRateParams)
func (Keeper) SetProcessedRemovalRequest ¶ added in v1.4.0
func (Keeper) SetProviderDistributionParams ¶ added in v0.13.4
func (k Keeper) SetProviderDistributionParams(ctx sdk.Context, params *types.ProviderDistributionParams)
func (Keeper) SetRemovalQueue ¶ added in v1.4.0
func (Keeper) SetRewardParams ¶ added in v0.13.0
func (k Keeper) SetRewardParams(ctx sdk.Context, params *types.RewardParams)
func (Keeper) SetRewardsBucket ¶ added in v1.4.0
func (k Keeper) SetRewardsBucket(ctx sdk.Context, rewardsBucket types.RewardsBucket)
SetRewardsBucket set a specific rewardsBucket in the store from its index
func (Keeper) SetSwapFeeParams ¶ added in v1.4.0
func (k Keeper) SetSwapFeeParams(ctx sdk.Context, params *types.SwapFeeParams)
func (Keeper) SetSymmetryThreshold ¶ added in v0.13.1
func (k Keeper) SetSymmetryThreshold(ctx sdk.Context, setThreshold *types.MsgSetSymmetryThreshold)
func (Keeper) ShouldDistributeRewards ¶ added in v1.4.0
func (Keeper) ShouldDistributeRewardsToLPWallet ¶ added in v1.4.0
func (Keeper) SingleExternalBalanceModuleAccountCheck ¶ added in v1.4.0
func (Keeper) SubtractFromRewardsBucket ¶ added in v1.4.0
SubtractFromRewardsBucket subtracts an amount from a specific RewardsBucket in the store
func (Keeper) TransferProviderDistribution ¶ added in v0.13.4
func (k Keeper) TransferProviderDistribution(ctx sdk.Context, poolRowanMap PoolRowanMap, lpRowanMap LpRowanMap, lpPoolMap LpPoolMap)
func (Keeper) TransferProviderDistributionGeneric ¶ added in v0.13.4
func (k Keeper) TransferProviderDistributionGeneric(ctx sdk.Context, poolRowanMap PoolRowanMap, lpRowanMap LpRowanMap, lpPoolMap LpPoolMap, typeStr string, successEventType string)
func (Keeper) TransferRewards ¶ added in v0.13.4
func (k Keeper) TransferRewards(ctx sdk.Context, poolRowanMap PoolRowanMap, lpRowanMap LpRowanMap, lpPoolMap LpPoolMap)
func (Keeper) UnitsCheck ¶ added in v1.4.0
func (Keeper) UseUnlockedLiquidity ¶ added in v0.13.0
func (Keeper) ValidateAddress ¶
type LPPool ¶ added in v0.13.4
func PoolRowanMapToLPPools ¶ added in v0.14.0
func PoolRowanMapToLPPools(poolRowanMap PoolRowanMap) []LPPool
type LpRowanMap ¶ added in v0.13.4
type Migrator ¶ added in v0.13.0
type Migrator struct {
// contains filtered or unexported fields
}
func NewMigrator ¶ added in v0.13.0
func (Migrator) MigrateToVer2 ¶ added in v0.13.0
func (Migrator) MigrateToVer3 ¶ added in v0.13.3
func (Migrator) MigrateToVer4 ¶ added in v1.4.0
type PoolReward ¶ added in v0.13.4
func CollectPoolRewardTuples ¶ added in v0.13.4
type Querier ¶
type Querier struct {
Keeper Keeper
}
Querier is used as Keeper will have duplicate methods if used directly, and gRPC names take precedence over keeper
func (Querier) GetAssetList ¶
func (k Querier) GetAssetList(c context.Context, req *types.AssetListReq) (*types.AssetListRes, error)
func (Querier) GetLiquidityProtectionParams ¶ added in v0.13.4
func (k Querier) GetLiquidityProtectionParams(c context.Context, _ *types.LiquidityProtectionParamsReq) (*types.LiquidityProtectionParamsRes, error)
func (Querier) GetLiquidityProvider ¶
func (k Querier) GetLiquidityProvider(c context.Context, req *types.LiquidityProviderReq) (*types.LiquidityProviderRes, error)
func (Querier) GetLiquidityProviderData ¶
func (k Querier) GetLiquidityProviderData(c context.Context, req *types.LiquidityProviderDataReq) (*types.LiquidityProviderDataRes, error)
func (Querier) GetLiquidityProviderList ¶
func (k Querier) GetLiquidityProviderList(c context.Context, req *types.LiquidityProviderListReq) (*types.LiquidityProviderListRes, error)
func (Querier) GetLiquidityProviders ¶
func (k Querier) GetLiquidityProviders(c context.Context, req *types.LiquidityProvidersReq) (*types.LiquidityProvidersRes, error)
func (Querier) GetPmtpParams ¶ added in v0.13.0
func (k Querier) GetPmtpParams(c context.Context, _ *types.PmtpParamsReq) (*types.PmtpParamsRes, error)
func (Querier) GetPoolShareEstimate ¶ added in v1.4.0
func (k Querier) GetPoolShareEstimate(c context.Context, req *types.PoolShareEstimateReq) (*types.PoolShareEstimateRes, error)
func (Querier) GetProviderDistributionParams ¶ added in v0.13.4
func (k Querier) GetProviderDistributionParams(c context.Context, _ *types.ProviderDistributionParamsReq) (*types.ProviderDistributionParamsRes, error)
func (Querier) GetRewardParams ¶ added in v0.13.0
func (k Querier) GetRewardParams(c context.Context, _ *types.RewardParamsReq) (*types.RewardParamsRes, error)
func (Querier) GetRewardsBucket ¶ added in v1.4.0
func (k Querier) GetRewardsBucket(goCtx context.Context, req *types.RewardsBucketReq) (*types.RewardsBucketRes, error)
func (Querier) GetRewardsBucketAll ¶ added in v1.4.0
func (k Querier) GetRewardsBucketAll(goCtx context.Context, req *types.AllRewardsBucketReq) (*types.AllRewardsBucketRes, error)
func (Querier) GetSwapFeeParams ¶ added in v1.4.0
func (k Querier) GetSwapFeeParams(c context.Context, _ *types.SwapFeeParamsReq) (*types.SwapFeeParamsRes, error)
type ValidLiquidityProvider ¶ added in v0.13.4
type ValidLiquidityProvider struct { Address sdk.AccAddress LP *types.LiquidityProvider }
func FilterValidLiquidityProviders ¶ added in v0.13.4
func FilterValidLiquidityProviders(ctx sdk.Context, lps []*types.LiquidityProvider) []ValidLiquidityProvider
Source Files ¶
- add_liquidity_to_rewards_bucket.go
- calculations.go
- epoch_hooks.go
- events.go
- executors.go
- grpc_query.go
- invariants.go
- keeper.go
- liquidityprotection.go
- liquidityprotection_rate_params.go
- liquidityprovider.go
- migrations.go
- msg_server.go
- msg_server_add_liquidity_to_rewards_bucket.go
- params.go
- pmtp.go
- pmtp_epoch.go
- pmtp_params.go
- pmtp_rate_params.go
- pool.go
- provider_distribution.go
- pureCalculation.go
- querier.go
- removalqueue.go
- reward_params.go
- rewards.go
- rewards_bucket.go
- swap.go
- swap_fee_params.go
- validatorWhitelist.go