feat(batching): Data result store #578
Annotations
4 errors and 3 warnings
x/batching/keeper/abci.go#L90
Error return value of `k.setDataResultAfterBatching` is not checked (errcheck)
|
x/pubkey/client/cli/tx.go#L167
unnecessary conversion (unconvert)
|
x/pubkey/client/cli/tx.go#L181
unnecessary conversion (unconvert)
|
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v4, golangci/golangci-lint-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
x/pubkey/client/cli/tx.go#L54
unused-parameter: parameter 'args' seems to be unused, consider removing or renaming it as _ (revive)
|
x/batching/keeper/keeper.go#L102
unused-parameter: parameter 'batched' seems to be unused, consider removing or renaming it as _ (revive)
|
This job failed
Loading