Versions in this module Expand all Collapse all v4 v4.0.2 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 v4.0.1 May 10, 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 v4.0.0 May 9, 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 + var RegisterCoinProposalHandler = govclient.NewProposalHandler(cli.NewRegisterCoinProposalCmd, rest.RegisterCoinProposalRESTHandler) + var RegisterERC20ProposalHandler = govclient.NewProposalHandler(cli.NewRegisterERC20ProposalCmd, rest.RegisterERC20ProposalRESTHandler) + var ToggleTokenConversionProposalHandler = govclient.NewProposalHandler(cli.NewToggleTokenConversionProposalCmd, rest.ToggleTokenConversionRESTHandler) Other modules containing this package github.com/tharsis/evmos github.com/tharsis/evmos/v2 github.com/tharsis/evmos/v3 github.com/tharsis/evmos/v5