Problem: precompile interface is not supported #490
lint.yml
on: pull_request
Run golangci-lint
3m 55s
Run markdown-lint
17s
Run flake8 on python integration tests
16s
Check gomod2nix.toml file is up to date
15s
Annotations
6 errors and 2 warnings
Run golangci-lint:
x/evm/vm/geth/geth.go#L1
: # github.com/evmos/ethermint/x/evm/vm/geth
|
Run golangci-lint:
x/evm/vm/geth/geth.go#L29
cannot use (*EVM)(nil) (value of type *EVM) as type "github.com/evmos/ethermint/x/evm/vm".EVM in variable declaration:
|
Run golangci-lint:
x/evm/vm/geth/geth.go#L49
cannot use &EVM{…} (value of type *EVM) as type "github.com/evmos/ethermint/x/evm/vm".EVM in return statement:
|
Run golangci-lint:
x/evm/vm/geth/geth.go#L81
undefined: vm.ActivePrecompiles
|
Run golangci-lint:
x/evm/vm/geth/geth.go#L93
undefined: vm.RunPrecompiledContract (typecheck)
|
Run golangci-lint
issues found
|
Run golangci-lint
Restore cache failed: Dependencies file is not found in /home/runner/work/ethermint/ethermint. Supported file pattern: go.sum
|
Run golangci-lint:
rpc/backend/utils.go#L149
indent-error-flow: if block ends with a return statement, so drop this else and outdent its block (revive)
|