-
Notifications
You must be signed in to change notification settings - Fork 50
Refactor: tidying up the contracts folder #2086
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-university 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. |
✅ Deploy Preview for kleros-v2-testnet ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
Note Currently processing new changes in this PR. This may take a few minutes, please wait... 📒 Files selected for processing (3)
✨ Finishing Touches🧪 Generate unit tests
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. CodeRabbit Commands (Invoked using PR/Issue comments)Type Other keywords and placeholders
CodeRabbit Configuration File (
|
|
✅ Deploy Preview for kleros-v2-testnet-devtools ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |



Changes
kleros-v1/librariesPR-Codex overview
This PR focuses on refactoring the
ModeratedEvidenceModulecontract by removing the dependency onCappedMathand replacing its usage with standard arithmetic operations. It also updates import paths forSortitionSumTreeFactory.Detailed summary
CappedMathfromModeratedEvidenceModule.mulCapmethod, replacing it with standard multiplication and division.SortitionSumTreeFactoryfrom../../libraries/to../libraries/.Summary by CodeRabbit
Refactor
Chores
Note