-
Notifications
You must be signed in to change notification settings - Fork 586
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
E2E To verify legacy client upgrade proposal fails #4748
E2E To verify legacy client upgrade proposal fails #4748
Conversation
…ter-msg-ibc-software-upgrade
…ter-msg-ibc-software-upgrade
…ter-msg-ibc-software-upgrade
…ter-msg-ibc-software-upgrade
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.
LGTM! I just have one question about the expected failure
@@ -209,6 +203,17 @@ func (s *E2ETestSuite) ExecuteGovV1Beta1Proposal(ctx context.Context, chain *cos | |||
s.Require().Equal(govtypesv1beta1.StatusPassed, proposal.Status) | |||
} | |||
|
|||
// ExecuteGovV1Beta1Proposal submits a v1beta1 governance proposal using the provided content. | |||
func (s *E2ETestSuite) ExecuteGovV1Beta1Proposal(ctx context.Context, chain *cosmos.CosmosChain, user ibc.Wallet, content govtypesv1beta1.Content) sdk.TxResponse { |
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.
food for thought nit: executing governance proposals to me kinda assumes they passed as I'm imaging the proposal being executed. This is just submitting the proposal, nothing is being executed, but I don't feel strongly about this. Just mentioning it since it came to mind
Description
closes: #4721
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.
docs/
) or specification (x/<module>/spec/
).godoc
comments.Files changed
in the Github PR explorer.Codecov Report
in the comment section below once CI passes.