Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gaiad: ExportGenesisFile() incorrectly overwrites genesis #4063

Merged

Commits on Apr 6, 2019

  1. Add test case

    alessio committed Apr 6, 2019
    Configuration menu
    Copy the full SHA
    a2e8f50 View commit details
    Browse the repository at this point in the history
  2. gaiad: ExportGenesisFile() incorrectly overwrites genesis

    ExportGenesisFile() was overwriting all non-gaia related
    sections of the genesis.json file as it was always
    creating a new one from scratch.
    
    Ref #3130
    alessio committed Apr 6, 2019
    Configuration menu
    Copy the full SHA
    d087d3d View commit details
    Browse the repository at this point in the history
  3. Remove LoadGenesisDoc() in favor of GenesisDocFromFile()

    Duplication of effort discovered while on #3130
    alessio committed Apr 6, 2019
    Configuration menu
    Copy the full SHA
    ffd005a View commit details
    Browse the repository at this point in the history
  4. Add changelog entry

    alessio committed Apr 6, 2019
    Configuration menu
    Copy the full SHA
    2f0b833 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2019

  1. Address jae's comment

    alessio committed Apr 8, 2019
    Configuration menu
    Copy the full SHA
    1ee238e View commit details
    Browse the repository at this point in the history