Patch ethermint gas tracking #82
lint.yml
on: pull_request
Run golangci-lint
32s
Run markdown-lint
23s
Run flake8 on python integration tests
10s
Check gomod2nix.toml file is up to date
11s
Annotations
12 errors and 9 warnings
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:
rpc/websockets.go#L684
unused-parameter: parameter 'wsConn' seems to be unused, consider removing or renaming it as _ (revive)
|
Run golangci-lint:
rpc/apis.go#L21
import 'github.com/cosmos/cosmos-sdk/client' is not allowed from list 'Main' (depguard)
|
Run golangci-lint:
rpc/apis.go#L22
import 'github.com/cosmos/cosmos-sdk/server' is not allowed from list 'Main' (depguard)
|
Run golangci-lint:
rpc/apis.go#L24
import 'github.com/ethereum/go-ethereum/rpc' is not allowed from list 'Main' (depguard)
|
Run golangci-lint:
rpc/apis.go#L26
import 'github.com/evmos/ethermint/rpc/backend' is not allowed from list 'Main' (depguard)
|
Run golangci-lint:
rpc/apis.go#L27
import 'github.com/evmos/ethermint/rpc/namespaces/ethereum/debug' is not allowed from list 'Main' (depguard)
|
Run golangci-lint:
rpc/apis.go#L28
import 'github.com/evmos/ethermint/rpc/namespaces/ethereum/eth' is not allowed from list 'Main' (depguard)
|
Run golangci-lint:
rpc/apis.go#L29
import 'github.com/evmos/ethermint/rpc/namespaces/ethereum/eth/filters' is not allowed from list 'Main' (depguard)
|
Run golangci-lint:
rpc/apis.go#L30
import 'github.com/evmos/ethermint/rpc/namespaces/ethereum/miner' is not allowed from list 'Main' (depguard)
|
Run golangci-lint:
rpc/apis.go#L31
import 'github.com/evmos/ethermint/rpc/namespaces/ethereum/net' is not allowed from list 'Main' (depguard)
|
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/
|
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#L293
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/keeper/grpc_query.go#L318
redefines-builtin-id: redefinition of the built-in function cap (revive)
|