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: Genesis Vesting Accounts & Simulation #3308

Merged
merged 17 commits into from
Jan 17, 2019

Commits on Jan 15, 2019

  1. Update vesting spec and impl time fields and constructors

    Aleksandr Bezobchuk committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    22880b4 View commit details
    Browse the repository at this point in the history
  2. Update genesis to support vesting accounts

    Aleksandr Bezobchuk committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    99dd115 View commit details
    Browse the repository at this point in the history
  3. More spec and godoc updates

    Aleksandr Bezobchuk committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    eac2e42 View commit details
    Browse the repository at this point in the history
  4. Update genesis section in vesting spec

    Aleksandr Bezobchuk committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    5a0d8c6 View commit details
    Browse the repository at this point in the history
  5. Fix bank unit tests

    Aleksandr Bezobchuk committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    3c10928 View commit details
    Browse the repository at this point in the history
  6. Add test cases to ToAccount in genesis

    Aleksandr Bezobchuk committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    b3600ea View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2019

  1. Update RegisterCodec to include vesting interface and types

    Aleksandr Bezobchuk committed Jan 16, 2019
    Configuration menu
    Copy the full SHA
    f3f2ce5 View commit details
    Browse the repository at this point in the history
  2. Fix GetVestedCoins bug where block time is past vesting end time

    Aleksandr Bezobchuk committed Jan 16, 2019
    Configuration menu
    Copy the full SHA
    22dc217 View commit details
    Browse the repository at this point in the history
  3. Add vesting accounts to simulation

    Aleksandr Bezobchuk committed Jan 16, 2019
    Configuration menu
    Copy the full SHA
    71534af View commit details
    Browse the repository at this point in the history
  4. Merge branch 'develop' into bez/vesting-acc-genesis-support

    Aleksandr Bezobchuk committed Jan 16, 2019
    Configuration menu
    Copy the full SHA
    c14b0f7 View commit details
    Browse the repository at this point in the history
  5. Undo genesis changes

    Aleksandr Bezobchuk committed Jan 16, 2019
    Configuration menu
    Copy the full SHA
    df24603 View commit details
    Browse the repository at this point in the history
  6. Add pending log entry

    Aleksandr Bezobchuk committed Jan 16, 2019
    Configuration menu
    Copy the full SHA
    f29d74f View commit details
    Browse the repository at this point in the history
  7. Merge branch 'develop' into bez/vesting-acc-genesis-support

    Aleksandr Bezobchuk committed Jan 16, 2019
    Configuration menu
    Copy the full SHA
    ec3b99b View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2019

  1. fix simulation to support vesting accounts

    Aleksandr Bezobchuk committed Jan 17, 2019
    Configuration menu
    Copy the full SHA
    ed5bbc4 View commit details
    Browse the repository at this point in the history
  2. Fix 10th account check

    Aleksandr Bezobchuk committed Jan 17, 2019
    Configuration menu
    Copy the full SHA
    7fc2544 View commit details
    Browse the repository at this point in the history
  3. Update vesting genesis logic to panic on invalid accounts

    Aleksandr Bezobchuk committed Jan 17, 2019
    Configuration menu
    Copy the full SHA
    3e12b6b View commit details
    Browse the repository at this point in the history
  4. Change randomness of vesting accounts in simulation

    Aleksandr Bezobchuk committed Jan 17, 2019
    Configuration menu
    Copy the full SHA
    5692aa2 View commit details
    Browse the repository at this point in the history