-
Notifications
You must be signed in to change notification settings - Fork 190
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
chore: rm saya
#2951
chore: rm saya
#2951
Conversation
WalkthroughThe pull request involves a comprehensive removal of the Saya settlement service and related components from the project workspace. Multiple files and directories associated with the Saya implementation, including binaries, core libraries, and provider modules, have been completely deleted. This removal simplifies the workspace configuration by eliminating unused or deprecated components related to blockchain state management and proof generation. Changes
Possibly related PRs
Ohayo, sensei! 🍵 Looks like we've done a massive cleanup of the Saya components. The workspace is now leaner and meaner! 🚀 📜 Recent review detailsConfiguration used: .coderabbit.yaml ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (46)
💤 Files with no reviewable changes (46)
⏰ Context from checks skipped due to timeout of 90000ms (1)
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
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
Documentation and Community
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2951 +/- ##
==========================================
+ Coverage 55.82% 56.55% +0.72%
==========================================
Files 447 419 -28
Lines 57735 55475 -2260
==========================================
- Hits 32232 31374 -858
+ Misses 25503 24101 -1402 ☔ View full report in Codecov by Sentry. |
RIP |
All of
saya
has been moved to its own repo https://github.com/dojoengine/sayaSummary by CodeRabbit
Workspace Configuration
bin/saya
,bin/scheduler
,crates/saya/core
, andcrates/saya/provider
Removal of Components
Documentation
This appears to be a significant cleanup and removal of specific components related to Saya and Scheduler from the project workspace.