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: add upgrade handler for v0.21.10 #1595

Merged
merged 8 commits into from
Sep 20, 2023

Conversation

jgimeno
Copy link
Contributor

@jgimeno jgimeno commented Sep 20, 2023

Description

What does this PR do?

Purpose

Why is this PR important?

@jgimeno jgimeno requested a review from a team as a code owner September 20, 2023 15:33
@jgimeno jgimeno changed the base branch from master to releases/v0.21.x September 20, 2023 15:34
@jgimeno jgimeno changed the title feat: add upgrade hanlder for v0.21.10 feat: add upgrade handler for v0.21.10 Sep 20, 2023

type Upgrade struct {
UpgradeName string
CreateUpgradeHandler func(*module.Manager, module.Configurator, BaseAppParamManager) upgradetypes.UpgradeHandler
Copy link
Member

Choose a reason for hiding this comment

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

Do we need BaseAppParamManager in the function signature? It's not used in any upgrade handler at the moment.

@sonarcloud
Copy link

sonarcloud bot commented Sep 20, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@k-yang k-yang merged commit 15032f7 into releases/v0.21.x Sep 20, 2023
18 checks passed
@k-yang k-yang deleted the feature/add-upgrade-handler branch September 20, 2023 17:31
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.

2 participants