Conversation
🧪 Network TestsTo run network tests for this PR, use: gh workflow run network-tests.yml -f pr_number=1074Available test options:
Test types: Results will be posted as workflow runs in the Actions tab. |
0ec338b to
df747b4
Compare
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## master #1074 +/- ##
==========================================
- Coverage 59.01% 58.93% -0.09%
==========================================
Files 454 459 +5
Lines 76372 76880 +508
Branches 76372 76880 +508
==========================================
+ Hits 45072 45308 +236
- Misses 29202 29455 +253
- Partials 2098 2117 +19 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
❌ CLI reference check failed in CI. Please run |
0ef11b2 to
40a1f4d
Compare
0xdeafbeef
left a comment
There was a problem hiding this comment.
I would drop stream rate-limits. Rpc is either behind cloudflare proxy => ConnectInfo always receives cloudflare ip and eventually bans all clients. Or it's behind local proxy => same ban of all clients. You should either get real ip from headers or remove this functional, cause it does more harm than good.
No description provided.