Initial nested cache Context StateDB implementation #95
Annotations
10 errors and 10 warnings
Run golangci/golangci-lint-action@v3.3.1:
rpc/backend/tracing.go#L151
File is not `gofumpt`-ed (gofumpt)
|
Run golangci/golangci-lint-action@v3.3.1:
rpc/backend/node_info.go#L252
unused-parameter: parameter 'language' seems to be unused, consider removing or renaming it as _ (revive)
|
Run golangci/golangci-lint-action@v3.3.1:
rpc/backend/account_info.go#L23
import 'cosmossdk.io/math' is not allowed from list 'Main' (depguard)
|
Run golangci/golangci-lint-action@v3.3.1:
rpc/backend/account_info.go#L24
import 'github.com/cosmos/cosmos-sdk/types' is not allowed from list 'Main' (depguard)
|
Run golangci/golangci-lint-action@v3.3.1:
rpc/backend/account_info.go#L25
import 'github.com/cosmos/cosmos-sdk/x/auth/types' is not allowed from list 'Main' (depguard)
|
Run golangci/golangci-lint-action@v3.3.1:
rpc/backend/account_info.go#L26
import 'github.com/ethereum/go-ethereum/common' is not allowed from list 'Main' (depguard)
|
Run golangci/golangci-lint-action@v3.3.1:
rpc/backend/account_info.go#L27
import 'github.com/ethereum/go-ethereum/common/hexutil' is not allowed from list 'Main' (depguard)
|
Run golangci/golangci-lint-action@v3.3.1:
rpc/backend/account_info.go#L28
import 'github.com/evmos/ethermint/rpc/types' is not allowed from list 'Main' (depguard)
|
Run golangci/golangci-lint-action@v3.3.1:
rpc/backend/account_info.go#L29
import 'github.com/evmos/ethermint/x/evm/types' is not allowed from list 'Main' (depguard)
|
Run golangci/golangci-lint-action@v3.3.1:
rpc/backend/account_info.go#L30
import 'github.com/pkg/errors' is not allowed from list 'Main' (depguard)
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v3, actions/checkout@v3, technote-space/get-diff-action@v6.1.2, golangci/golangci-lint-action@v3.3.1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run golangci/golangci-lint-action@v3.3.1:
x/evm/statedb/ctx.go#L59
unused-parameter: parameter 'logsIndex' seems to be unused, consider removing or renaming it as _ (revive)
|
Run golangci/golangci-lint-action@v3.3.1:
x/evm/statedb/statedb.go#L206
unused-parameter: parameter 'hash' seems to be unused, consider removing or renaming it as _ (revive)
|
Run golangci/golangci-lint-action@v3.3.1:
x/evm/keeper/config.go#L62
unused-parameter: parameter 'msg' seems to be unused, consider removing or renaming it as _ (revive)
|
Run golangci/golangci-lint-action@v3.3.1:
x/evm/keeper/abci.go#L27
unused-parameter: parameter 'req' seems to be unused, consider removing or renaming it as _ (revive)
|
Run golangci/golangci-lint-action@v3.3.1:
x/evm/keeper/abci.go#L34
unused-parameter: parameter 'req' seems to be unused, consider removing or renaming it as _ (revive)
|
Run golangci/golangci-lint-action@v3.3.1:
x/evm/keeper/grpc_query.go#L292
redefines-builtin-id: redefinition of the built-in function cap (revive)
|
Run golangci/golangci-lint-action@v3.3.1:
x/evm/keeper/grpc_query.go#L317
redefines-builtin-id: redefinition of the built-in function cap (revive)
|
Run golangci/golangci-lint-action@v3.3.1:
x/evm/testutil/suite.go#L222
increment-decrement: should replace header.Height += 1 with header.Height++ (revive)
|
Run golangci/golangci-lint-action@v3.3.1:
x/evm/testutil/suite.go#L4
blank-imports: a blank import should be only in a main or test package, or have a comment justifying it (revive)
|
The logs for this run have expired and are no longer available.
Loading