-
Notifications
You must be signed in to change notification settings - Fork 607
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
auto: code-gen upgrade handler v16 #4575
Conversation
Just uploaded the new docker images, repopened to retrigger CI |
func (s *IntegrationTestSuite) TestRateLimitingParam() { | ||
if s.skipUpgrade { | ||
s.T().Skip("Skipping IBC tests") | ||
} | ||
|
||
s.T().Skip("Skipping RateLimitingParam tests. TODO: fix in https://github.com/osmosis-labs/osmosis/issues/4703") |
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.
Disabling to get it fixed in #4703
Planning to backport e2e initialization changes only, no state-breaks / go mod updates will be backported |
What was done in this PR on top of the auto-generated logic:
|
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.
👍
* [create-pull-request] automated change * add cl to v16 * Update go.mod * update images * latest go mod * epochs * go mod updates * updates * update hermes * updates * go mod * updates * hermes fix * upgrade handler updates * remove stride pool migration tests * remove stride migration logic from genesis and disable rate limiting tests * Update go.mod * lint * relayer tag * correct sdk fork bump --------- Co-authored-by: p0mvn <[email protected]> Co-authored-by: Roman <[email protected]> Co-authored-by: Adam Tucker <[email protected]> Co-authored-by: czarcas7ic <[email protected]> (cherry picked from commit 0d75f56) # Conflicts: # .vscode/launch.json # go.mod # go.sum # osmomath/go.mod # osmomath/go.sum # osmoutils/go.mod # osmoutils/go.sum # tests/cl-go-client/go.mod # tests/cl-go-client/go.sum # tests/cl-go-client/main.go # x/epochs/go.mod # x/epochs/go.sum # x/ibc-hooks/go.mod # x/ibc-hooks/go.sum
Update report