-
Notifications
You must be signed in to change notification settings - Fork 558
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
refactor!: remove oracle support #3993
Conversation
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.
+1 in favor to remove it, better to eventually have oracle scaffolding support through apps
I totally agree, it makes more sense to have an Oracle app. Sad because this was my first task working in the cosmos ecosystem 😁😅 |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3993 +/- ##
==========================================
+ Coverage 25.70% 26.14% +0.44%
==========================================
Files 307 304 -3
Lines 25730 25302 -428
==========================================
+ Hits 6614 6616 +2
+ Misses 18539 18110 -429
+ Partials 577 576 -1
|
* refactor!: remove oracle support * changelog --------- Co-authored-by: Danilo Pantani <[email protected]>
* refactor!: remove oracle support * changelog --------- Co-authored-by: Danilo Pantani <[email protected]>
* refactor!: remove oracle support * changelog --------- Co-authored-by: Danilo Pantani <[email protected]> (cherry picked from commit 496daaf) # Conflicts: # ignite/cmd/scaffold_band.go # ignite/services/scaffolder/oracle.go
Instead of maintaining oracle support, I propose, as it is deprecated, we simply drop it: #3727.
There is a wide choice of oracle that people can integrate with, and we should, if we want to continue support, after #3933 make it an app per oracle service.
This avoids maintaining those plush files as well to keep them compatible with the latest ignite and sdk development.
closes: #3727