Skip to content

feat!: add stateful precompiled contract (cherry-pick) #106

feat!: add stateful precompiled contract (cherry-pick)

feat!: add stateful precompiled contract (cherry-pick) #106

Triggered via pull request June 4, 2024 21:10
Status Failure
Total duration 3m 52s
Artifacts

lint.yml

on: pull_request
Run golangci-lint
3m 43s
Run golangci-lint
Run markdown-lint
17s
Run markdown-lint
Run flake8 on python integration tests
13s
Run flake8 on python integration tests
Check gomod2nix.toml file is up to date
14s
Check gomod2nix.toml file is up to date
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 6 warnings
Run golangci-lint: x/evm/statedb/statedb.go#L78
field `transientStorage` is unused (unused)
Run golangci-lint: x/evm/statedb/transient_storage.go#L24
type `transientStorage` is unused (unused)
Run golangci-lint: x/evm/statedb/statedb.go#L84
field `evmDenom` is unused (unused)
Run golangci-lint: x/evm/statedb/statedb.go#L85
field `err` is unused (unused)
Run golangci-lint: x/evm/statedb/transient_storage.go#L27
func `newTransientStorage` is unused (unused)
Run golangci-lint: x/evm/statedb/transient_storage.go#L32
func `transientStorage.Set` is unused (unused)
Run golangci-lint: x/evm/statedb/transient_storage.go#L40
func `transientStorage.Get` is unused (unused)
Run golangci-lint: x/evm/statedb/transient_storage.go#L49
func `transientStorage.Copy` is unused (unused)
Run golangci-lint
issues found
Check gomod2nix.toml file is up to date
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, cachix/cachix-action@v12, technote-space/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Run flake8 on python integration tests
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, cachix/cachix-action@v12, technote-space/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Run markdown-lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, technote-space/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Run golangci-lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v4, actions/checkout@v3, technote-space/[email protected], golangci/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
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: x/evm/statedb/statedb.go#L93
unused-parameter: parameter 'params' seems to be unused, consider removing or renaming it as _ (revive)