You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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 updatespn
the following must be done:rest
API imports refactor(app
): remove deprecated rest imports #908sdk.Int.ToDec()
spn
fromignite
(this will avoid the current circular dependency)ibc-go
to a version that is compliant with Cosmos SDKv0.46.x
x/fundraising
module for compliance with Cosmos SDKv0.46.x
The
ignite
CLI depends onspn
so this is a critical task that must be completed beforespn
can be upgraded in order to enableignite
to be upgradedThe text was updated successfully, but these errors were encountered: