feat(batching): Batching module with batch construction in end blocker #562
Annotations
4 errors and 4 warnings
x/batching/keeper/abci.go#L78
Consider pre-allocating `dataLeaves` (prealloc)
|
x/batching/keeper/abci.go#L88
S1008: should use 'return bytes.Compare(dataLeaves[i], dataLeaves[j]) == -1' instead of 'if bytes.Compare(dataLeaves[i], dataLeaves[j]) == -1 { return true }; return false' (gosimple)
|
x/batching/keeper/abci.go#L114
S1008: should use 'return bytes.Compare(valLeaves[i], valLeaves[j]) == -1' instead of 'if bytes.Compare(valLeaves[i], valLeaves[j]) == -1 { return true }; return false' (gosimple)
|
|
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/batching/types/genesis.go#L21
unused-parameter: parameter 'gs' seems to be unused, consider removing or renaming it as _ (revive)
|
x/pubkey/client/cli/tx.go#L54
unused-parameter: parameter 'args' seems to be unused, consider removing or renaming it as _ (revive)
|
This job failed
Loading