Initial nested cache Context StateDB implementation #128
Annotations
9 errors and 7 warnings
Run golangci/[email protected]:
x/evm/testutil/suite.go#L253
appendAssign: append result not assigned to the same slice (gocritic)
|
Run golangci/[email protected]:
x/evm/testutil/suite.go#L261
unnecessary conversion (unconvert)
|
Run golangci/[email protected]:
x/evm/testutil/suite.go#L369
unnecessary conversion (unconvert)
|
Run golangci/[email protected]:
x/evm/testutil/suite.go#L50
var `testTokens` is unused (unused)
|
Run golangci/[email protected]:
app/ante/eth.go#L31
ST1019: package "github.com/evmos/ethermint/x/evm/types" is being imported more than once (stylecheck)
|
Run golangci/[email protected]:
app/ante/eth.go#L32
ST1019(related information): other import of "github.com/evmos/ethermint/x/evm/types" (stylecheck)
|
Run golangci/[email protected]:
x/evm/testutil/suite.go#L33
ST1019: package "github.com/evmos/ethermint/x/evm/types" is being imported more than once (stylecheck)
|
Run golangci/[email protected]:
x/evm/testutil/suite.go#L34
ST1019(related information): other import of "github.com/evmos/ethermint/x/evm/types" (stylecheck)
|
Run golangci/[email protected]
issues found
|
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/[email protected], golangci/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run golangci/[email protected]:
x/feemarket/client/cli/query.go#L53
unused-parameter: parameter 'args' seems to be unused, consider removing or renaming it as _ (revive)
|
Run golangci/[email protected]:
x/feemarket/client/cli/query.go#L111
unused-parameter: parameter 'args' seems to be unused, consider removing or renaming it as _ (revive)
|
Run golangci/[email protected]:
rpc/websockets.go#L131
unused-parameter: parameter 'r' seems to be unused, consider removing or renaming it as _ (revive)
|
Run golangci/[email protected]:
app/upgrades.go#L26
unused-parameter: parameter 'plan' seems to be unused, consider removing or renaming it as _ (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)
|
Run golangci/[email protected]:
x/evm/testutil/suite.go#L222
increment-decrement: should replace header.Height += 1 with header.Height++ (revive)
|
The logs for this run have expired and are no longer available.
Loading