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

Write back account changes after tracking delegation/undelegation for vesting accounts #8865

Merged
merged 57 commits into from
Apr 8, 2021

Commits on Mar 12, 2021

  1. Configuration menu
    Copy the full SHA
    a77b0c3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    af5b275 View commit details
    Browse the repository at this point in the history
  3. remove whitespace

    Co-authored-by: Alessio Treglia <alessio@tendermint.com>
    gsora and Alessio Treglia committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    58c1b72 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6cfba52 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2021

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

Commits on Mar 15, 2021

  1. Configuration menu
    Copy the full SHA
    bbe8232 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d4a4640 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a58c500 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6e5d442 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2021

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

    jgimeno committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    fcb93b3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3f979a8 View commit details
    Browse the repository at this point in the history
  4. add: query way

    fdymylja committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    bcc5198 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    313dc6d View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2021

  1. Configuration menu
    Copy the full SHA
    c7d5798 View commit details
    Browse the repository at this point in the history
  2. add test

    jgimeno committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    0bbbc0a View commit details
    Browse the repository at this point in the history
  3. next test iteration

    jgimeno committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    520a94a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a9501d3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    aaa7a9c View commit details
    Browse the repository at this point in the history
  6. add more tests

    jgimeno committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    c3fdb8a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    17e5c5a View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2021

  1. Configuration menu
    Copy the full SHA
    f20a862 View commit details
    Browse the repository at this point in the history
  2. better function naming

    Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
    gsora and alexanderbez committed Mar 19, 2021
    Configuration menu
    Copy the full SHA
    61ea15a View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/gsora/track-delegation-vesting-a…

    …ccounts' into gsora/track-delegation-vesting-accounts
    gsora committed Mar 19, 2021
    Configuration menu
    Copy the full SHA
    204db7a View commit details
    Browse the repository at this point in the history
  4. correct func name

    gsora committed Mar 19, 2021
    Configuration menu
    Copy the full SHA
    6920bb9 View commit details
    Browse the repository at this point in the history
  5. handle error

    gsora committed Mar 19, 2021
    Configuration menu
    Copy the full SHA
    e533951 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0f03346 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2021

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

Commits on Mar 22, 2021

  1. Configuration menu
    Copy the full SHA
    8d2cc6c View commit details
    Browse the repository at this point in the history
  2. x/auth: add migrations module

    * during migration, reset corrupted values to zero
    boz committed Mar 22, 2021
    Configuration menu
    Copy the full SHA
    80335ad View commit details
    Browse the repository at this point in the history
  3. x/auth/migrations: fix lint

    boz committed Mar 22, 2021
    Configuration menu
    Copy the full SHA
    9a1c74a View commit details
    Browse the repository at this point in the history
  4. x/auth/migrations: fixes

    boz committed Mar 22, 2021
    Configuration menu
    Copy the full SHA
    93b2ec9 View commit details
    Browse the repository at this point in the history
  5. x/auth/migrations: fix tests

    boz committed Mar 22, 2021
    Configuration menu
    Copy the full SHA
    c10b189 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2021

  1. Merge pull request #8946 from ovrclk/boz/track-delegation-vesting-acc…

    …ounts
    
    track delegation vesting accounts
    gsora committed Mar 23, 2021
    Configuration menu
    Copy the full SHA
    b82d06f View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/gsora/track-delegation-vesting-a…

    …ccounts' into gsora/track-delegation-vesting-accounts
    
    # Conflicts:
    #	x/auth/migrations/migrations.go
    #	x/auth/migrations/migrations_test.go
    gsora committed Mar 23, 2021
    Configuration menu
    Copy the full SHA
    3b70dbc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d99c22e View commit details
    Browse the repository at this point in the history
  4. re-introduced periodic vesting tests

    derped a lil with git, this commit was done late in the day after a long day of work :-)
    
    added comments on intricate test cases to make sure everybody who reads 'em doesn't go crazy
    gsora committed Mar 23, 2021
    Configuration menu
    Copy the full SHA
    327277d View commit details
    Browse the repository at this point in the history
  5. refactor auth migration to use the same directory tree/call style as …

    …other in-store migrations
    gsora committed Mar 23, 2021
    Configuration menu
    Copy the full SHA
    e8f906b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2b7e14e View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2021

  1. check test Delegate() error

    gsora committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    b40333f View commit details
    Browse the repository at this point in the history
  2. init test validator properly

    gsora committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    3c6489d View commit details
    Browse the repository at this point in the history
  3. remove vesting() function

    since it's just a type assertion, to it directly
    gsora committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    60c41cc View commit details
    Browse the repository at this point in the history
  4. import sorting

    renamed auth types import to a more recognizable name
    gsora committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    d9f55cd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fef2d00 View commit details
    Browse the repository at this point in the history
  6. more tests!

     - verify that an account that has unbonding delegations are accounted for
     - vesting account that have no delegations
    gsora committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    bfc1860 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2021

  1. Configuration menu
    Copy the full SHA
    08926b1 View commit details
    Browse the repository at this point in the history
  2. use account iterator instead of a big slice of accounts

    perf/memory-wise, using an iterator is far better
    gsora committed Mar 26, 2021
    Configuration menu
    Copy the full SHA
    c44fe38 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5fdda3d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f6a602b View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2021

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

Commits on Apr 2, 2021

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

Commits on Apr 3, 2021

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

Commits on Apr 4, 2021

  1. fix linter warnings

    The interfacer linter has been deprecated.
    Alessio Treglia committed Apr 4, 2021
    Configuration menu
    Copy the full SHA
    5d9d4f9 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2021

  1. Configuration menu
    Copy the full SHA
    226ca8c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    85b79b2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f342589 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2021

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