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

helper function for validating a counterparty upgrade against the selfupgrade #3764

Closed
charleenfei opened this issue Jun 6, 2023 · 2 comments
Assignees
Labels

Comments

@charleenfei
Copy link
Contributor

charleenfei commented Jun 6, 2023

In reference to this suggestion:

    err := k.checkUpgradesForCompatibility(proposedUpgrade, counterpartyUpgrade)
    if err != nil {
        return types.NewUpgradeError(channel.UpgradeSequence, err)
    }

Originally posted by @colin-axner in #3671 (comment)

@colin-axner
Copy link
Contributor

Also see comment here for potential names of the three types of valdiation

@crodriguezvega
Copy link
Contributor

Closed by #4016.

@github-project-automation github-project-automation bot moved this from Backlog to Done in ibc-go Jul 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Done 🥳
Development

No branches or pull requests

4 participants