feat: Bump cosmos-sdk v0.45.16 and cometbft v0.34.33 #142
lint.yml
on: pull_request
Run golangci-lint
4m 59s
Run markdown-lint
23s
Run flake8 on python integration tests
13s
Check gomod2nix.toml file is up to date
17s
Annotations
20 errors and 15 warnings
Run markdown-lint
Link fragments should be valid [Context: "[Updating Documentation](#updating-documentation)"]
|
Run markdown-lint:
docs/api/proto-docs.md#L2
Headings should be surrounded by blank lines [Expected: 1; Actual: 0; Below] [Context: "# Protobuf Documentation"]
|
Run markdown-lint:
docs/api/proto-docs.md#L90
Multiple consecutive blank lines [Expected: 1; Actual: 2]
|
Run markdown-lint:
docs/api/proto-docs.md#L91
Multiple consecutive blank lines [Expected: 1; Actual: 3]
|
Run markdown-lint:
docs/api/proto-docs.md#L97
Multiple consecutive blank lines [Expected: 1; Actual: 2]
|
Run markdown-lint:
docs/api/proto-docs.md#L98
Multiple consecutive blank lines [Expected: 1; Actual: 3]
|
Run markdown-lint:
docs/api/proto-docs.md#L101
Headings should be surrounded by blank lines [Expected: 1; Actual: 0; Below] [Context: "### PrivKey"]
|
Run markdown-lint:
docs/api/proto-docs.md#L105
Multiple consecutive blank lines [Expected: 1; Actual: 2]
|
Run markdown-lint:
docs/api/proto-docs.md#L110
Multiple consecutive blank lines [Expected: 1; Actual: 2]
|
Run markdown-lint:
docs/api/proto-docs.md#L111
Multiple consecutive blank lines [Expected: 1; Actual: 3]
|
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:
ethereum/eip712/eip712.go#L15
import 'github.com/cosmos/cosmos-sdk/codec/types' is not allowed from list 'Main' (depguard)
|
Run golangci-lint:
ethereum/eip712/eip712.go#L16
import 'github.com/cosmos/cosmos-sdk/types' is not allowed from list 'Main' (depguard)
|
Run golangci-lint:
ethereum/eip712/eip712.go#L17
import 'github.com/cosmos/cosmos-sdk/types/errors' is not allowed from list 'Main' (depguard)
|
Run golangci-lint:
ethereum/eip712/eip712.go#L19
import 'github.com/ethereum/go-ethereum/common' is not allowed from list 'Main' (depguard)
|
Run golangci-lint:
ethereum/eip712/eip712.go#L20
import 'github.com/ethereum/go-ethereum/common/math' is not allowed from list 'Main' (depguard)
|
Run flake8 on python integration tests
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, cachix/cachix-action@v12, technote-space/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Check gomod2nix.toml file is up to date
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, cachix/cachix-action@v12, technote-space/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run markdown-lint
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, technote-space/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run golangci-lint
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/setup-go@v4, actions/checkout@v3, technote-space/[email protected], golangci/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run golangci-lint
Restore cache failed: Dependencies file is not found in /home/runner/work/ethermint/ethermint. Supported file pattern: go.sum
|
Run golangci-lint:
tests/importer/chain_ctx.go#L123
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:
ethereum/eip712/eip712.go#L216
redefines-builtin-id: redefinition of the built-in type any (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/client/cli/query.go#L38
unused-parameter: parameter 'args' seems to be unused, consider removing or renaming it as _ (revive)
|
Run golangci-lint:
x/feemarket/client/cli/query.go#L96
unused-parameter: parameter 'args' seems to be unused, consider removing or renaming it as _ (revive)
|
Run golangci-lint:
client/keys/add.go#L225
redefines-builtin-id: redefinition of the built-in function recover (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)
|