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
As can be seen in #3026, we have a large portion of the code dedicated to handling logic for pre-stargate versions of Cosmos SDK.
At this point, these are not used by any of our clients, as we are always pushing for usage of the latest Cosmos SDK version.
We can remove a large amount of this "Launchpad" logic to lower the overall size and maintainability of the repo. If users ever want these features, they can always use an older version of CLI.
This issue is an extension of #1737.
As can be seen in #3026, we have a large portion of the code dedicated to handling logic for pre-stargate versions of Cosmos SDK.
At this point, these are not used by any of our clients, as we are always pushing for usage of the latest Cosmos SDK version.
We can remove a large amount of this "Launchpad" logic to lower the overall size and maintainability of the repo. If users ever want these features, they can always use an older version of CLI.
plugin
code inservices/chain
#3049stargate
inignite/templates
#3071The text was updated successfully, but these errors were encountered: