Avail DA adapter Integration into rollkit #12
ci_release.yml
on: pull_request
lint
/
golangci-lint
7s
lint
/
yamllint
7s
lint
/
markdown-lint
22s
test
/
Go Mod Tidy Check
8s
test
/
Run Unit Tests
1s
test
/
Run Integration Tests
7s
release
0s
Annotations
1 error and 8 warnings
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#L138
exported: exported method AvailDA.GetIDs should have comment or be unexported (revive)
|