Skip to content

Problem: precompile interface is not supported #490

Problem: precompile interface is not supported

Problem: precompile interface is not supported #490

Triggered via pull request September 6, 2023 05:37
Status Failure
Total duration 4m 5s
Artifacts

lint.yml

on: pull_request
Run golangci-lint
3m 55s
Run golangci-lint
Run markdown-lint
17s
Run markdown-lint
Run flake8 on python integration tests
16s
Run flake8 on python integration tests
Check gomod2nix.toml file is up to date
15s
Check gomod2nix.toml file is up to date
Fit to window
Zoom out
Zoom in

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)