Skip to content

creating Batch type and serialization for better handling of the prot… #13

creating Batch type and serialization for better handling of the prot…

creating Batch type and serialization for better handling of the prot… #13

Triggered via push July 19, 2024 14:01
Status Failure
Total duration 1m 0s
Artifacts

ci_release.yml

on: push
lint  /  golangci-lint
25s
lint / golangci-lint
lint  /  yamllint
7s
lint / yamllint
lint  /  markdown-lint
12s
lint / markdown-lint
test  /  Go Mod Tidy Check
15s
test / Go Mod Tidy Check
test  /  Run Unit Tests
47s
test / Run Unit Tests
test  /  Run Integration Tests
11s
test / Run Integration Tests
release
0s
release
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 16 warnings
lint / yamllint: buf.gen.yaml#L10
10:44 [new-line-at-end-of-file] no new line character at the end of file
lint / yamllint: buf.yaml#L27
27:11 [new-line-at-end-of-file] no new line character at the end of file
lint / yamllint
Process completed with exit code 1.
lint / markdown-lint
Process completed with exit code 1.
lint / golangci-lint: proxy/grpc/client.go#L5
File is not `goimports`-ed with -local github.com/rollkit (goimports)
lint / golangci-lint: proxy/grpc/server.go#L6
File is not `goimports`-ed with -local github.com/rollkit (goimports)
lint / golangci-lint
issues found
lint / yamllint
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
test / Run Integration Tests
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/setup-go@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
lint / markdown-lint
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
test / Go Mod Tidy Check
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/setup-go@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
lint / golangci-lint
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/setup-go@v4, technote-space/[email protected], golangci/[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/
lint / golangci-lint: serialization.go#L7
exported: exported method Batch.ToProto should have comment or be unexported (revive)
lint / golangci-lint: serialization.go#L11
exported: exported method Batch.FromProto should have comment or be unexported (revive)
lint / golangci-lint: serialization.go#L33
exported: exported method Batch.Marshal should have comment or be unexported (revive)
lint / golangci-lint: serialization.go#L38
exported: exported method Batch.Unmarshal should have comment or be unexported (revive)
lint / golangci-lint: test/dummy.go#L13
exported: exported var ErrorRollupIdMismatch should have comment or be unexported (revive)
lint / golangci-lint: test/dummy.go#L15
exported: exported type TransactionQueue should have comment or be unexported (revive)
lint / golangci-lint: test/dummy.go#L34
exported: comment on exported method TransactionQueue.GetNextBatch should be of the form "GetNextBatch ..." (revive)
lint / golangci-lint: test/dummy.go#L92
exported: exported function NewDummySequencer should have comment or be unexported (revive)
lint / golangci-lint: proxy/grpc/server.go#L12
exported: exported function NewServer should have comment or be unexported (revive)
lint / golangci-lint: proxy/client.go#L14
exported: exported function NewClient should have comment or be unexported (revive)
test / Run Unit Tests
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/setup-go@v4, codecov/[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/