Rework BatchTxPool functionality to a legitimate Ethereum tx mempool
#2885
Annotations
4 errors and 2 warnings
|
Lint
issues found
|
|
Lint:
services/requester/batch_tx_pool.go#L316
lostcancel: this return statement may be reached without using the cancel var defined on line 314 (govet)
|
|
Lint:
services/requester/batch_tx_pool.go#L314
lostcancel: the cancel function is not used on all paths (possible context leak) (govet)
|
|
Test
Process completed with exit code 2.
|
|
Lint
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-go@v5, golangci/golangci-lint-action@v8. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Test
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-go@v5. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|