-
Notifications
You must be signed in to change notification settings - Fork 0
fix: oracle factory #24
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
- Removed the `@iexec/iexec-oracle-factory-wrapper` dependency from package.json. - Deleted Oracle Factory documentation files: oracle-factory.md, advanced-configuration.md, getting-started.md, createOracle.md, readOracle.md, and updateOracle.md. - Cleaned up related code and references to ensure consistency and maintainability.
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR removes the Oracle Factory feature from the iExec documentation. The Oracle Factory was a tool for creating and managing decentralized oracles that could fetch real-world data from APIs and make it available on blockchain networks.
Key changes include:
- Complete removal of Oracle Factory documentation and code examples
- Cleanup of references to Oracle Factory in overview and quick start sections
- Removal of Oracle Factory package dependency
Reviewed Changes
Copilot reviewed 12 out of 13 changed files in this pull request and generated no comments.
Show a summary per file
File | Description |
---|---|
src/use-iapp/oracle-factory/* | Complete removal of all Oracle Factory documentation files including getting started guide, method documentation, and advanced configuration |
src/overview/use-cases.md | Removed Oracle Factory use case card from the overview page |
src/overview/quick-start.md | Removed Oracle Factory project card from quick start section |
src/index.md | Updated feature description to remove Oracle Factory reference |
package.json | Removed @iexec/iexec-oracle-factory-wrapper dependency |
README.md | Removed Oracle Factory reference from todo comment |
.vitepress/sidebar.ts | Removed Oracle Factory navigation section from sidebar configuration |
No description provided.