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

Update chain migration docs to use v0.42 #9090

Merged
merged 3 commits into from
Apr 12, 2021
Merged

Update chain migration docs to use v0.42 #9090

merged 3 commits into from
Apr 12, 2021

Conversation

amaury1093
Copy link
Contributor

Description

closes: #9085


Before we can merge this PR, please make sure that all the following items have been
checked off. If any of the checklist items are not applicable, please leave them but
write a little note why.

  • Targeted PR against correct branch (see CONTRIBUTING.md)
  • Linked to Github issue with discussion and accepted design OR link to spec that describes this work.
  • Code follows the module structure standards.
  • Wrote unit and integration tests
  • Updated relevant documentation (docs/) or specification (x/<module>/spec/)
  • Added relevant godoc comments.
  • Added a relevant changelog entry to the Unreleased section in CHANGELOG.md
  • Re-reviewed Files changed in the Github PR explorer
  • Review Codecov Report in the comment section below once CI passes

@amaury1093 amaury1093 added T:Docs Changes and features related to documentation. backport/0.42.x (Stargate) labels Apr 9, 2021
@@ -60,12 +64,12 @@ software and restore to their latest snapshot before restarting their nodes.
1. Migrate the exported state to `github.com/cosmos/cosmos-sdk@0.40.*` compatible genesis state.

```shell
simd migrate v0.40 v039_exported_state.json --chain-id <new_chain_id> --genesis-time <new_genesis_time_in_utc> > new_v040_genesis.json
simd migrate v0.42 v039_exported_state.json --chain-id <new_chain_id> --genesis-time <new_genesis_time_in_utc> > new_v042_genesis.json
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was changed in #8880 (comment)

Copy link
Member

@tac0turtle tac0turtle left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@tac0turtle tac0turtle merged commit 47c399f into master Apr 12, 2021
@tac0turtle tac0turtle deleted the am/cleanup-040 branch April 12, 2021 08:08
@amaury1093
Copy link
Contributor Author

@Mergifyio backport release/v0.42.x

mergify bot pushed a commit that referenced this pull request May 12, 2021
* Update docs

* Tweak

Co-authored-by: Marko <marbar3778@yahoo.com>
(cherry picked from commit 47c399f)
@mergify
Copy link
Contributor

mergify bot commented May 12, 2021

Command backport release/v0.42.x: success

Backports have been created

amaury1093 added a commit that referenced this pull request May 12, 2021
* Update docs

* Tweak

Co-authored-by: Marko <marbar3778@yahoo.com>
(cherry picked from commit 47c399f)

Co-authored-by: Amaury <1293565+amaurym@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T:Docs Changes and features related to documentation.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

After an upgrade, what is the date of the first block?
2 participants