game-of-stakes/genesisify
Hendrik Hofstadt e19cdf52b3 Remove the cartel 2019-02-01 02:09:06 +01:00
..
.gitattributes Actual state export 2019-01-16 16:48:45 +01:00
README.md Vesting script 2019-01-31 22:16:39 +01:00
add-vesting.py Set delegated free correctly 2019-01-31 23:33:36 +01:00
addrs.json Remove the cartel 2019-02-01 02:09:06 +01:00
export.json Remove the cartel 2019-02-01 02:09:06 +01:00
genesis.json Remove the cartel 2019-02-01 02:09:06 +01:00
genesis_vesting.json Remove the cartel 2019-02-01 02:09:06 +01:00
v0.29-to-v0.30.py 80% signatures required 2019-02-01 00:11:54 +01:00

README.md

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 required.

Usage:

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

To add vesting accounts, run:

# ./add-vesting.py genesis.json genesis_vesting.json