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

Refactor store keys for variable-length addresses #8363

Merged
merged 54 commits into from
Feb 1, 2021
Merged

Commits on Jan 18, 2021

  1. Configuration menu
    Copy the full SHA
    105ea4b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    54ddbce View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2021

  1. Fix pagination test

    amaury1093 committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    ade4a94 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bb0cdaf View commit details
    Browse the repository at this point in the history
  3. Fix merge master

    amaury1093 committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    64cfb46 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2021

  1. Fix staking keys.go

    amaury1093 committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    f7c4a00 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    47abd5a View commit details
    Browse the repository at this point in the history
  3. Fix sortNoLongerBonded

    amaury1093 committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    d67029d View commit details
    Browse the repository at this point in the history
  4. Use length-prefix function

    amaury1093 committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    ba75256 View commit details
    Browse the repository at this point in the history
  5. Use length prefix function

    amaury1093 committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    129680f View commit details
    Browse the repository at this point in the history
  6. Fix test accountStore

    amaury1093 committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    e627da3 View commit details
    Browse the repository at this point in the history
  7. Fix ExamplePaginate

    amaury1093 committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    17d2678 View commit details
    Browse the repository at this point in the history
  8. Fix staking keys

    amaury1093 committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    bf16313 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    98d67f5 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2021

  1. Do slashing keys

    amaury1093 committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    045905d View commit details
    Browse the repository at this point in the history
  2. Fix gov keys

    amaury1093 committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    18a2eb1 View commit details
    Browse the repository at this point in the history
  3. Fix x/gov tests

    amaury1093 committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    f0803fc View commit details
    Browse the repository at this point in the history
  4. Fix x/distrib

    amaury1093 committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    06780ae View commit details
    Browse the repository at this point in the history
  5. Address reviews

    amaury1093 committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    8c0c5b5 View commit details
    Browse the repository at this point in the history
  6. add change log entry

    amaury1093 committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    e0f7532 View commit details
    Browse the repository at this point in the history
  7. Add changelog

    amaury1093 committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    42cf5c8 View commit details
    Browse the repository at this point in the history
  8. Fix failing tests

    amaury1093 committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    b07a79b View commit details
    Browse the repository at this point in the history
  9. Fix sim tests

    amaury1093 committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    dd432de View commit details
    Browse the repository at this point in the history
  10. fix after-export sim

    amaury1093 committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    b6f001c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4e4408c View commit details
    Browse the repository at this point in the history
  12. Fix lint

    amaury1093 committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    53e8298 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2021

  1. Address review

    amaury1093 committed Jan 26, 2021
    Configuration menu
    Copy the full SHA
    3e0a7ca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9a1a68a View commit details
    Browse the repository at this point in the history
  3. Fix x/authz

    amaury1093 committed Jan 26, 2021
    Configuration menu
    Copy the full SHA
    a0a851c View commit details
    Browse the repository at this point in the history
  4. Fix global config in test

    amaury1093 committed Jan 26, 2021
    Configuration menu
    Copy the full SHA
    4a789a7 View commit details
    Browse the repository at this point in the history
  5. Update x/staking/keeper/val_state_change.go

    Co-authored-by: Robert Zaremba <robert@zaremba.ch>
    amaury1093 and robert-zaremba authored Jan 26, 2021
    Configuration menu
    Copy the full SHA
    461758f View commit details
    Browse the repository at this point in the history
  6. Address comments

    amaury1093 committed Jan 26, 2021
    Configuration menu
    Copy the full SHA
    45767e4 View commit details
    Browse the repository at this point in the history
  7. merge master

    amaury1093 committed Jan 26, 2021
    Configuration menu
    Copy the full SHA
    85742b3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    22cc126 View commit details
    Browse the repository at this point in the history
  9. Fix comments

    amaury1093 committed Jan 26, 2021
    Configuration menu
    Copy the full SHA
    29a38d0 View commit details
    Browse the repository at this point in the history
  10. Address review

    amaury1093 committed Jan 26, 2021
    Configuration menu
    Copy the full SHA
    51eaa92 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2021

  1. Fix authz test

    amaury1093 committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    97376a9 View commit details
    Browse the repository at this point in the history
  2. Update comment

    amaury1093 committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    e4c222b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9769555 View commit details
    Browse the repository at this point in the history
  4. Use variable

    amaury1093 committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    08ea670 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2021

  1. Configuration menu
    Copy the full SHA
    0fbde65 View commit details
    Browse the repository at this point in the history
  2. Rename function

    amaury1093 committed Jan 28, 2021
    Configuration menu
    Copy the full SHA
    b6cdc0a View commit details
    Browse the repository at this point in the history
  3. Fix test build

    amaury1093 committed Jan 28, 2021
    Configuration menu
    Copy the full SHA
    e1ba81c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    55e5b92 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2021

  1. Configuration menu
    Copy the full SHA
    f27735a View commit details
    Browse the repository at this point in the history
  2. Rename again

    amaury1093 committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    ccb7ad1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9463f89 View commit details
    Browse the repository at this point in the history
  4. Rename yet again

    amaury1093 committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    5ecfffe View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d1a76cb View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2021

  1. Configuration menu
    Copy the full SHA
    73c6b6b View commit details
    Browse the repository at this point in the history
  2. Update feegrant keys

    amaury1093 committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    aea577e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b43189d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d928b39 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8be9c09 View commit details
    Browse the repository at this point in the history