Skip to content

Deduplicate transactions on BatchTxPool prior to submission #2604

Deduplicate transactions on BatchTxPool prior to submission

Deduplicate transactions on BatchTxPool prior to submission #2604

Triggered via pull request October 31, 2025 10:07
Status Failure
Total duration 6m 39s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors
Lint
issues found
Lint: services/requester/batch_tx_pool.go#L214
S1008: should use 'return a.txHash == b.txHash' instead of 'if a.txHash == b.txHash { return true }; return false' (staticcheck)
Lint: services/requester/batch_tx_pool.go#L213
unusedresult: result of slices.CompactFunc call not used (govet)