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

R4R: New genesis workflow #2602

Merged
merged 24 commits into from
Nov 5, 2018
Merged

Commits on Nov 2, 2018

  1. New genesis workflow

    * `gaiad init` is now used to generate an empty `genesis.json`.
    * Genesis accounts need to be populated manually before running
      `gaiad collect-gentxs`.
    * This should support starfish too, see #2615 for more info.
    
    Closes: #2596 #2615
    Alessio Treglia committed Nov 2, 2018
    Configuration menu
    Copy the full SHA
    34a64c3 View commit details
    Browse the repository at this point in the history
  2. Validate validator address and address against respective account ex …

    …ante
    Alessio Treglia committed Nov 2, 2018
    Configuration menu
    Copy the full SHA
    2a611e0 View commit details
    Browse the repository at this point in the history
  3. Fix local testnet failures

    Alessio Treglia committed Nov 2, 2018
    Configuration menu
    Copy the full SHA
    1591409 View commit details
    Browse the repository at this point in the history
  4. New genesis tests

    Alessio Treglia committed Nov 2, 2018
    Configuration menu
    Copy the full SHA
    c728863 View commit details
    Browse the repository at this point in the history
  5. Add --pubkey flag

    Alessio Treglia committed Nov 2, 2018
    Configuration menu
    Copy the full SHA
    f7d8ab6 View commit details
    Browse the repository at this point in the history
  6. Run make format

    Alessio Treglia committed Nov 2, 2018
    Configuration menu
    Copy the full SHA
    fbfdf12 View commit details
    Browse the repository at this point in the history
  7. minor updates during review (comments, names)

    rigelrozanski authored and Alessio Treglia committed Nov 2, 2018
    Configuration menu
    Copy the full SHA
    da5d3a2 View commit details
    Browse the repository at this point in the history
  8. Remove commented

    Alessio Treglia committed Nov 2, 2018
    Configuration menu
    Copy the full SHA
    61da238 View commit details
    Browse the repository at this point in the history
  9. Remove validators from comment

    Alessio Treglia committed Nov 2, 2018
    Configuration menu
    Copy the full SHA
    88ba6d2 View commit details
    Browse the repository at this point in the history
  10. Add newline

    Alessio Treglia committed Nov 2, 2018
    Configuration menu
    Copy the full SHA
    191e85e View commit details
    Browse the repository at this point in the history
  11. Shorten line

    Alessio Treglia committed Nov 2, 2018
    Configuration menu
    Copy the full SHA
    d2fa438 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    13add31 View commit details
    Browse the repository at this point in the history
  13. Use constant

    Alessio Treglia committed Nov 2, 2018
    Configuration menu
    Copy the full SHA
    dbaf13f View commit details
    Browse the repository at this point in the history
  14. Renaming

    Alessio Treglia committed Nov 2, 2018
    Configuration menu
    Copy the full SHA
    d72cb6b View commit details
    Browse the repository at this point in the history
  15. ACK Rigel comment

    Alessio Treglia committed Nov 2, 2018
    Configuration menu
    Copy the full SHA
    16bc4b6 View commit details
    Browse the repository at this point in the history
  16. Return explicit variables

    Alessio Treglia committed Nov 2, 2018
    Configuration menu
    Copy the full SHA
    8dbd6c3 View commit details
    Browse the repository at this point in the history
  17. s/DefaultGenesisState/NewDefaultGenesisState/

    Alessio Treglia committed Nov 2, 2018
    Configuration menu
    Copy the full SHA
    98a5218 View commit details
    Browse the repository at this point in the history
  18. Use explicit variables

    Alessio Treglia committed Nov 2, 2018
    Configuration menu
    Copy the full SHA
    72a4dae View commit details
    Browse the repository at this point in the history
  19. More compact

    Alessio Treglia committed Nov 2, 2018
    Configuration menu
    Copy the full SHA
    3e9c5af View commit details
    Browse the repository at this point in the history
  20. Lowercase comment

    Alessio Treglia committed Nov 2, 2018
    Configuration menu
    Copy the full SHA
    90531d4 View commit details
    Browse the repository at this point in the history
  21. Use bondDenom

    Alessio Treglia committed Nov 2, 2018
    Configuration menu
    Copy the full SHA
    814e664 View commit details
    Browse the repository at this point in the history
  22. Delete old code

    Alessio Treglia committed Nov 2, 2018
    Configuration menu
    Copy the full SHA
    ac22aad View commit details
    Browse the repository at this point in the history
  23. gaiad collect-gentxs takes no args

    Alessio Treglia committed Nov 2, 2018
    Configuration menu
    Copy the full SHA
    7f1f422 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2018

  1. Update PENDING

    jaekwon committed Nov 5, 2018
    Configuration menu
    Copy the full SHA
    a0c6f0b View commit details
    Browse the repository at this point in the history