-
Notifications
You must be signed in to change notification settings - Fork 48
fix(subgraph): total-leaderboard-jurors-count #2048
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-testnet ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for kleros-v2-testnet-devtools ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Caution Review failedThe pull request is closed. WalkthroughThe Changes
Estimated code review effort1 (~5 minutes) Suggested labels
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
❌ Deploy Preview for kleros-v2-university failed. Why did it fail? →
|
❌ Deploy Preview for kleros-v2-neo failed. Why did it fail? →
|
c995b22
to
032f38c
Compare
|
PR-Codex overview
This PR updates the version of the
@kleros/kleros-v2-subgraph
package and modifies the logic in theKlerosCore.ts
file to include a call tojuror.save()
when a vote's choice is null.Detailed summary
version
from0.17.0
to0.17.1
insubgraph/package.json
.subgraph/core/src/KlerosCore.ts
:juror.save();
before thecontinue;
statement whenvote.choice
is null.Summary by CodeRabbit