Versions in this module Expand all Collapse all v27 v27.0.0 Nov 13, 2024 Changes in this version + const BackupFilename + var CurEipState = EipState + var DefaultBaseFee = osmomath.MustNewDecFromStr("0.0060") + var MaxBaseFee = osmomath.MustNewDecFromStr("5") + var MaxBlockChangeRate = osmomath.NewDec(1).Quo(osmomath.NewDec(10)) + var MinBaseFee = osmomath.MustNewDecFromStr("0.0025") + var RecheckFeeBaseFeeThreshold = osmomath.MustNewDecFromStr("0.01") + var RecheckFeeConstantHighBaseFee = "2.3" + var RecheckFeeConstantLowBaseFee = "3" + var RecheckFeeHighBaseFeeDec = osmomath.MustNewDecFromStr(RecheckFeeConstantHighBaseFee) + var RecheckFeeLowBaseFeeDec = osmomath.MustNewDecFromStr(RecheckFeeConstantLowBaseFee) + var ResetInterval = int64(6000) + var TargetBlockSpacePercent = osmomath.MustNewDecFromStr("0.625") + var TargetGas = int64(187_500_000) + func BeginBlockCode(ctx sdk.Context) + func DeliverTxCode(ctx sdk.Context, tx sdk.FeeTx) + func EndBlockCode(ctx sdk.Context) + type EipState struct + BackupFilePath string + CurBaseFee osmomath.Dec + func (e *EipState) GetCurBaseFee() osmomath.Dec + func (e *EipState) GetCurRecheckBaseFee() osmomath.Dec + func (e EipState) Clone() EipState v27.0.0-rc1 Nov 11, 2024 Other modules containing this package github.com/osmosis-labs/osmosis/v20 github.com/osmosis-labs/osmosis/v21 github.com/osmosis-labs/osmosis/v22 github.com/osmosis-labs/osmosis/v23 github.com/osmosis-labs/osmosis/v24 github.com/osmosis-labs/osmosis/v25 github.com/osmosis-labs/osmosis/v26