-
Notifications
You must be signed in to change notification settings - Fork 593
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
Migrate params to be self managed #2010
Comments
Looking at the PR for migrating In
In In
In
In
Since And further:
In
In
I believe we need to do this for:
I guess we will need to adjust the existing tests setting params for 03-connection and transfer (this and this). |
When working on this we need to update the documentation at the bottom here regarding adding a light client to the list of allowed clients via a param change governance proposal. |
We should add an upgrade handler and e2e chain upgrade test for v7 -> v8 which performs the migrations and does some parameter lookups and assertions to make sure everything is set correctly. |
Summary
Migrate all our on-chain params to be self managed, the SDK is removing x/param
See example pr
See upgrading docs
Ensure unset module params don't cause a panic on genesis export
The module will be removed after April 18th, 2023
Issues:
02-client
params to be self managed #350003-connection
params to be self managed #3501transfer
params to be self managed #350227-interchain-accounts
controller params to be self managed #350327-interchain-accounts
host params to be self managed #3504Remove the deprecated parameter migration helper code #3621Since there is no timeline for this yet, I'll remove it as requirement to close the epic issue.For Admin Use
The text was updated successfully, but these errors were encountered: