[DNM] fix: remove unknown field protection thanks to da enveloppe#3194
[DNM] fix: remove unknown field protection thanks to da enveloppe#3194julienrbrt wants to merge 5 commits intomainfrom
Conversation
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ 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 |
|
Claude finished @julienrbrt's task in 1m 48s —— View job Code Review
SummarySmall but targeted PR with three areas of change: logging improvements in the DA retriever, a type change for JSON height fields, and removal of an upper-bound DoS guard on protobuf unknown fields. The first two are straightforward; the third deserves a closer look.
|
|
The latest Buf updates on your PR. Results from workflow CI / buf-check (pull_request).
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #3194 +/- ##
==========================================
- Coverage 61.14% 61.12% -0.02%
==========================================
Files 117 117
Lines 12082 12080 -2
==========================================
- Hits 7387 7384 -3
- 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:
|
|
This should not be necessary, strict mode work as intented, we are just getting attempting decoding data first sometimes. |
Overview