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(auth): use collections for Account state management #16016

Merged
merged 34 commits into from
May 26, 2023

Commits on Apr 28, 2023

  1. unembed keeper from msg server, create query server to implement the …

    …query server interface
    unknown unknown committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    130df6d View commit details
    Browse the repository at this point in the history
  2. change collection name to just "Params"

    unknown unknown committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    6c8ea95 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fc2bbe4 View commit details
    Browse the repository at this point in the history
  4. partially move accounts to use collections

    unknown unknown committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    0b547dd View commit details
    Browse the repository at this point in the history
  5. fix sigverify test

    unknown unknown committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    8686088 View commit details
    Browse the repository at this point in the history
  6. fix sigverify test2

    unknown unknown committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    e3ed273 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2023

  1. fix vesting tests

    unknown unknown committed Apr 30, 2023
    Configuration menu
    Copy the full SHA
    1f33e06 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2023

  1. Merge branch 'main' into tip/coll/auth_accounts_3

    # Conflicts:
    #	x/auth/keeper/grpc_query.go
    unknown unknown committed May 2, 2023
    Configuration menu
    Copy the full SHA
    52de1f7 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2023

  1. fix more tests

    unknown unknown committed May 3, 2023
    Configuration menu
    Copy the full SHA
    a82c815 View commit details
    Browse the repository at this point in the history
  2. remove more unneeded things

    unknown unknown committed May 3, 2023
    Configuration menu
    Copy the full SHA
    b351257 View commit details
    Browse the repository at this point in the history
  3. more code to use collections

    unknown unknown committed May 3, 2023
    Configuration menu
    Copy the full SHA
    2fe4672 View commit details
    Browse the repository at this point in the history
  4. remove more unneeded things

    unknown unknown committed May 3, 2023
    Configuration menu
    Copy the full SHA
    8704230 View commit details
    Browse the repository at this point in the history
  5. adjust gas tests

    unknown unknown committed May 3, 2023
    Configuration menu
    Copy the full SHA
    fc4ad40 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2023

  1. Merge branch 'main' into tip/coll/auth_accounts_3

    unknown unknown committed May 6, 2023
    Configuration menu
    Copy the full SHA
    074c06d View commit details
    Browse the repository at this point in the history
  2. remove not relevant tests

    unknown unknown committed May 6, 2023
    Configuration menu
    Copy the full SHA
    bf23c61 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2023

  1. Merge branch 'main' into tip/coll/auth_accounts_3

    unknown unknown committed May 11, 2023
    Configuration menu
    Copy the full SHA
    c350695 View commit details
    Browse the repository at this point in the history
  2. remove store decoder

    unknown unknown committed May 11, 2023
    Configuration menu
    Copy the full SHA
    b8ed5e1 View commit details
    Browse the repository at this point in the history
  3. remove APIs that are not used anymore

    unknown unknown committed May 11, 2023
    Configuration menu
    Copy the full SHA
    6e11ac5 View commit details
    Browse the repository at this point in the history
  4. chore lint

    unknown unknown committed May 11, 2023
    Configuration menu
    Copy the full SHA
    49004af View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4d19a0c View commit details
    Browse the repository at this point in the history
  6. chore: lint

    unknown unknown committed May 11, 2023
    Configuration menu
    Copy the full SHA
    835c2e9 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2023

  1. Configuration menu
    Copy the full SHA
    4225d10 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a1796e5 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2023

  1. Configuration menu
    Copy the full SHA
    0a9ef82 View commit details
    Browse the repository at this point in the history
  2. fix merge issues

    unknown unknown committed May 19, 2023
    Configuration menu
    Copy the full SHA
    cde0471 View commit details
    Browse the repository at this point in the history
  3. hack to make the test pass

    unknown unknown committed May 19, 2023
    Configuration menu
    Copy the full SHA
    82f566f View commit details
    Browse the repository at this point in the history
  4. chore: CHANGELOG.md

    unknown unknown committed May 19, 2023
    Configuration menu
    Copy the full SHA
    e93e41f View commit details
    Browse the repository at this point in the history
  5. remove: SetParams

    unknown unknown committed May 19, 2023
    Configuration menu
    Copy the full SHA
    de0ea3a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6cc4cdb View commit details
    Browse the repository at this point in the history

Commits on May 22, 2023

  1. Merge branch 'main' into tip/coll/auth_accounts_3

    # Conflicts:
    #	x/auth/keeper/grpc_query.go
    #	x/auth/keeper/keeper.go
    unknown unknown committed May 22, 2023
    Configuration menu
    Copy the full SHA
    d66986f View commit details
    Browse the repository at this point in the history

Commits on May 24, 2023

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

Commits on May 25, 2023

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

Commits on May 26, 2023

  1. Configuration menu
    Copy the full SHA
    b552c96 View commit details
    Browse the repository at this point in the history
  2. fix merge

    unknown unknown committed May 26, 2023
    Configuration menu
    Copy the full SHA
    ddfaf08 View commit details
    Browse the repository at this point in the history