Skip to content

feat: add V2 /tx/broadcast endpoint #39

feat: add V2 /tx/broadcast endpoint

feat: add V2 /tx/broadcast endpoint #39

Triggered via pull request June 24, 2023 23:42
Status Failure
Total duration 3m 12s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

lint.yml

on: pull_request
Run golangci-lint
3m 4s
Run golangci-lint
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 3 warnings
Run golangci-lint: internal/db/endpoint.go#L26
commentFormatting: put a space between `//` and comment text (gocritic)
Run golangci-lint: internal/requester/requester.go#L130
File is not `gofumpt`-ed (gofumpt)
Run golangci-lint: internal/handler/v2/encoding.go#L34
File is not `gofumpt`-ed (gofumpt)
Run golangci-lint: internal/handler/v2/tx.go#L59
`marshalling` is a misspelling of `marshaling` (misspell)
Run golangci-lint: internal/handler/v2/tx.go#L79
S1023: redundant `return` statement (gosimple)
Run golangci-lint: internal/handler/v2/http.go#L37
directive `// nolint:gosec` should be written without leading space as `//nolint:gosec` (nolintlint)
Run golangci-lint
issues found
Run golangci-lint: internal/handler/v2/http.go#L26
unused-parameter: parameter 'network' seems to be unused, consider removing or renaming it as _ (revive)
Run golangci-lint: internal/handler/v2/http.go#L35
var-naming: var queryUrl should be queryURL (revive)
Run golangci-lint: internal/handler/v2/tx.go#L10
var-naming: don't use ALL_CAPS in Go names; use CamelCase (revive)