refactor: Flatten & remove unused BankKeeper interface methods #375
lint.yml
on: pull_request
Run golangci-lint
3m 45s
Run markdown-lint
10s
Run flake8 on python integration tests
14s
Check gomod2nix.toml file is up to date
1m 16s
Annotations
10 errors and 6 warnings
Run golangci-lint:
x/evm/keeper/abci.go#L1
: # github.com/evmos/ethermint/x/evm/keeper
|
Run golangci-lint:
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)
|
Run golangci-lint:
app/ante/eth.go#L29
could not import github.com/evmos/ethermint/x/evm/keeper (-: # github.com/evmos/ethermint/x/evm/keeper
|
Run golangci-lint:
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)
|
Run golangci-lint:
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)
|
Run golangci-lint:
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)
|
Run golangci-lint:
x/evm/genesis.go#L29
could not import github.com/evmos/ethermint/x/evm/keeper (-: # github.com/evmos/ethermint/x/evm/keeper
|
Run golangci-lint:
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)
|
Run golangci-lint:
app/app.go#L127
could not import github.com/evmos/ethermint/x/evm/keeper (-: # github.com/evmos/ethermint/x/evm/keeper
|
Run golangci-lint:
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)
|
Run markdown-lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, technote-space/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run flake8 on python integration tests
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, technote-space/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run flake8 on python integration tests
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Check gomod2nix.toml file is up to date
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, technote-space/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Check gomod2nix.toml file is up to date
No push credentials found. Ignoring the 'useDaemon' option.
|
Run golangci-lint
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/.
|