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: Refactor Validator Account Types/Bech32 Prefixing #2040

Merged
merged 41 commits into from
Aug 31, 2018

Commits on Aug 14, 2018

  1. Add new account bech32 prefixes with godocs

    Aleksandr Bezobchuk committed Aug 14, 2018
    Configuration menu
    Copy the full SHA
    9dc1c5e View commit details
    Browse the repository at this point in the history
  2. Restructure spacing of existing account code

    Aleksandr Bezobchuk committed Aug 14, 2018
    Configuration menu
    Copy the full SHA
    397a3ae View commit details
    Browse the repository at this point in the history
  3. Update account godocs

    Aleksandr Bezobchuk committed Aug 14, 2018
    Configuration menu
    Copy the full SHA
    1a06ce4 View commit details
    Browse the repository at this point in the history
  4. More account godoc updates + new tm pub/addr helpers

    Aleksandr Bezobchuk committed Aug 14, 2018
    Configuration menu
    Copy the full SHA
    fce04b5 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2018

  1. Update validator type to use new account types/bech32 prefixes

    Aleksandr Bezobchuk committed Aug 15, 2018
    Configuration menu
    Copy the full SHA
    d62938c View commit details
    Browse the repository at this point in the history
  2. Fix account documentation errors

    Aleksandr Bezobchuk committed Aug 15, 2018
    Configuration menu
    Copy the full SHA
    2c57829 View commit details
    Browse the repository at this point in the history
  3. Update Bech32 prefix for consensus nodes

    Aleksandr Bezobchuk committed Aug 15, 2018
    Configuration menu
    Copy the full SHA
    fd4bb7f View commit details
    Browse the repository at this point in the history
  4. Update Bech32 spec doc

    Aleksandr Bezobchuk committed Aug 15, 2018
    Configuration menu
    Copy the full SHA
    a238db2 View commit details
    Browse the repository at this point in the history
  5. Fix account type tests

    Aleksandr Bezobchuk committed Aug 15, 2018
    Configuration menu
    Copy the full SHA
    0a5fde8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6187395 View commit details
    Browse the repository at this point in the history
  7. Add to TestRandBech32PubkeyConsistency check

    Aleksandr Bezobchuk committed Aug 15, 2018
    Configuration menu
    Copy the full SHA
    8756a08 View commit details
    Browse the repository at this point in the history
  8. Update initialization of validator public keys

    Aleksandr Bezobchuk committed Aug 15, 2018
    Configuration menu
    Copy the full SHA
    0f63434 View commit details
    Browse the repository at this point in the history
  9. Update query signing info command

    Aleksandr Bezobchuk committed Aug 15, 2018
    Configuration menu
    Copy the full SHA
    0cf73c1 View commit details
    Browse the repository at this point in the history
  10. Implement new ConsAddress type with associated unit tests

    Aleksandr Bezobchuk committed Aug 15, 2018
    Configuration menu
    Copy the full SHA
    d4eba75 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2018

  1. [WIP] Update stake and slashing parameters

    Aleksandr Bezobchuk committed Aug 16, 2018
    Configuration menu
    Copy the full SHA
    79aaaa4 View commit details
    Browse the repository at this point in the history
  2. Update all calls to MustBech32ifyValPub

    Aleksandr Bezobchuk committed Aug 16, 2018
    Configuration menu
    Copy the full SHA
    3bce888 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2018

  1. Configuration menu
    Copy the full SHA
    9c67e9b View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2018

  1. [WIP] Validator operator API updates

    Aleksandr Bezobchuk committed Aug 21, 2018
    Configuration menu
    Copy the full SHA
    2cf75c4 View commit details
    Browse the repository at this point in the history
  2. [WIP] Fix and update unit tests

    Aleksandr Bezobchuk committed Aug 21, 2018
    Configuration menu
    Copy the full SHA
    87d724f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f51f272 View commit details
    Browse the repository at this point in the history
  4. Fix gov logs (helping to debug failing tests)

    Aleksandr Bezobchuk committed Aug 21, 2018
    Configuration menu
    Copy the full SHA
    27f160e View commit details
    Browse the repository at this point in the history
  5. Fix gov tally

    Aleksandr Bezobchuk committed Aug 21, 2018
    Configuration menu
    Copy the full SHA
    d547484 View commit details
    Browse the repository at this point in the history
  6. Fix all broken x/ unit tests

    Aleksandr Bezobchuk committed Aug 21, 2018
    Configuration menu
    Copy the full SHA
    8ecc12e View commit details
    Browse the repository at this point in the history
  7. Update gaia app genesis address logic

    Aleksandr Bezobchuk committed Aug 21, 2018
    Configuration menu
    Copy the full SHA
    38618a3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3b435e5 View commit details
    Browse the repository at this point in the history
  9. Fix linting errors

    Aleksandr Bezobchuk committed Aug 21, 2018
    Configuration menu
    Copy the full SHA
    5a4d0b2 View commit details
    Browse the repository at this point in the history
  10. Fix broken LCD tests

    Aleksandr Bezobchuk committed Aug 21, 2018
    Configuration menu
    Copy the full SHA
    7382250 View commit details
    Browse the repository at this point in the history
  11. Fix broken CLI tests

    Aleksandr Bezobchuk committed Aug 21, 2018
    Configuration menu
    Copy the full SHA
    8b164b4 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2018

  1. Implement command to get validator address and pubkey from key name

    Aleksandr Bezobchuk committed Aug 22, 2018
    Configuration menu
    Copy the full SHA
    5a030d3 View commit details
    Browse the repository at this point in the history
  2. Add support for getting validator key information via REST endpoint

    Aleksandr Bezobchuk committed Aug 22, 2018
    Configuration menu
    Copy the full SHA
    7e04609 View commit details
    Browse the repository at this point in the history
  3. Update PENDING log

    Aleksandr Bezobchuk committed Aug 22, 2018
    Configuration menu
    Copy the full SHA
    394fdf8 View commit details
    Browse the repository at this point in the history
  4. Update docs

    Aleksandr Bezobchuk committed Aug 22, 2018
    Configuration menu
    Copy the full SHA
    ff92d76 View commit details
    Browse the repository at this point in the history
  5. Revert GaiaGenTx.PubKey bech32 prefix

    Aleksandr Bezobchuk committed Aug 22, 2018
    Configuration menu
    Copy the full SHA
    867321f View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2018

  1. Configuration menu
    Copy the full SHA
    a1cef0d View commit details
    Browse the repository at this point in the history
  2. Fix broken docs and cli tests

    Aleksandr Bezobchuk committed Aug 23, 2018
    Configuration menu
    Copy the full SHA
    74cd3ec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2808bb9 View commit details
    Browse the repository at this point in the history
  4. Update genesis to use correct Bech32 (cons) prefix for pubkeys

    Aleksandr Bezobchuk committed Aug 23, 2018
    Configuration menu
    Copy the full SHA
    ae612ee View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2018

  1. Configuration menu
    Copy the full SHA
    280d895 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9c2370e View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2018

  1. Configuration menu
    Copy the full SHA
    3b1790d View commit details
    Browse the repository at this point in the history
  2. minor formatting

    rigelrozanski committed Aug 31, 2018
    Configuration menu
    Copy the full SHA
    fea1392 View commit details
    Browse the repository at this point in the history