Skip to content

Problem: Missing debug_traceCall RPC #587

Problem: Missing debug_traceCall RPC

Problem: Missing debug_traceCall RPC #587

Triggered via pull request October 25, 2023 23:38
Status Failure
Total duration 6m 21s
Artifacts

lint.yml

on: pull_request
Run golangci-lint
6m 9s
Run golangci-lint
Run markdown-lint
20s
Run markdown-lint
Run flake8 on python integration tests
17s
Run flake8 on python integration tests
Check gomod2nix.toml file is up to date
24s
Check gomod2nix.toml file is up to date
Fit to window
Zoom out
Zoom in

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)