fix(evmrpc): limit listener max open connections, configurable via max_open_connections (PLT-704)#3637
Open
amir-deris wants to merge 3 commits into
Open
Codecov / codecov/project
succeeded
Jun 24, 2026 in 0s
58.15% (-0.97%) compared to c528303
View this Pull Request on Codecov
58.15% (-0.97%) compared to c528303
Details
Codecov Report
❌ Patch coverage is 81.81818% with 2 lines in your changes missing coverage. Please review.
✅ Project coverage is 58.15%. Comparing base (c528303) to head (b300366).
| Files with missing lines | Patch % | Lines |
|---|---|---|
| evmrpc/config/config.go | 33.33% | 1 Missing and 1 partial |
Additional details and impacted files
@@ Coverage Diff @@
## main #3637 +/- ##
==========================================
- Coverage 59.12% 58.15% -0.97%
==========================================
Files 2259 2176 -83
Lines 186489 176903 -9586
==========================================
- Hits 110255 102880 -7375
+ Misses 66353 64930 -1423
+ Partials 9881 9093 -788 | Files with missing lines | Coverage Δ | |
|---|---|---|
| evmrpc/rpcstack.go | 79.00% <100.00%> (+0.45%) |
⬆️ |
| evmrpc/server.go | 88.67% <100.00%> (+0.10%) |
⬆️ |
| evmrpc/config/config.go | 70.76% <33.33%> (-0.89%) |
⬇️ |
🚀 New features to boost your workflow:
- ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
- 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.
Loading