Skip to content

Merge tag 'v1.15.0-beta.1' into evm-json-rpc #1941

Merge tag 'v1.15.0-beta.1' into evm-json-rpc

Merge tag 'v1.15.0-beta.1' into evm-json-rpc #1941

Triggered via push October 25, 2024 10:31
Status Failure
Total duration 3m 14s
Artifacts

go-lint.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 12 warnings
lint: crypto/deoxys/encryption.go#L100
unslice: could simplify ad[:] to ad (gocritic)
lint: crypto/deoxys/encryption.go#L46
unslice: could simplify sharedSecret[:] to sharedSecret (gocritic)
lint: crypto/deoxys/encryption.go#L71
unslice: could simplify sharedSecret[:] to sharedSecret (gocritic)
lint: crypto/deoxys/encryption.go#L7
File is not `gofumpt`-ed (gofumpt)
lint: crypto/deoxys/encryption.go#L102
File is not `gofumpt`-ed (gofumpt)
lint: x/evm/types/evm_config.go#L3
File is not `gofumpt`-ed (gofumpt)
lint: app/keepers/keepers.go#L636
SA1019: evmtypes.ParamKeyTable is deprecated: ParamKeyTable returns the parameter key table. Usage of x/params to manage parameters is deprecated in favor of x/gov controlled execution of MsgUpdateParams messages. These types remain solely for migration purposes and will be removed in a future release. (staticcheck)
lint: x/evm/keeper/keeper.go#L23
ST1019: package "cosmossdk.io/math" is being imported more than once (stylecheck)
lint: x/evm/keeper/keeper.go#L29
ST1019(related information): other import of "cosmossdk.io/math" (stylecheck)
lint: app/keepers/keepers.go#L56
ST1019: package "github.com/scrtlabs/SecretNetwork/types" is being imported more than once (stylecheck)
lint
The following actions use a deprecated Node.js version and will be forced to run on node20: golangci/golangci-lint-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
lint
Restore cache failed: Dependencies file is not found in /home/runner/work/SecretNetwork/SecretNetwork. Supported file pattern: go.sum
lint: x/evm/types/call_args.go#L160
redefines-builtin-id: redefinition of the built-in type any (revive)
lint: x/evm/types/tx_args.go#L153
redefines-builtin-id: redefinition of the built-in type any (revive)
lint: x/evm/types/legacy_tx.go#L220
unused-parameter: parameter 'baseFee' seems to be unused, consider removing or renaming it as _ (revive)
lint: x/evm/types/tracer.go#L78
unused-parameter: parameter 'env' seems to be unused, consider removing or renaming it as _ (revive)
lint: x/evm/types/access_list_tx.go#L252
unused-parameter: parameter 'baseFee' seems to be unused, consider removing or renaming it as _ (revive)
lint: x/evm/types/legacy_tx.go#L225
unused-parameter: parameter 'baseFee' seems to be unused, consider removing or renaming it as _ (revive)
lint: x/evm/types/tracer.go#L79
unused-parameter: parameter 'from' seems to be unused, consider removing or renaming it as _ (revive)
lint: x/evm/types/tracer.go#L80
unused-parameter: parameter 'to' seems to be unused, consider removing or renaming it as _ (revive)
lint: x/evm/types/tracer.go#L81
unused-parameter: parameter 'create' seems to be unused, consider removing or renaming it as _ (revive)
lint: x/evm/types/tracer.go#L82
unused-parameter: parameter 'input' seems to be unused, consider removing or renaming it as _ (revive)