Skip to content
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

Prepare for Cosmos SDK v0.46.x #909

Closed
5 tasks done
aljo242 opened this issue Jul 26, 2022 · 0 comments · Fixed by #914
Closed
5 tasks done

Prepare for Cosmos SDK v0.46.x #909

aljo242 opened this issue Jul 26, 2022 · 0 comments · Fixed by #914
Labels
Epic Epic issue

Comments

@aljo242
Copy link
Contributor

aljo242 commented Jul 26, 2022

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Cosmos SDK v0.46.x is a heavily API-breaking update. In order to update spn the following must be done:

  • remove depreceated rest API imports refactor(app): remove deprecated rest imports #908
  • remove the usage of sdk.Int.ToDec()
  • decouple spn from ignite (this will avoid the current circular dependency)
  • upgrade ibc-go to a version that is compliant with Cosmos SDK v0.46.x
  • upgrade the imported x/fundraising module for compliance with Cosmos SDK v0.46.x

The ignite CLI depends on spn so this is a critical task that must be completed before spn can be upgraded in order to enable ignite to be upgraded

@lumtis lumtis added the Epic Epic issue label Jul 26, 2022
@lumtis lumtis linked a pull request Aug 9, 2022 that will close this issue
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Epic Epic issue
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants