-
Notifications
You must be signed in to change notification settings - Fork 552
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
fix: remove "kvStoreKeys" check cosmosanalysis.go #3871
Conversation
Hi, thanks for your PR, can you add e2e tests with a v0.47 app? |
Hi @julienrbrt, I'm not too familiar with your testing setup - are you referring to this? https://github.com/ignite/cli/tree/main/integration Happy to add a changelog |
Yes, can be here: https://github.com/ignite/cli/blob/main/integration/chain/cmd_serve_test.go. Or maybe simpler and better, we can add a unit test for a v0.47 app.go here: https://github.com/ignite/cli/blob/v28.1.0/ignite/pkg/cosmosanalysis/cosmosanalysis_test.go / https://github.com/ignite/cli/blob/v28.1.0/ignite/pkg/cosmosanalysis/app/testdata Please do add a changelog, thanks! |
@julienrbrt should be good to go now! |
I guess this is fine to merge this and update the test in a follow-up. |
Sorry @julienrbrt, I've had lots on my plate this week I'm afraid. Happy to merge this now and come back to improve the tests when I have a bit more free time! |
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.
tACK.
Fixes #3850.
Since this function is only present in the
app.go file
of freshly scaffolded SDKv0.50
+ blockchains, checking for this prevents backwards compatibility with blockchains scaffolded before SDKv0.50
.I have simply removed the line as it's not needed.