-
-
Notifications
You must be signed in to change notification settings - Fork 14
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
feat: disable mod #516
Conversation
@@ -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 } |
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.
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.
Disable all ununifi mods (with the exception of wasm)