Avail DA adapter Integration into rollkit #17
ci_release.yml
on: pull_request
lint
/
golangci-lint
7s
lint
/
yamllint
5s
lint
/
markdown-lint
13s
test
/
Go Mod Tidy Check
8s
test
/
Run Unit Tests
0s
test
/
Run Integration Tests
7s
release
0s
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)
|