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: set upgrade sequence correctly in channel recovery #5374

Conversation

charleenfei
Copy link
Contributor

Description

closes: #5340

Commit Message / Changelog Entry

type: commit message

see the guidelines for commit messages. (view raw markdown for examples)


Before we can merge this PR, please make sure that all the following items have been
checked off. If any of the checklist items are not applicable, please leave them but
write a little note why.

  • Targeted PR against correct branch (see CONTRIBUTING.md).
  • Linked to Github issue with discussion and accepted design OR link to spec that describes this work.
  • Code follows the module structure standards and Go style guide.
  • Wrote unit and integration tests.
  • Updated relevant documentation (docs/) or specification (x/<module>/spec/).
  • Added relevant godoc comments.
  • Provide a commit message to be used for the changelog entry in the PR description for review.
  • Re-reviewed Files changed in the Github PR explorer.
  • Review Codecov Report in the comment section below once CI passes.

charleenfei and others added 6 commits December 11, 2023 16:41
…ancelling-upgrade-can-lead-to-accidental-resets-of-the-upgrade-sequence
…ancelling-upgrade-can-lead-to-accidental-resets-of-the-upgrade-sequence
@charleenfei charleenfei marked this pull request as ready for review December 12, 2023 11:20
@charleenfei charleenfei marked this pull request as draft December 12, 2023 11:30
@charleenfei charleenfei force-pushed the charly/issue#5340-authority-cancelling-upgrade-can-lead-to-accidental-resets-of-the-upgrade-sequence branch from 44bc2a3 to cf83651 Compare December 12, 2023 11:44
@charleenfei charleenfei marked this pull request as ready for review December 12, 2023 11:51
…ancelling-upgrade-can-lead-to-accidental-resets-of-the-upgrade-sequence
@crodriguezvega crodriguezvega added e2e channel-upgradability Channel upgradability feature labels Dec 13, 2023
Copy link
Contributor

@colin-axner colin-axner left a comment

Choose a reason for hiding this comment

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

LGTM, left a suggestion on another test case and doc improvement. Would be great to have an ACK from @chatton or @damiannolan on the approach since I think they worked on some of this flow

@colin-axner colin-axner added priority PRs that need prompt reviews and removed e2e labels Dec 13, 2023
Copy link
Member

@damiannolan damiannolan left a comment

Choose a reason for hiding this comment

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

ACK pending API update for removing isAuthority bool and @colin-axner's suggestions! :)

modules/core/keeper/msg_server.go Outdated Show resolved Hide resolved
charleenfei and others added 4 commits December 14, 2023 12:19
…ancelling-upgrade-can-lead-to-accidental-resets-of-the-upgrade-sequence
…ancelling-upgrade-can-lead-to-accidental-resets-of-the-upgrade-sequence
@charleenfei charleenfei merged commit da415f5 into 04-channel-upgrades Dec 14, 2023
55 checks passed
@charleenfei charleenfei deleted the charly/issue#5340-authority-cancelling-upgrade-can-lead-to-accidental-resets-of-the-upgrade-sequence branch December 14, 2023 11:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
channel-upgradability Channel upgradability feature priority PRs that need prompt reviews
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants