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

fix!: Add upgrade handler #3610

Merged
merged 7 commits into from
Mar 7, 2025
Merged

fix!: Add upgrade handler #3610

merged 7 commits into from
Mar 7, 2025

Conversation

Eric-Warehime
Copy link
Contributor

Adds an upgrade handler for in addition to the existing v23 handler. For networks which have already run the existing v23 upgrade, they can use the new RC upgrade handler, and for networks which have run neither, they can run the v23 upgrade handler in its entirety.

@Eric-Warehime Eric-Warehime marked this pull request as ready for review March 7, 2025 17:27
@Eric-Warehime Eric-Warehime requested a review from a team as a code owner March 7, 2025 17:27
Copy link
Contributor

@gjermundgaraba gjermundgaraba left a comment

Choose a reason for hiding this comment

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

lgtm


"github.com/cosmos/gaia/v23/app/keepers"
)

// CreateRCUpgradeHandler returns an upgrade handler for Gaia v23.0.0-rc3.
// This should only be executed on networks which
Copy link
Contributor

Choose a reason for hiding this comment

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

which?

@Eric-Warehime Eric-Warehime merged commit f38a3a9 into main Mar 7, 2025
17 checks passed
@Eric-Warehime Eric-Warehime deleted the eric/another-upgrade-handler branch March 7, 2025 20:13
@Eric-Warehime Eric-Warehime added the A:backport/v23.x Mergify backport to release/v23.x label Mar 7, 2025
mergify bot pushed a commit that referenced this pull request Mar 7, 2025
* Add upgrade

* Format

* Add address

* Fix upgrade

* Remove eth light client

* Fix comment

* Fix upgrades

(cherry picked from commit f38a3a9)
Eric-Warehime added a commit that referenced this pull request Mar 7, 2025
* Add upgrade

* Format

* Add address

* Fix upgrade

* Remove eth light client

* Fix comment

* Fix upgrades

(cherry picked from commit f38a3a9)

Co-authored-by: Eric Warehime <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A:backport/v23.x Mergify backport to release/v23.x
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants