Versions in this module Expand all Collapse all v0 v0.12.4 Mar 30, 2022 v0.12.3 Mar 30, 2022 Changes in this version + var KeyPrefixBaseFeeV1 = []byte + type Keeper struct + func NewKeeper(cdc codec.BinaryCodec, storeKey sdk.StoreKey, paramSpace paramtypes.Subspace) Keeper + func (k *Keeper) BeginBlock(ctx sdk.Context, req abci.RequestBeginBlock) + func (k *Keeper) EndBlock(ctx sdk.Context, req abci.RequestEndBlock) + func (k Keeper) BaseFee(c context.Context, _ *types.QueryBaseFeeRequest) (*types.QueryBaseFeeResponse, error) + func (k Keeper) BlockGas(c context.Context, _ *types.QueryBlockGasRequest) (*types.QueryBlockGasResponse, error) + func (k Keeper) CalculateBaseFee(ctx sdk.Context) *big.Int + func (k Keeper) GetBaseFee(ctx sdk.Context) *big.Int + func (k Keeper) GetBlockGasUsed(ctx sdk.Context) uint64 + func (k Keeper) GetParams(ctx sdk.Context) (params types.Params) + func (k Keeper) Logger(ctx sdk.Context) log.Logger + func (k Keeper) Params(c context.Context, _ *types.QueryParamsRequest) (*types.QueryParamsResponse, error) + func (k Keeper) SetBaseFee(ctx sdk.Context, baseFee *big.Int) + func (k Keeper) SetBlockGasUsed(ctx sdk.Context, gas uint64) + func (k Keeper) SetParams(ctx sdk.Context, params types.Params) + type Migrator struct + func NewMigrator(keeper Keeper) Migrator + func (m Migrator) Migrate1to2(ctx sdk.Context) error