Skip to content

test: oracle slash e2e #1262

test: oracle slash e2e

test: oracle slash e2e #1262

Triggered via pull request November 15, 2024 02:00
Status Failure
Total duration 1m 4s
Artifacts

lint.yml

on: pull_request
Run golangci-lint
51s
Run golangci-lint
Run markdown-lint
17s
Run markdown-lint
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 3 warnings
Run golangci-lint: testutil/network/query.go#L19
File is not `gofumpt`-ed (gofumpt)
Run golangci-lint: tests/e2e/oracle/create_price.go#L162
File is not `gofumpt`-ed (gofumpt)
Run golangci-lint: tests/e2e/oracle/data.go#L22
File is not `gofumpt`-ed (gofumpt)
Run golangci-lint: tests/e2e/bank/tx.go#L12
`recieve` is a misspelling of `receive` (misspell)
Run golangci-lint: x/oracle/module.go#L33
var `once` is unused (unused)
Run golangci-lint: tests/e2e/oracle/create_price.go#L170
func `(*E2ETestSuite).moveNAndCheck` is unused (unused)
Run golangci-lint: crypto/algo_ed25519.go#L39
SA1019: ed25519.PrivKey is deprecated: PrivKey defines a ed25519 private key. NOTE: ed25519 keys must not be used in SDK apps except in a tendermint validator context. (staticcheck)
Run golangci-lint: testutil/network/network.go#L19
ST1019: package "cosmossdk.io/math" is being imported more than once (stylecheck)
Run golangci-lint: testutil/network/network.go#L20
ST1019(related information): other import of "cosmossdk.io/math" (stylecheck)
Run golangci-lint: testutil/network/util.go#L17
ST1019: package "github.com/cosmos/cosmos-sdk/types" is being imported more than once (stylecheck)
Run markdown-lint
The following actions use a deprecated Node.js version and will be forced to run on node20: 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 use a deprecated Node.js version and will be forced to run on node20: 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: tests/e2e/oracle/data.go#L38
unused-parameter: parameter 'sourceID' seems to be unused, consider removing or renaming it as _ (revive)