-
Notifications
You must be signed in to change notification settings - Fork 619
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
Add migration for channel params #5640
Add migration for channel params #5640
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #5640 +/- ##
=======================================
Coverage 81.16% 81.16%
=======================================
Files 198 199 +1
Lines 15267 15278 +11
=======================================
+ Hits 12392 12401 +9
- Misses 2407 2408 +1
- Partials 468 469 +1
|
e2e/testsuite/testconfig.go
Outdated
@@ -561,7 +561,7 @@ func defaultGovv1ModifyGenesis(version string) func(ibc.ChainConfig, []byte) ([] | |||
appState[govtypes.ModuleName] = govGenBz |
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.
linter fixes in this file
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.
Quick work!
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, nice find 🥇 left one comment re cov for param validation.
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.
Clean! Nice one @chatton 🎉
I will merge to kick off the backport. |
* chore: adding channel params migration * chore: removed separate migration fn * chore: fix linter * chore: bump consensus * chore: fix linter again * chore: pr feedback --------- Co-authored-by: Carlos Rodriguez <carlos@interchain.io> (cherry picked from commit 59ac9b2)
* chore: adding channel params migration * chore: removed separate migration fn * chore: fix linter * chore: bump consensus * chore: fix linter again * chore: pr feedback --------- Co-authored-by: Carlos Rodriguez <carlos@interchain.io> (cherry picked from commit 59ac9b2) Co-authored-by: Cian Hatton <cian@interchain.io>
Description
closes: #5639
An E2E upgrade test will be added in a follow up PR
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.