Initial nested cache Context StateDB implementation #128
lint.yml
on: pull_request
Run golangci-lint
4m 35s
Run markdown-lint
17s
Run flake8 on python integration tests
10s
Check gomod2nix.toml file is up to date
11s
Annotations
9 errors and 14 warnings
Run golangci-lint:
x/evm/testutil/suite.go#L253
appendAssign: append result not assigned to the same slice (gocritic)
|
Run golangci-lint:
x/evm/testutil/suite.go#L261
unnecessary conversion (unconvert)
|
Run golangci-lint:
x/evm/testutil/suite.go#L369
unnecessary conversion (unconvert)
|
Run golangci-lint:
x/evm/testutil/suite.go#L50
var `testTokens` is unused (unused)
|
Run golangci-lint:
app/ante/eth.go#L31
ST1019: package "github.com/evmos/ethermint/x/evm/types" is being imported more than once (stylecheck)
|
Run golangci-lint:
app/ante/eth.go#L32
ST1019(related information): other import of "github.com/evmos/ethermint/x/evm/types" (stylecheck)
|
Run golangci-lint:
x/evm/testutil/suite.go#L33
ST1019: package "github.com/evmos/ethermint/x/evm/types" is being imported more than once (stylecheck)
|
Run golangci-lint:
x/evm/testutil/suite.go#L34
ST1019(related information): other import of "github.com/evmos/ethermint/x/evm/types" (stylecheck)
|
Run golangci-lint
issues found
|
Check gomod2nix.toml file is up to date
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/[email protected], technote-space/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Check gomod2nix.toml file is up to date
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Check gomod2nix.toml file is up to date
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Check gomod2nix.toml file is up to date
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Run flake8 on python integration tests
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, technote-space/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run flake8 on python integration tests
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Run markdown-lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, technote-space/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run golangci-lint
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-lint:
x/feemarket/client/cli/query.go#L53
unused-parameter: parameter 'args' seems to be unused, consider removing or renaming it as _ (revive)
|
Run golangci-lint:
x/feemarket/client/cli/query.go#L111
unused-parameter: parameter 'args' seems to be unused, consider removing or renaming it as _ (revive)
|
Run golangci-lint:
rpc/websockets.go#L131
unused-parameter: parameter 'r' seems to be unused, consider removing or renaming it as _ (revive)
|
Run golangci-lint:
app/upgrades.go#L26
unused-parameter: parameter 'plan' seems to be unused, consider removing or renaming it as _ (revive)
|
Run golangci-lint:
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-lint:
x/evm/testutil/suite.go#L222
increment-decrement: should replace header.Height += 1 with header.Height++ (revive)
|