Skip to content
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

Merged
merged 3 commits into from
Mar 1, 2024
Merged

Conversation

julienrbrt
Copy link
Member

@julienrbrt julienrbrt commented Feb 27, 2024

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

Copy link
Member

@jeronimoalbi jeronimoalbi left a 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

@Pantani
Copy link
Collaborator

Pantani commented Mar 1, 2024

+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 😁😅

Copy link

codecov bot commented Mar 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 26.14%. Comparing base (5f4dfc0) to head (9945229).

Additional details and impacted files

Impacted file tree graph

@@            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     
Files Coverage Δ
ignite/cmd/scaffold.go 0.00% <ø> (ø)
ignite/services/scaffolder/component.go 27.77% <ø> (+2.13%) ⬆️

... and 1 file with indirect coverage changes

@julienrbrt julienrbrt enabled auto-merge (squash) March 1, 2024 11:54
@julienrbrt julienrbrt merged commit 496daaf into main Mar 1, 2024
49 of 58 checks passed
@julienrbrt julienrbrt deleted the julien/deprecate-bandchain branch March 1, 2024 12:37
julienrbrt added a commit that referenced this pull request Mar 6, 2024
* refactor!: remove oracle support

* changelog

---------

Co-authored-by: Danilo Pantani <[email protected]>
julienrbrt added a commit that referenced this pull request May 29, 2024
* refactor!: remove oracle support

* changelog

---------

Co-authored-by: Danilo Pantani <[email protected]>
@Pantani Pantani added the backport/v28.x.y Backport to v28.x.y label Jul 2, 2024
mergify bot pushed a commit that referenced this pull request Jul 2, 2024
* 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
@julienrbrt julienrbrt removed the backport/v28.x.y Backport to v28.x.y label Jul 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat: maintain bandchain integration
3 participants