build(deps): bump github.com/ethereum/go-ethereum from 1.10.19 to 1.12.2 #294
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
lint.yml
on: pull_request
Run golangci-lint
5m 13s
Run markdown-lint
12s
Annotations
10 errors and 10 warnings
Run golangci-lint:
x/claims/keeper/hooks.go#L106
invalid operation: cannot call non-function msg.From (variable of type "github.com/ethereum/go-ethereum/common".Address) (typecheck)
|
Run golangci-lint:
x/erc20/types/interfaces.go#L13
could not import github.com/evmos/ethermint/x/evm/statedb (-: # github.com/evmos/ethermint/x/evm/statedb
|
Run golangci-lint
cannot use &StateDB{} (value of type *StateDB) as type vm.StateDB in variable declaration:
|
Run golangci-lint:
x/erc20/keeper/evm.go#L196
undefined: ethtypes.NewMessage (typecheck)
|
Run golangci-lint:
x/erc20/handler.go#L17
previous case (typecheck)
|
Run golangci-lint:
x/erc20/proposal_handler.go#L25
previous case (typecheck)
|
Run golangci-lint:
x/incentives/types/interfaces.go#L14
could not import github.com/evmos/ethermint/x/evm/statedb (-: # github.com/evmos/ethermint/x/evm/statedb
|
Run golangci-lint
cannot use &StateDB{} (value of type *StateDB) as type vm.StateDB in variable declaration:
|
Run golangci-lint:
x/incentives/keeper/evm_hooks.go#L35
invalid operation: cannot call non-function msg.To (variable of type *"github.com/ethereum/go-ethereum/common".Address) (typecheck)
|
Run golangci-lint:
x/incentives/keeper/evm_hooks.go#L36
invalid operation: cannot call non-function msg.From (variable of type "github.com/ethereum/go-ethereum/common".Address) (typecheck)
|
Run golangci-lint:
x/epochs/types/identifier.go#L24
if-return: redundant if ...; err != nil check, just return error instead. (revive)
|
Run golangci-lint:
x/epochs/module.go#L53
unused-parameter: parameter 'cdc' seems to be unused, consider removing or renaming it as _ (revive)
|
Run golangci-lint:
x/epochs/module.go#L64
unused-parameter: parameter 'config' seems to be unused, consider removing or renaming it as _ (revive)
|
Run golangci-lint:
x/epochs/module.go#L73
unused-parameter: parameter 'clientCtx' seems to be unused, consider removing or renaming it as _ (revive)
|
Run golangci-lint:
x/epochs/module.go#L131
unused-parameter: parameter 'legacyQuerierCdc' seems to be unused, consider removing or renaming it as _ (revive)
|
Run golangci-lint:
x/epochs/module.go#L168
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
|
Run golangci-lint:
x/epochs/module.go#L177
unused-parameter: parameter 'simState' seems to be unused, consider removing or renaming it as _ (revive)
|
Run golangci-lint:
x/epochs/module.go#L180
unused-parameter: parameter 'simState' seems to be unused, consider removing or renaming it as _ (revive)
|
Run golangci-lint:
x/epochs/module.go#L185
unused-parameter: parameter 'r' seems to be unused, consider removing or renaming it as _ (revive)
|
Run golangci-lint:
x/epochs/module.go#L190
unused-parameter: parameter 'sdr' seems to be unused, consider removing or renaming it as _ (revive)
|