Skip to content

fix: remove max-tx-gas-wanted related config #479

fix: remove max-tx-gas-wanted related config

fix: remove max-tx-gas-wanted related config #479

Triggered via pull request August 28, 2023 09:01
Status Failure
Total duration 5m 32s
Artifacts

lint.yml

on: pull_request
Run golangci-lint
5m 18s
Run golangci-lint
Run markdown-lint
15s
Run markdown-lint
Run flake8 on python integration tests
1m 4s
Run flake8 on python integration tests
Check gomod2nix.toml file is up to date
1m 59s
Check gomod2nix.toml file is up to date
Fit to window
Zoom out
Zoom in

Annotations

14 errors and 14 warnings
Run flake8 on python integration tests: tests/integration_tests/test_websockets.py#L11
./tests/integration_tests/test_websockets.py:11:1: I001 isort found an import in the wrong position
Run flake8 on python integration tests: tests/integration_tests/test_websockets.py#L12
./tests/integration_tests/test_websockets.py:12:1: I005 isort found an unexpected missing import
Run flake8 on python integration tests: tests/integration_tests/test_websockets.py#L16
./tests/integration_tests/test_websockets.py:16:1: I001 isort found an import in the wrong position
Run flake8 on python integration tests
Process completed with exit code 2.
Run golangci-lint: crypto/ethsecp256k1/ethsecp256k1.go#L9
import 'github.com/cosmos/cosmos-sdk/codec' is not allowed from list 'Main' (depguard)
Run golangci-lint: crypto/ethsecp256k1/ethsecp256k1.go#L10
import 'github.com/cosmos/cosmos-sdk/crypto/types' is not allowed from list 'Main' (depguard)
Run golangci-lint: crypto/ethsecp256k1/ethsecp256k1.go#L11
import 'github.com/cosmos/cosmos-sdk/types/errors' is not allowed from list 'Main' (depguard)
Run golangci-lint: crypto/ethsecp256k1/ethsecp256k1.go#L12
import 'github.com/ethereum/go-ethereum/crypto' is not allowed from list 'Main' (depguard)
Run golangci-lint: crypto/ethsecp256k1/ethsecp256k1.go#L14
import 'github.com/tendermint/tendermint/crypto' is not allowed from list 'Main' (depguard)
Run golangci-lint: types/account.go#L6
import 'github.com/cosmos/cosmos-sdk/codec/types' is not allowed from list 'Main' (depguard)
Run golangci-lint: types/account.go#L7
import 'github.com/cosmos/cosmos-sdk/x/auth/types' is not allowed from list 'Main' (depguard)
Run golangci-lint: types/account.go#L9
import 'github.com/ethereum/go-ethereum/common' is not allowed from list 'Main' (depguard)
Run golangci-lint: types/account.go#L10
import 'github.com/ethereum/go-ethereum/crypto' is not allowed from list 'Main' (depguard)
Run golangci-lint: types/block.go#L3
import 'github.com/cosmos/cosmos-sdk/types' 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: tests/importer/chain_ctx.go#L127
unused-parameter: parameter 'header' seems to be unused, consider removing or renaming it as _ (revive)
Run golangci-lint: x/evm/statedb/statedb.go#L200
unused-parameter: parameter 'hash' seems to be unused, consider removing or renaming it as _ (revive)
Run golangci-lint: client/keys/add.go#L169
redefines-builtin-id: redefinition of the built-in function recover (revive)
Run golangci-lint: x/feemarket/keeper/abci.go#L14
unused-parameter: parameter 'req' seems to be unused, consider removing or renaming it as _ (revive)
Run golangci-lint: x/feemarket/keeper/abci.go#L40
unused-parameter: parameter 'req' seems to be unused, consider removing or renaming it as _ (revive)
Run golangci-lint: x/feemarket/module.go#L68
unused-parameter: parameter 'clientCtx' seems to be unused, consider removing or renaming it as _ (revive)
Run golangci-lint: x/feemarket/module.go#L113
unused-parameter: parameter 'ir' seems to be unused, consider removing or renaming it as _ (revive)
Run golangci-lint: x/feemarket/module.go#L142
unused-parameter: parameter 'legacyQuerierCdc' seems to be unused, consider removing or renaming it as _ (revive)
Run golangci-lint: x/feemarket/module.go#L176
unused-parameter: parameter 'r' seems to be unused, consider removing or renaming it as _ (revive)
Run golangci-lint: x/feemarket/module.go#L181
unused-parameter: parameter 'sdr' seems to be unused, consider removing or renaming it as _ (revive)