Initial nested cache Context StateDB implementation #93
Annotations
10 errors and 8 warnings
Run golangci/[email protected]:
rpc/namespaces/ethereum/miner/unsupported.go#L34
unused-parameter: parameter 'extra' seems to be unused, consider removing or renaming it as _ (revive)
|
Run golangci/[email protected]:
rpc/namespaces/ethereum/miner/unsupported.go#L42
unused-parameter: parameter 'gasLimit' seems to be unused, consider removing or renaming it as _ (revive)
|
Run golangci/[email protected]:
rpc/namespaces/ethereum/miner/unsupported.go#L54
unused-parameter: parameter 'threads' seems to be unused, consider removing or renaming it as _ (revive)
|
Run golangci/[email protected]:
rpc/namespaces/ethereum/miner/api.go#L19
import 'github.com/cosmos/cosmos-sdk/server' is not allowed from list 'Main' (depguard)
|
Run golangci/[email protected]:
rpc/namespaces/ethereum/miner/api.go#L21
import 'github.com/ethereum/go-ethereum/common' is not allowed from list 'Main' (depguard)
|
Run golangci/[email protected]:
rpc/namespaces/ethereum/miner/api.go#L22
import 'github.com/ethereum/go-ethereum/common/hexutil' is not allowed from list 'Main' (depguard)
|
Run golangci/[email protected]:
rpc/namespaces/ethereum/miner/api.go#L24
import 'github.com/tendermint/tendermint/libs/log' is not allowed from list 'Main' (depguard)
|
Run golangci/[email protected]:
rpc/namespaces/ethereum/miner/api.go#L26
import 'github.com/evmos/ethermint/rpc/backend' is not allowed from list 'Main' (depguard)
|
Run golangci/[email protected]:
rpc/namespaces/ethereum/miner/unsupported.go#L21
import 'github.com/ethereum/go-ethereum/common/hexutil' is not allowed from list 'Main' (depguard)
|
Run golangci/[email protected]:
rpc/namespaces/ethereum/net/api.go#L22
import 'github.com/cosmos/cosmos-sdk/client' is not allowed from list 'Main' (depguard)
|
Run golangci/[email protected]:
x/evm/statedb/statedb.go#L203
unused-parameter: parameter 'hash' seems to be unused, consider removing or renaming it as _ (revive)
|
Run golangci/[email protected]:
x/evm/keeper/config.go#L62
unused-parameter: parameter 'msg' seems to be unused, consider removing or renaming it as _ (revive)
|
Run golangci/[email protected]:
x/evm/keeper/abci.go#L27
unused-parameter: parameter 'req' seems to be unused, consider removing or renaming it as _ (revive)
|
Run golangci/[email protected]:
x/evm/keeper/grpc_query.go#L292
redefines-builtin-id: redefinition of the built-in function cap (revive)
|
Run golangci/[email protected]:
x/evm/keeper/grpc_query.go#L317
redefines-builtin-id: redefinition of the built-in function cap (revive)
|
Run golangci/[email protected]:
x/evm/keeper/abci.go#L34
unused-parameter: parameter 'req' seems to be unused, consider removing or renaming it as _ (revive)
|
Run golangci/[email protected]:
x/evm/testutil/suite.go#L222
increment-decrement: should replace header.Height += 1 with header.Height++ (revive)
|
Run golangci/[email protected]:
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