chore: initial EVM Execution Client Implementation #20
Annotations
7 errors and 10 warnings
Run golangci/[email protected]:
mocks/mocks.go#L95
Error return value of `(*encoding/json.Encoder).Encode` is not checked (errcheck)
|
Run golangci/[email protected]:
mocks/mocks.go#L194
Error return value of `(*encoding/json.Encoder).Encode` is not checked (errcheck)
|
Run golangci/[email protected]:
execution.go#L104
Error return value of `c.proxyClient.Stop` is not checked (errcheck)
|
Run golangci/[email protected]:
execution_test.go#L175
Error return value of `(*encoding/json.Encoder).Encode` is not checked (errcheck)
|
Run golangci/[email protected]:
execution.go#L18
File is not `goimports`-ed with -local github.com/rollkit (goimports)
|
Run golangci/[email protected]:
execution_test.go#L14
File is not `goimports`-ed with -local github.com/rollkit (goimports)
|
Run golangci/[email protected]
issues found
|
The following actions use a deprecated Node.js version 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/
|
Run golangci/[email protected]:
mocks/mocks.go#L15
exported: exported type MockEngineAPI should have comment or be unexported (revive)
|
Run golangci/[email protected]:
mocks/mocks.go#L19
exported: exported type ForkchoiceState should have comment or be unexported (revive)
|
Run golangci/[email protected]:
mocks/mocks.go#L27
exported: exported function NewMockEngineAPI should have comment or be unexported (revive)
|
Run golangci/[email protected]:
mocks/mocks.go#L105
exported: exported type MockEthAPI should have comment or be unexported (revive)
|
Run golangci/[email protected]:
mocks/mocks.go#L109
exported: exported function NewMockEthAPI should have comment or be unexported (revive)
|
Run golangci/[email protected]:
mocks/mocks.go#L204
exported: exported method MockEngineAPI.GetLastForkchoiceUpdated should have comment or be unexported (revive)
|
Run golangci/[email protected]:
execution.go#L25
exported: exported var ErrNilPayloadStatus should have comment or be unexported (revive)
|
Run golangci/[email protected]:
types.go#L7
exported: exported type PayloadStatus should have comment or be unexported (revive)
|
Run golangci/[email protected]:
types.go#L10
exported: exported const PayloadStatusValid should have comment (or a comment on this block) or be unexported (revive)
|
Loading