You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It appears that gaiad collect-gentxs unexpectedly modifies genesis.json parameters that do not belong to the Gaia's app state, represented in the genesis file's app_state JSON field.
Description
As A Gaia User
I Want to retain all values in genesis.json that do not belong to the app_state field unmodified.
alessio
changed the title
gaiad collect-gentxs reset all genesis parameters that are foreign to app_state
gaiad collect-gentxs resets all genesis parameters that are foreign to app_state
Apr 7, 2019
ExportGenesisFile() overwrites all non-gaia related
sections of the genesis.json file as it always
creates a new one from scratch.
Remove cmd/gaia/init.LoadGenesisDoc() in favor of
tendermint's types.GenesisDocFromFile().
Closes: #4066
Forked from #3130
It appears that
gaiad collect-gentxs
unexpectedly modifiesgenesis.json
parameters that do not belong to the Gaia's app state, represented in the genesis file'sapp_state
JSON field.Description
As A Gaia User
I Want to retain all values in
genesis.json
that do not belong to theapp_state
field unmodified.Acceptance Criteria
Test case follows:
For Admin Use
The text was updated successfully, but these errors were encountered: