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

feat!: periodic vesting msg #9596

Merged
merged 33 commits into from
Aug 25, 2021
Merged

Commits on May 9, 2021

  1. Add a msg for create PeriodicVestingAccount

    Basic test of sending periodic vesting messages
    
    Add cli command for Periodic Vesting tx
    zmanian committed May 9, 2021
    Configuration menu
    Copy the full SHA
    abd8677 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2021

  1. Address code review comments

    zmanian committed Jun 4, 2021
    Configuration menu
    Copy the full SHA
    5e65a9c View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2021

  1. Configuration menu
    Copy the full SHA
    48098c5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d0a7a0a View commit details
    Browse the repository at this point in the history
  3. error on invalid lengths in json

    more realistic example values
    zmanian committed Jun 21, 2021
    Configuration menu
    Copy the full SHA
    b4b4d81 View commit details
    Browse the repository at this point in the history
  4. update the help message

    zmanian committed Jun 21, 2021
    Configuration menu
    Copy the full SHA
    663cc47 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2021

  1. Add support start time to periodic vesting

    account messages
    zmanian committed Jun 27, 2021
    Configuration menu
    Copy the full SHA
    95b4f12 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2021

  1. Configuration menu
    Copy the full SHA
    c58b3fd View commit details
    Browse the repository at this point in the history
  2. Add changelog entry

    zmanian committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    57f3014 View commit details
    Browse the repository at this point in the history
  3. Update x/auth/vesting/client/cli/tx.go

    Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
    zmanian and alexanderbez committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    bfc95c2 View commit details
    Browse the repository at this point in the history
  4. Update x/auth/vesting/client/cli/tx.go

    Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
    zmanian and alexanderbez committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    f5c45c5 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2021

  1. Configuration menu
    Copy the full SHA
    548f4da View commit details
    Browse the repository at this point in the history
  2. Fix tests

    zmanian committed Jul 2, 2021
    Configuration menu
    Copy the full SHA
    ce81fc6 View commit details
    Browse the repository at this point in the history
  3. Remove the delayed flag

    zmanian committed Jul 2, 2021
    Configuration menu
    Copy the full SHA
    1830947 View commit details
    Browse the repository at this point in the history
  4. add json tags

    zmanian committed Jul 2, 2021
    Configuration menu
    Copy the full SHA
    48640b9 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2021

  1. Update proto/cosmos/vesting/v1beta1/tx.proto

    Co-authored-by: Amaury <1293565+amaurym@users.noreply.github.com>
    zmanian and amaury1093 committed Jul 6, 2021
    Configuration menu
    Copy the full SHA
    334fc1a View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2021

  1. Update x/auth/vesting/types/msgs.go

    Co-authored-by: Cory <cjlevinson@gmail.com>
    zmanian and clevinson committed Jul 16, 2021
    Configuration menu
    Copy the full SHA
    190bf7e View commit details
    Browse the repository at this point in the history
  2. Update msg_server.go

    actually committing the account state to periodic vesting was missing.
    zmanian committed Jul 16, 2021
    Configuration menu
    Copy the full SHA
    c74c346 View commit details
    Browse the repository at this point in the history
  3. Update x/auth/vesting/types/msgs.go

    Co-authored-by: Cory <cjlevinson@gmail.com>
    zmanian and clevinson committed Jul 16, 2021
    Configuration menu
    Copy the full SHA
    e9de0e1 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2021

  1. Update x/auth/vesting/types/msgs.go

    Co-authored-by: Cory <cjlevinson@gmail.com>
    zmanian and clevinson committed Aug 23, 2021
    Configuration menu
    Copy the full SHA
    873b335 View commit details
    Browse the repository at this point in the history
  2. Add the missing type switch in

    NewHandler for PeriodicVestingAccounts
    zmanian committed Aug 23, 2021
    Configuration menu
    Copy the full SHA
    7499718 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b7cd77a View commit details
    Browse the repository at this point in the history
  4. bug! add unit test

    zmanian committed Aug 23, 2021
    Configuration menu
    Copy the full SHA
    4d43a62 View commit details
    Browse the repository at this point in the history
  5. move changelog entry

    zmanian committed Aug 23, 2021
    Configuration menu
    Copy the full SHA
    42f6ca0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7a7fb4c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    954953f View commit details
    Browse the repository at this point in the history
  8. Allow period lengths of zero

    zmanian committed Aug 23, 2021
    Configuration menu
    Copy the full SHA
    6039fd8 View commit details
    Browse the repository at this point in the history
  9. Remove handlers

    zmanian committed Aug 23, 2021
    Configuration menu
    Copy the full SHA
    9f978b6 View commit details
    Browse the repository at this point in the history
  10. Merge branch 'master' of github.com:cosmos/cosmos-sdk into zaki-upstr…

    …eam-periodic-vesting-msg
    zmanian committed Aug 23, 2021
    Configuration menu
    Copy the full SHA
    eda233d View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2021

  1. Update CHANGELOG.md

    Co-authored-by: Amaury <1293565+amaurym@users.noreply.github.com>
    zmanian and amaury1093 committed Aug 24, 2021
    Configuration menu
    Copy the full SHA
    d76fea3 View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.md

    Co-authored-by: Amaury <1293565+amaurym@users.noreply.github.com>
    zmanian and amaury1093 committed Aug 24, 2021
    Configuration menu
    Copy the full SHA
    a17c296 View commit details
    Browse the repository at this point in the history
  3. Update x/auth/vesting/client/cli/tx.go

    Co-authored-by: Amaury <1293565+amaurym@users.noreply.github.com>
    zmanian and amaury1093 committed Aug 24, 2021
    Configuration menu
    Copy the full SHA
    e233f18 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2021

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