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