Stateful precompiled contracts #78
lint.yml
on: pull_request
Run golangci-lint
5m 54s
Run markdown-lint
20s
Run flake8 on python integration tests
16s
Check gomod2nix.toml file is up to date
16s
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
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 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/
|
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:
x/evm/statedb/statedb.go#L93
unused-parameter: parameter 'params' seems to be unused, consider removing or renaming it as _ (revive)
|