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

Separate vesting from auth, add custom vesting schedules #5040

Merged
merged 64 commits into from
Oct 10, 2019

Commits on Sep 9, 2019

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

Commits on Sep 10, 2019

  1. move CLI cmd to auth

    fedekunze committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    90a3882 View commit details
    Browse the repository at this point in the history
  2. delete genaccount module

    fedekunze committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    8e92e02 View commit details
    Browse the repository at this point in the history
  3. add some tests

    fedekunze committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    e1e4993 View commit details
    Browse the repository at this point in the history
  4. more fixes

    fedekunze committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    84f92dd View commit details
    Browse the repository at this point in the history
  5. register codec

    fedekunze committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    19fd7c8 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'master' of https://github.com/cosmos/cosmos-sdk into fe…

    …dekunze/ADR-11-generalize-gen-accs
    fedekunze committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    7085b9c View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2019

  1. Apply suggestions from code review

    Co-Authored-By: Alexander Bezobchuk <alexanderbez@users.noreply.github.com>
    fedekunze and alexanderbez authored Sep 11, 2019
    Configuration menu
    Copy the full SHA
    0b6bbb5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e6bf7c4 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'fedekunze/ADR-11-generalize-gen-accs' of https://github…

    ….com/cosmos/cosmos-sdk into fedekunze/ADR-11-generalize-gen-accs
    fedekunze committed Sep 11, 2019
    Configuration menu
    Copy the full SHA
    ac7aaef View commit details
    Browse the repository at this point in the history
  4. remove genaccounts command

    fedekunze committed Sep 11, 2019
    Configuration menu
    Copy the full SHA
    e9d215a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5a69363 View commit details
    Browse the repository at this point in the history
  6. update genutil migration

    fedekunze committed Sep 11, 2019
    Configuration menu
    Copy the full SHA
    6c4b702 View commit details
    Browse the repository at this point in the history
  7. format

    fedekunze committed Sep 11, 2019
    Configuration menu
    Copy the full SHA
    4e5e1a2 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2019

  1. migrate

    fedekunze committed Sep 12, 2019
    Configuration menu
    Copy the full SHA
    6288793 View commit details
    Browse the repository at this point in the history
  2. iterator

    fedekunze committed Sep 12, 2019
    Configuration menu
    Copy the full SHA
    fe125bf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e905853 View commit details
    Browse the repository at this point in the history
  4. fix: lint

    karzak committed Sep 12, 2019
    Configuration menu
    Copy the full SHA
    fb0e13d View commit details
    Browse the repository at this point in the history
  5. Update godoc

    alexanderbez committed Sep 12, 2019
    Configuration menu
    Copy the full SHA
    1198733 View commit details
    Browse the repository at this point in the history
  6. Update godoc

    alexanderbez committed Sep 12, 2019
    Configuration menu
    Copy the full SHA
    f07fabc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2979564 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3636574 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    da91323 View commit details
    Browse the repository at this point in the history
  10. Update godoc

    alexanderbez committed Sep 12, 2019
    Configuration menu
    Copy the full SHA
    42b04ee View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a65b323 View commit details
    Browse the repository at this point in the history
  12. apply changes from code review

    karzak committed Sep 12, 2019
    Configuration menu
    Copy the full SHA
    4a53d93 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    47b44d4 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2019

  1. Configuration menu
    Copy the full SHA
    97b7a05 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9dfd712 View commit details
    Browse the repository at this point in the history
  3. fix: lint

    karzak committed Sep 16, 2019
    Configuration menu
    Copy the full SHA
    1de8470 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2019

  1. Configuration menu
    Copy the full SHA
    d7cf2ce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a69a107 View commit details
    Browse the repository at this point in the history
  3. address code review comments

    karzak committed Sep 17, 2019
    Configuration menu
    Copy the full SHA
    ab06e07 View commit details
    Browse the repository at this point in the history
  4. fix: lint

    karzak committed Sep 17, 2019
    Configuration menu
    Copy the full SHA
    0e17f46 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2019

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

Commits on Sep 22, 2019

  1. Configuration menu
    Copy the full SHA
    385d4e4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    88121bd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    076adae View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2019

  1. Configuration menu
    Copy the full SHA
    2c35f8c View commit details
    Browse the repository at this point in the history
  2. lint

    karzak committed Sep 24, 2019
    Configuration menu
    Copy the full SHA
    836f66d View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2019

  1. address review comments

    karzak committed Sep 29, 2019
    Configuration menu
    Copy the full SHA
    29752ed View commit details
    Browse the repository at this point in the history
  2. lint

    Co-Authored-By: Bot from GolangCI <42910462+golangcibot@users.noreply.github.com>
    karzak and golangcibot authored Sep 29, 2019
    Configuration menu
    Copy the full SHA
    9054871 View commit details
    Browse the repository at this point in the history
  3. lint

    karzak committed Sep 29, 2019
    Configuration menu
    Copy the full SHA
    70940d0 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2019

  1. address review comments

    karzak committed Sep 30, 2019
    Configuration menu
    Copy the full SHA
    3619dd5 View commit details
    Browse the repository at this point in the history
  2. address review comments

    karzak committed Sep 30, 2019
    Configuration menu
    Copy the full SHA
    655b0c1 View commit details
    Browse the repository at this point in the history
  3. autogen alias file

    karzak committed Sep 30, 2019
    Configuration menu
    Copy the full SHA
    fc06172 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1f72304 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2019

  1. Configuration menu
    Copy the full SHA
    d78dba5 View commit details
    Browse the repository at this point in the history
  2. address review comments

    karzak committed Oct 1, 2019
    Configuration menu
    Copy the full SHA
    c40ce3b View commit details
    Browse the repository at this point in the history
  3. lint spec

    karzak committed Oct 1, 2019
    Configuration menu
    Copy the full SHA
    56a9220 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2019

  1. address review comments

    karzak committed Oct 3, 2019
    Configuration menu
    Copy the full SHA
    e856664 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    914981b View commit details
    Browse the repository at this point in the history
  3. address review comments

    karzak committed Oct 3, 2019
    Configuration menu
    Copy the full SHA
    9eebfb9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3f482d4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f2ffb05 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2019

  1. Configuration menu
    Copy the full SHA
    6b0629d View commit details
    Browse the repository at this point in the history
  2. address review comments

    karzak committed Oct 7, 2019
    Configuration menu
    Copy the full SHA
    4392ae1 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'kd-separate-vesting' of github.com:Kava-Labs/cosmos-sdk…

    … into kd-separate-vesting
    karzak committed Oct 7, 2019
    Configuration menu
    Copy the full SHA
    3fe741e View commit details
    Browse the repository at this point in the history
  4. address review comments

    karzak committed Oct 7, 2019
    Configuration menu
    Copy the full SHA
    cc6fdd0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1e6c27c View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2019

  1. Configuration menu
    Copy the full SHA
    432fdca View commit details
    Browse the repository at this point in the history
  2. Update changelog

    karzak committed Oct 8, 2019
    Configuration menu
    Copy the full SHA
    dd905b0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e1f67c9 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2019

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