-
Notifications
You must be signed in to change notification settings - Fork 66
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
feat!: pfm x/params migration + msg_server #128
Conversation
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.
Missing a bit of context here on the params upgrade since it's been awhile since i went trough this process myself, but everything looks correct. I had a few comments but they are really small nit picks and not necessarily related to the validity of the changes here.
I wouldn't mind @agouin taking a quick glance at this as well before we merge.
middleware/packet-forward-middleware/testing/simapp/upgrades/upgrades.go
Outdated
Show resolved
Hide resolved
4acd42a
to
3b5ba48
Compare
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 now, gonna go ahead and approve!
ref: #87 (1/2)
This should be in v7.1.0 (state breaking!) so v47 chains can upgrade before v50/51 migrations (params is removed in v51, so they HAVE to do this in 47 or 50)