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

feat: disable mod #516

Merged
merged 2 commits into from
May 11, 2023
Merged

feat: disable mod #516

merged 2 commits into from
May 11, 2023

Conversation

mkXultra
Copy link
Contributor

@mkXultra mkXultra commented May 9, 2023

Disable all ununifi mods (with the exception of wasm)

@mkXultra mkXultra requested a review from jununifi May 9, 2023 11:04
@mkXultra mkXultra self-assigned this May 9, 2023
@@ -97,7 +98,7 @@ func (tApp TestApp) GetUpgradeKeeper() *upgradekeeper.Keeper { return tApp.Upgr
func (tApp TestApp) GetParamsKeeper() paramskeeper.Keeper { return tApp.ParamsKeeper }

// func (tApp TestApp) GetVVKeeper() validatorvesting.Keeper { return tApp.vvKeeper }
func (tApp TestApp) GetPriceFeedKeeper() pricefeedkeeper.Keeper { return tApp.PricefeedKeeper }
// func (tApp TestApp) GetPriceFeedKeeper() pricefeedkeeper.Keeper { return tApp.PricefeedKeeper }

// func (tApp TestApp) GetHarvestKeeper() harvest.Keeper { return tApp.harvestKeeper }
// func (tApp TestApp) GetCommitteeKeeper() committee.Keeper { return tApp.committeeKeeper }
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This code patch removes the import of "github.com/UnUniFi/chain/x/pricefeed/keeper" and comments out a function that returns a PriceFeedKeeper. There seems to be no bug risk associated with these changes. However, it may be worth investigating why the PriceFeedKeeper was commented out - if it is no longer being used, then no improvement suggestions are necessary. If it is still being used, then it may be beneficial to update the code to reflect the changes made to the price feed module.

@mkXultra mkXultra merged commit b7e96ae into newDevelop May 11, 2023
@mkXultra mkXultra deleted the feature/prepare_upg_v1 branch May 11, 2023 03:21
taiki1frsh pushed a commit that referenced this pull request May 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant