chore: remove staking oracle project#971
Conversation
There was a problem hiding this comment.
Claude Code Review
This repository is configured for manual code reviews. Comment @claude review to trigger a review and subscribe this PR to future pushes, or @claude review once for a one-time review.
Tip: disable this comment in your organization's Code Review settings.
|
Warning Review limit reached
More reviews will be available in 16 minutes and 14 seconds. Learn how PR review limits work. Your organization has run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After more reviews become available, 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 include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available. Please see our Fair Usage Limits Policy for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (2)
📒 Files selected for processing (23)
📝 WalkthroughWalkthroughThis pull request removes the staking-oracle service from the repository's build and deployment infrastructure by deleting oracle module references from the root Makefile, removing oracle from EKS deployment targets, and updating build pipelines to depend on tx-submitter and token-price-oracle instead. ChangesOracle Service Build Infrastructure Removal
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
939e545 to
5b63e49
Compare
Remove the staking oracle project and related configurations: - Delete oracle/ directory and all its contents - Remove oracle module from go.work - Remove oracle references from Makefile - Remove staking-oracle build targets from MakefileEks.mk - Delete .github/workflows/oracle.yml - Delete ops/docker/Dockerfile.staking-oracle Note: - contracts/scripts/oracle-testing is preserved as it is related to token-price-oracle - ops/docker/Dockerfile.oracle is preserved as it is used for gas-oracle (despite the confusing name) Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
5b63e49 to
a496ea3
Compare
Remove the staking oracle project and related configurations:
Summary by CodeRabbit
Release Notes