Skip to content

Merge pull request #6 from InjectiveLabs/f/reverting-evm-msg #4

Merge pull request #6 from InjectiveLabs/f/reverting-evm-msg

Merge pull request #6 from InjectiveLabs/f/reverting-evm-msg #4

Triggered via push October 1, 2024 18:00
Status Failure
Total duration 8m 16s
Artifacts

lint.yml

on: push
Run golangci-lint
7m 49s
Run golangci-lint
Run markdown-lint
9s
Run markdown-lint
Run flake8 on python integration tests
14s
Run flake8 on python integration tests
Check gomod2nix.toml file is up to date
16s
Check gomod2nix.toml file is up to date
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 17 warnings
Run golangci-lint: x/evm/types/response.go#L27
File is not `gofumpt`-ed (gofumpt)
Run golangci-lint: types/chain_id.go#L31
var `regexEpochSeparator` is unused (unused)
Run golangci-lint: types/chain_id.go#L32
var `regexEpoch` is unused (unused)
Run golangci-lint: precompiles/utils.go#L20
field `cdc` is unused (unused)
Run golangci-lint: precompiles/utils.go#L21
field `stateDB` is unused (unused)
Run golangci-lint: precompiles/utils.go#L22
field `caller` is unused (unused)
Run golangci-lint: precompiles/utils.go#L23
field `contract` is unused (unused)
Run golangci-lint: precompiles/utils.go#L24
field `input` is unused (unused)
Run golangci-lint: precompiles/utils.go#L25
field `input2` is unused (unused)
Run golangci-lint: precompiles/utils.go#L26
field `converter` is unused (unused)
Run markdown-lint
The following actions use a deprecated Node.js version 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 flake8 on python integration tests
The following actions use a deprecated Node.js version 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 flake8 on python integration tests
No push credentials found. Ignoring the 'useDaemon' option.
Check gomod2nix.toml file is up to date
The following actions use a deprecated Node.js version 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/
Check gomod2nix.toml file is up to date
No push credentials found. Ignoring the 'useDaemon' option.
Run golangci-lint
The following actions use a deprecated Node.js version 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#L104
unused-parameter: parameter '_body' seems to be unused, consider removing or renaming it as _ (revive)
Run golangci-lint: x/evm/types/errors.go#L125
var-naming: type VmError should be VMError (revive)
Run golangci-lint: x/evm/types/errors.go#L156
var-naming: method VmError should be VMError (revive)
Run golangci-lint: x/evm/types/errors.go#L182
var-naming: type abciLogVmError should be abciLogVMError (revive)
Run golangci-lint: x/evm/types/tracer.go#L22
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/types/errors.go#L186
var-naming: struct field VmError should be VMError (revive)
Run golangci-lint: x/evm/types/errors.go#L233
var-naming: func NewVmErrorWithRet should be NewVMErrorWithRet (revive)
Run golangci-lint: rpc/types/parsed_tx.go#L146
var-naming: type abciLogVmError should be abciLogVMError (revive)
Run golangci-lint: rpc/types/parsed_tx.go#L150
var-naming: struct field VmError should be VMError (revive)
Run golangci-lint: rpc/backend/blocks.go#L260
unused-parameter: parameter 'blockRes' seems to be unused, consider removing or renaming it as _ (revive)