Skip to content

Initial nested cache Context StateDB implementation #93

Initial nested cache Context StateDB implementation

Initial nested cache Context StateDB implementation #93

Triggered via pull request January 22, 2024 19:59
Status Failure
Total duration 56s
Artifacts

lint.yml

on: pull_request
Run golangci-lint
28s
Run golangci-lint
Run markdown-lint
19s
Run markdown-lint
Run flake8 on python integration tests
44s
Run flake8 on python integration tests
Check gomod2nix.toml file is up to date
45s
Check gomod2nix.toml file is up to date
Fit to window
Zoom out
Zoom in

Annotations

12 errors and 12 warnings
Run golangci-lint: rpc/namespaces/ethereum/miner/unsupported.go#L34
unused-parameter: parameter 'extra' seems to be unused, consider removing or renaming it as _ (revive)
Run golangci-lint: rpc/namespaces/ethereum/miner/unsupported.go#L42
unused-parameter: parameter 'gasLimit' seems to be unused, consider removing or renaming it as _ (revive)
Run golangci-lint: rpc/namespaces/ethereum/miner/unsupported.go#L54
unused-parameter: parameter 'threads' seems to be unused, consider removing or renaming it as _ (revive)
Run golangci-lint: rpc/namespaces/ethereum/miner/api.go#L19
import 'github.com/cosmos/cosmos-sdk/server' is not allowed from list 'Main' (depguard)
Run golangci-lint: rpc/namespaces/ethereum/miner/api.go#L21
import 'github.com/ethereum/go-ethereum/common' is not allowed from list 'Main' (depguard)
Run golangci-lint: rpc/namespaces/ethereum/miner/api.go#L22
import 'github.com/ethereum/go-ethereum/common/hexutil' is not allowed from list 'Main' (depguard)
Run golangci-lint: rpc/namespaces/ethereum/miner/api.go#L24
import 'github.com/tendermint/tendermint/libs/log' is not allowed from list 'Main' (depguard)
Run golangci-lint: rpc/namespaces/ethereum/miner/api.go#L26
import 'github.com/evmos/ethermint/rpc/backend' is not allowed from list 'Main' (depguard)
Run golangci-lint: rpc/namespaces/ethereum/miner/unsupported.go#L21
import 'github.com/ethereum/go-ethereum/common/hexutil' is not allowed from list 'Main' (depguard)
Run golangci-lint: rpc/namespaces/ethereum/net/api.go#L22
import 'github.com/cosmos/cosmos-sdk/client' is not allowed from list 'Main' (depguard)
Run flake8 on python integration tests
Action failed with error: Error: Unable to locate executable file: cachix. Please verify either the file path exists or the file can be found within a directory specified by the PATH environment variable. Also check the file mode to verify the file is executable.
Check gomod2nix.toml file is up to date
Action failed with error: Error: Unable to locate executable file: cachix. Please verify either the file path exists or the file can be found within a directory specified by the PATH environment variable. Also check the file mode to verify the file is executable.
Run golangci-lint: x/evm/statedb/statedb.go#L203
unused-parameter: parameter 'hash' seems to be unused, consider removing or renaming it as _ (revive)
Run golangci-lint: x/evm/keeper/config.go#L62
unused-parameter: parameter 'msg' seems to be unused, consider removing or renaming it as _ (revive)
Run golangci-lint: x/evm/keeper/abci.go#L27
unused-parameter: parameter 'req' seems to be unused, consider removing or renaming it as _ (revive)
Run golangci-lint: x/evm/keeper/grpc_query.go#L292
redefines-builtin-id: redefinition of the built-in function cap (revive)
Run golangci-lint: x/evm/keeper/grpc_query.go#L317
redefines-builtin-id: redefinition of the built-in function cap (revive)
Run golangci-lint: x/evm/keeper/abci.go#L34
unused-parameter: parameter 'req' seems to be unused, consider removing or renaming it as _ (revive)
Run golangci-lint: x/evm/testutil/suite.go#L222
increment-decrement: should replace header.Height += 1 with header.Height++ (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 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/
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/