Skip to content

Avail DA adapter Integration into rollkit #14

Avail DA adapter Integration into rollkit

Avail DA adapter Integration into rollkit #14

Triggered via pull request December 21, 2023 05:15
Status Failure
Total duration 35s
Artifacts

ci_release.yml

on: pull_request
lint  /  golangci-lint
16s
lint / golangci-lint
lint  /  yamllint
5s
lint / yamllint
lint  /  markdown-lint
24s
lint / markdown-lint
test  /  Go Mod Tidy Check
5s
test / Go Mod Tidy Check
test  /  Run Unit Tests
0s
test / Run Unit Tests
test  /  Run Integration Tests
4s
test / Run Integration Tests
release
0s
release
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 8 warnings
lint / golangci-lint: avail.go#L10
File is not `goimports`-ed with -local github.com/rollkit (goimports)
lint / golangci-lint
issues found
lint / golangci-lint: avail.go#L17
exported: exported type SubmitRequest should have comment or be unexported (revive)
lint / golangci-lint: avail.go#L21
exported: exported type SubmitResponse should have comment or be unexported (revive)
lint / golangci-lint: avail.go#L28
exported: exported type BlocksResponse should have comment or be unexported (revive)
lint / golangci-lint: avail.go#L33
exported: exported type DataTransactions should have comment or be unexported (revive)
lint / golangci-lint: avail.go#L38
exported: exported type Config should have comment or be unexported (revive)
lint / golangci-lint: avail.go#L43
exported: exported const BlockURL should have comment or be unexported (revive)
lint / golangci-lint: avail.go#L61
exported: comment on exported method AvailDA.Submit should be of the form "Submit ..." (revive)
lint / golangci-lint: avail.go#L144
exported: exported method AvailDA.GetIDs should have comment or be unexported (revive)