Closed
Description
opened on Apr 2, 2019
Write a script, in Golang, using the old genesis type and new genesis type, to convert an export from the current Cosmos Hub mainnet to the correct import format for 0.34 after the transfers-enablement hard fork.
Note the parameter changes per this proposal draft, which I think are accurate.
Ref #3880
Should result in an actual executable, which can be run as such:
gaiad export | genesis-port [chain-id] [start-time] > new_genesis.json
cc @jackzampolin @rigelrozanski Anything I missed?
Activity