Skip to content
This repository has been archived by the owner on Jun 29, 2020. It is now read-only.

Commit

Permalink
Merge pull request #261 from cwgoes/cwgoes/genesisify
Browse files Browse the repository at this point in the history
R4R: v0.29 to v0.30 genesis port script (v2)
  • Loading branch information
zmanian committed Jan 31, 2019
2 parents f9fa38f + 839465c commit b998b0a
Show file tree
Hide file tree
Showing 5 changed files with 2,207,125 additions and 0 deletions.
1 change: 1 addition & 0 deletions genesisify/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.json filter=lfs diff=lfs merge=lfs -text
12 changes: 12 additions & 0 deletions genesisify/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
## v0.29 to v0.30 Genesis Conversion

One-time magic port script to convert a Cosmos SDK `v0.29.x` state export into a Cosmos SDK `v0.30.x`-compatible genesis file.

[Python 3](https://python.org) required.

Usage:

```bash
# gaiad export --for-zero-height > export.json
# ./v0.29-to-v0.30.py export.json genesis.json
```
Loading

0 comments on commit b998b0a

Please sign in to comment.