creating Batch type and serialization for better handling of the prot… #13
Annotations
3 errors and 11 warnings
proxy/grpc/client.go#L5
File is not `goimports`-ed with -local github.com/rollkit (goimports)
|
proxy/grpc/server.go#L6
File is not `goimports`-ed with -local github.com/rollkit (goimports)
|
|
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/
|
serialization.go#L7
exported: exported method Batch.ToProto should have comment or be unexported (revive)
|
serialization.go#L11
exported: exported method Batch.FromProto should have comment or be unexported (revive)
|
serialization.go#L33
exported: exported method Batch.Marshal should have comment or be unexported (revive)
|
serialization.go#L38
exported: exported method Batch.Unmarshal should have comment or be unexported (revive)
|
test/dummy.go#L13
exported: exported var ErrorRollupIdMismatch should have comment or be unexported (revive)
|
test/dummy.go#L15
exported: exported type TransactionQueue should have comment or be unexported (revive)
|
test/dummy.go#L34
exported: comment on exported method TransactionQueue.GetNextBatch should be of the form "GetNextBatch ..." (revive)
|
test/dummy.go#L92
exported: exported function NewDummySequencer should have comment or be unexported (revive)
|
proxy/grpc/server.go#L12
exported: exported function NewServer should have comment or be unexported (revive)
|
proxy/client.go#L14
exported: exported function NewClient should have comment or be unexported (revive)
|
This job failed
Loading