-
Notifications
You must be signed in to change notification settings - Fork 51
fix(subgraph): evidence-crash #2213
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
❌ Deploy Preview for kleros-v2-neo failed. Why did it fail? →
|
✅ Deploy Preview for kleros-v2-testnet ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
WalkthroughAdds a single assignment to link evidence to its associated dispute via dispute.id in the EvidenceModule event handler, and bumps the package version from 0.19.1 to 0.19.2. No control flow changes or new logic patterns introduced. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Poem
🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches
📜 Recent review detailsConfiguration used: Organization UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (2)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (15)
🔇 Additional comments (2)
Comment |
❌ Deploy Preview for kleros-v2-testnet-devtools failed. Why did it fail? →
|
|


PR-Codex overview
This PR updates the
versionof the@kleros/kleros-v2-subgraphpackage and adds a new property to theevidenceobject in theEvidenceModule.tsfile to include thedisputeID.Detailed summary
versioninsubgraph/package.jsonfrom0.19.1to0.19.2.evidence.dispute = dispute.id;insubgraph/core/src/EvidenceModule.ts.Summary by CodeRabbit
Bug Fixes
Chores
✏️ Tip: You can customize this high-level summary in your review settings.