Skip to content

feat: eigenda codebase and wvm code integration #12

feat: eigenda codebase and wvm code integration

feat: eigenda codebase and wvm code integration #12

Triggered via pull request November 13, 2024 13:50
Status Failure
Total duration 2m 8s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
Linter: store/precomputed_key/wvm/eth_rpc_client.go#L255
`succesfully` is a misspelling of `successfully` (misspell)
Linter: store/precomputed_key/wvm/eth_rpc_client.go#L283
`succesfully` is a misspelling of `successfully` (misspell)
Linter: store/precomputed_key/wvm/eth_rpc_client.go#L104
`if rpc.web3signer == nil` has complex nested blocks (complexity: 10) (nestif)
Linter: store/precomputed_key/wvm/web3_signer_client.go#L99
unnecessary conversion (unconvert)
Linter: store/precomputed_key/wvm/web3_signer_client.go#L20
field `timeout` is unused (unused)
Linter: store/precomputed_key/wvm/wvm.go#L169
func `(*Store).wvmEncode` is unused (unused)
Linter: store/precomputed_key/wvm/wvm.go#L196
func `(*Store).wvmDecode` is unused (unused)
Linter: store/precomputed_key/wvm/eth_rpc_client.go#L227
ineffectual assignment to signedTxBytes (ineffassign)
Linter: store/precomputed_key/wvm/web3_signer_client.go#L141
"POST" can be replaced by http.MethodPost (usestdlibvars)
Linter
issues found
Linter
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v3, actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/