-
Notifications
You must be signed in to change notification settings - Fork 548
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
docs: Add v0.18 migration #1599
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.
let's define some context and more details, wdyt about this addition?
blockchain template Co-authored-by: Denis Fadeev <[email protected]>
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.
wdyt @fadeev ? we're getting closer
submitting changes to clarify reason and actions
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, I suggested a few minor changes for clarity
we are on a mission to use "Cosmos SDK" everywhere, not "the SDK"
Co-authored-by: Barrie Byron <[email protected]>
Co-authored-by: Barrie Byron <[email protected]>
Co-authored-by: Barrie Byron <[email protected]>
This looks LGTM to me apart from my comment above👍 Maybe we can add |
@lubtd thanks! Reverted back to |
@Pantani good catch about the BandChain support, added! Also, merged changes from |
* Add v0.18 migration * Tabs to spaces * add a description of migration requirements and context of why needed * Update docs/migration/index.md blockchain template Co-authored-by: Denis Fadeev <[email protected]> * Apply suggestions from code review submitting changes to clarify reason and actions * Update docs/migration/index.md add missing blank line * Intro * Add go.mod * Update docs/migration/index.md Co-authored-by: Barrie Byron <[email protected]> * Update docs/migration/index.md Co-authored-by: Barrie Byron <[email protected]> * Update docs/migration/index.md Co-authored-by: Barrie Byron <[email protected]> * Update docs/migration/index.md Co-authored-by: Lucas Bertrand <[email protected]> * remove extra ``go * NewClientProposalHandler * Update docs/migration/index.md Co-authored-by: Tobias Schwarz <[email protected]> * Add app.appCodec as an argument * Keep `tmjson` * Move `go.mod` higher * BandChain support * If mars is an IBC-module Co-authored-by: Barrie Byron <[email protected]> Co-authored-by: Barrie Byron <[email protected]> Co-authored-by: Lucas Bertrand <[email protected]> Co-authored-by: Tobias Schwarz <[email protected]> Co-authored-by: Danilo Pantani <[email protected]>
Based on #1575
These are the changes a dev needs to make to the default v0.17.3 template for it to be compatible with Cosmos SDK v0.44 and Starport v0.18.
We'll print a link to this guide when a user uses Starport v0.18, but has a pre-v0.44 version in
go.mod
.