refactor: Flatten & remove unused BankKeeper interface methods #375
Annotations
10 errors and 1 warning
x/evm/keeper/abci.go#L1
: # github.com/evmos/ethermint/x/evm/keeper
|
x/evm/keeper/utils.go#L72
cannot use k.bankKeeper (variable of type "github.com/evmos/ethermint/x/evm/types".BankKeeper) as "github.com/cosmos/cosmos-sdk/x/auth/types".BankKeeper value in argument to authante.DeductFees: "github.com/evmos/ethermint/x/evm/types".BankKeeper does not implement "github.com/cosmos/cosmos-sdk/x/auth/types".BankKeeper (missing method IsSendEnabledCoins) (typecheck)
|
app/ante/eth.go#L29
could not import github.com/evmos/ethermint/x/evm/keeper (-: # github.com/evmos/ethermint/x/evm/keeper
|
x/evm/keeper/utils.go#L72
cannot use k.bankKeeper (variable of type "github.com/evmos/ethermint/x/evm/types".BankKeeper) as "github.com/cosmos/cosmos-sdk/x/auth/types".BankKeeper value in argument to authante.DeductFees: "github.com/evmos/ethermint/x/evm/types".BankKeeper does not implement "github.com/cosmos/cosmos-sdk/x/auth/types".BankKeeper (missing method IsSendEnabledCoins)) (typecheck)
|
app/ante/eip712.go#L58
cannot use options.BankKeeper (variable of type "github.com/evmos/ethermint/x/evm/types".BankKeeper) as "github.com/cosmos/cosmos-sdk/x/auth/types".BankKeeper value in argument to authante.NewDeductFeeDecorator: "github.com/evmos/ethermint/x/evm/types".BankKeeper does not implement "github.com/cosmos/cosmos-sdk/x/auth/types".BankKeeper (missing method IsSendEnabledCoins) (typecheck)
|
app/ante/handler_options.go#L94
cannot use options.BankKeeper (variable of type "github.com/evmos/ethermint/x/evm/types".BankKeeper) as "github.com/cosmos/cosmos-sdk/x/auth/types".BankKeeper value in argument to ante.NewDeductFeeDecorator: "github.com/evmos/ethermint/x/evm/types".BankKeeper does not implement "github.com/cosmos/cosmos-sdk/x/auth/types".BankKeeper (missing method IsSendEnabledCoins) (typecheck)
|
x/evm/genesis.go#L29
could not import github.com/evmos/ethermint/x/evm/keeper (-: # github.com/evmos/ethermint/x/evm/keeper
|
x/evm/keeper/utils.go#L72
cannot use k.bankKeeper (variable of type "github.com/evmos/ethermint/x/evm/types".BankKeeper) as "github.com/cosmos/cosmos-sdk/x/auth/types".BankKeeper value in argument to authante.DeductFees: "github.com/evmos/ethermint/x/evm/types".BankKeeper does not implement "github.com/cosmos/cosmos-sdk/x/auth/types".BankKeeper (missing method IsSendEnabledCoins)) (typecheck)
|
app/app.go#L127
could not import github.com/evmos/ethermint/x/evm/keeper (-: # github.com/evmos/ethermint/x/evm/keeper
|
x/evm/keeper/utils.go#L72
cannot use k.bankKeeper (variable of type "github.com/evmos/ethermint/x/evm/types".BankKeeper) as "github.com/cosmos/cosmos-sdk/x/auth/types".BankKeeper value in argument to authante.DeductFees: "github.com/evmos/ethermint/x/evm/types".BankKeeper does not implement "github.com/cosmos/cosmos-sdk/x/auth/types".BankKeeper (missing method IsSendEnabledCoins)) (typecheck)
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v3, actions/checkout@v3, technote-space/[email protected], golangci/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
This job failed
Loading