chore: hotfix to unstuck da inclusion on old betas#3197
chore: hotfix to unstuck da inclusion on old betas#3197julienrbrt wants to merge 2 commits intomainfrom
Conversation
|
The latest Buf updates on your PR. Results from workflow CI / buf-check (pull_request).
|
|
Claude finished @julienrbrt's task in 1m 52s —— View job Code Review —
|
| Severity | Issue |
|---|---|
| 🔴 Critical | unblockDaInclusion is never set to true (logic always evaluates to false) |
| 🔴 Critical | uint64 underflow when currentHeight < 10000 |
| 🔴 Critical | Missing error guard — continues execution with currentHeight == 0 on store failure |
| 🟡 Medium | Package-level mutable bool with no sync protection |
| 🟡 Medium | Magic number 10000 with no explanation |
| 🟠 Low | No PR description, no tests |
The core fix logic appears to be broken and could cause correctness issues in the DA inclusion loop. I'd recommend revisiting the intended behavior before merging.
|
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 |
Overview