Versions in this module Expand all Collapse all v5 v5.0.1 Jul 13, 2022 GO-2024-2715 GO-2024-2715: Evmos transaction execution not accounting for all state transition after interaction with precompiles in github.com/evmos/evmos v5.0.0 Jun 14, 2022 GO-2024-2715 GO-2024-2715: Evmos transaction execution not accounting for all state transition after interaction with precompiles in github.com/evmos/evmos Changes in this version + type Keeper struct + func NewKeeper(storeKey sdk.StoreKey, cdc codec.BinaryCodec, ak types.AccountKeeper, ...) Keeper + func (k Keeper) Balances(goCtx context.Context, req *types.QueryBalancesRequest) (*types.QueryBalancesResponse, error) + func (k Keeper) Clawback(goCtx context.Context, msg *types.MsgClawback) (*types.MsgClawbackResponse, error) + func (k Keeper) CreateClawbackVestingAccount(goCtx context.Context, msg *types.MsgCreateClawbackVestingAccount) (*types.MsgCreateClawbackVestingAccountResponse, error) + func (k Keeper) Logger(ctx sdk.Context) log.Logger Other modules containing this package github.com/tharsis/evmos github.com/tharsis/evmos/v2 github.com/tharsis/evmos/v3 github.com/tharsis/evmos/v4