Problem: Missing debug_traceCall RPC #587
lint.yml
on: pull_request
Run golangci-lint
6m 9s
Run markdown-lint
20s
Run flake8 on python integration tests
17s
Check gomod2nix.toml file is up to date
24s
Annotations
9 errors and 2 warnings
Run golangci-lint:
rpc/namespaces/ethereum/debug/api.go#L1
: # github.com/evmos/ethermint/rpc/namespaces/ethereum/debug
|
Run golangci-lint:
rpc/namespaces/ethereum/debug/api.go#L128
cannot use blockNrOrHash (variable of type "github.com/evmos/ethermint/rpc/types".BlockNumberOrHash) as type "github.com/evmos/ethermint/rpc/types".BlockNumber in argument to a.backend.TraceCall (typecheck)
|
Run golangci-lint:
rpc/apis.go#L27
could not import github.com/evmos/ethermint/rpc/namespaces/ethereum/debug (-: # github.com/evmos/ethermint/rpc/namespaces/ethereum/debug
|
Run golangci-lint:
rpc/namespaces/ethereum/debug/api.go#L128
cannot use blockNrOrHash (variable of type "github.com/evmos/ethermint/rpc/types".BlockNumberOrHash) as type "github.com/evmos/ethermint/rpc/types".BlockNumber in argument to a.backend.TraceCall) (typecheck)
|
Run golangci-lint:
server/start.go#L67
could not import github.com/evmos/ethermint/rpc/namespaces/ethereum/debug (-: # github.com/evmos/ethermint/rpc/namespaces/ethereum/debug
|
Run golangci-lint:
rpc/namespaces/ethereum/debug/api.go#L128
cannot use blockNrOrHash (variable of type "github.com/evmos/ethermint/rpc/types".BlockNumberOrHash) as type "github.com/evmos/ethermint/rpc/types".BlockNumber in argument to a.backend.TraceCall) (typecheck)
|
Run golangci-lint:
rpc/backend/backend.go#L35
ST1019: package "github.com/evmos/ethermint/rpc/types" is being imported more than once (stylecheck)
|
Run golangci-lint:
rpc/backend/backend.go#L36
ST1019(related information): other import of "github.com/evmos/ethermint/rpc/types" (stylecheck)
|
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:
x/evm/keeper/grpc_query.go#L621
unused-parameter: parameter 'signer' seems to be unused, consider removing or renaming it as _ (revive)
|