-
Notifications
You must be signed in to change notification settings - Fork 50
refactor: renamed event TokenAndEthShift into JurorRewardPenalty #2136
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
Warning Rate limit exceeded@jaybuidl has exceeded the limit for the number of commits or files that can be reviewed per hour. Please wait 10 minutes and 57 seconds before requesting another review. ⌛ 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. 📒 Files selected for processing (7)
✨ Finishing Touches
🧪 Generate unit tests
Comment |
|
✅ 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-university failed. Why did it fail? →
|
❌ Deploy Preview for kleros-v2-testnet-devtools failed. Why did it fail? →
|
✅ Deploy Preview for kleros-v2-neo ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
PR-Codex overview
This PR focuses on renaming the
TokenAndETHShift
event toJurorRewardPenalty
across various contracts and tests in the Kleros project, reflecting a change in how juror rewards and penalties are managed.Detailed summary
TokenAndETHShift
toJurorRewardPenalty
in:contracts/src/arbitration/devtools/KlerosCoreRuler.sol
contracts/src/arbitration/university/KlerosCoreUniversity.sol
contracts/src/arbitration/KlerosCore.sol
contracts/test/integration/index.ts
contracts/test/arbitration/ruler.ts
contracts/test/foundry/KlerosCore_Execution.t.sol
CHANGELOG.md
.