Conversation
|
Warning Rate limit exceeded
⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
The latest Buf updates on your PR. Results from workflow CI / buf-check (pull_request).
|
|
Claude finished @julienrbrt's task in 43s —— View job Code Review
Summary: The PR demotes a The change is correct and well-motivated. Here's the reasoning: When separate header and data namespaces are used, The comment added at line 291–293 also clarifies the intent for future readers: // no need to print warnings, as tryDecodeHeader could try to decode data first, which will show this warning.
r.logger.Debug().Msg("strict mode: rejecting block that is not a fully valid envelope")One minor observation: The No issues found. The change is minimal, focused, and correct. ✓ |
d72d23a to
5803b44
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #3198 +/- ##
==========================================
- Coverage 61.14% 61.13% -0.01%
==========================================
Files 117 117
Lines 12082 12082
==========================================
- Hits 7387 7386 -1
- Misses 3868 3870 +2
+ Partials 827 826 -1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
* main: refactor(tools/da-debug): improve da debug (#3199) fix(pkg/da): fix json rpc types (#3200) chore: demote warn log as debug (#3198) build(deps): Bump the all-go group across 1 directory with 2 updates (#3191) refactor: display block source in sync log (#3193) chore: remove cache analyzer (#3192) feat: add TestStatePressure benchmark for state trie stress test (#3188)
Overview
Avoid getting those strict warning, they are less relevant, because we are decoding data sometimes first.