[PROPOSAL #5][ACCEPTED] Transfer Enablement Proposal (Expedited Cosmos Upgrade Proposal)

Could this be officially confirmed, that against statements in Proposal 5 every validator should use (not tested) cosmos-sdk version 0.34.1 as suggested by upgrade doc and NOT 0.34.0 otherwise they should await official genesis file on cosmos github instead of generating it themselves.

also is following instruction from official upgrade wiki correct then:

$ python contrib/export/v0.33.x-to-v0.34.0.py cosmoshub_1_genesis_export.json \
  --chain-id=cosmoshub-2 --start-time=2019-04-22T17:00:00Z > genesis.json

or it should be now as follows ?

$ python contrib/export/v0.33.x-to-v0.34.1.py cosmoshub_1_genesis_export.json \
  --chain-id=cosmoshub-2 --start-time=2019-04-22T17:00:00Z > genesis.json
1 Like

This is not correct.

This file contrib/export/v0.33.x-to-v0.34.1.py does not exist.

could the official cosmos github page publish correct genesis file ? It appears everyone gets different results on the export. Some suggested using jq -S -c M command