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: Add server implementation of Group module #10570

Merged
merged 70 commits into from
Dec 10, 2021

Commits on Oct 29, 2021

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

Commits on Nov 8, 2021

  1. wip

    likhita-809 committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    fe6a8d5 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of https://github.com/cosmos/cosmos-sdk into li…

    …khita/group-server-implementation
    likhita-809 committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    246484e View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2021

  1. wip

    likhita-809 committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    e274069 View commit details
    Browse the repository at this point in the history
  2. wip

    likhita-809 committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    4203f24 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' of https://github.com/cosmos/cosmos-sdk into li…

    …khita/group-server-implementation
    likhita-809 committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    743520c View commit details
    Browse the repository at this point in the history
  4. wip

    likhita-809 committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    3f4179e View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2021

  1. Merge branch 'master' of https://github.com/cosmos/cosmos-sdk into li…

    …khita/group-server-implementation
    likhita-809 committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    acad315 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2021

  1. wip

    likhita-809 committed Nov 18, 2021
    Configuration menu
    Copy the full SHA
    be27cba View commit details
    Browse the repository at this point in the history
  2. run go mod tidy

    likhita-809 committed Nov 18, 2021
    Configuration menu
    Copy the full SHA
    71c2dee View commit details
    Browse the repository at this point in the history
  3. small change

    likhita-809 committed Nov 18, 2021
    Configuration menu
    Copy the full SHA
    a864359 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2021

  1. wip

    likhita-809 committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    18794db View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of https://github.com/cosmos/cosmos-sdk into li…

    …khita/group-server-implementation
    likhita-809 committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    3851900 View commit details
    Browse the repository at this point in the history
  3. wip

    likhita-809 committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    36b07b3 View commit details
    Browse the repository at this point in the history
  4. fix something

    likhita-809 committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    efb22ee View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2021

  1. wip

    likhita-809 committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    1edaf8c View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of https://github.com/cosmos/cosmos-sdk into li…

    …khita/group-server-implementation
    likhita-809 committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    3d5c37d View commit details
    Browse the repository at this point in the history
  3. wip

    likhita-809 committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    87054b8 View commit details
    Browse the repository at this point in the history
  4. wip

    likhita-809 committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    164a153 View commit details
    Browse the repository at this point in the history
  5. run go mod tidy

    likhita-809 committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    0f6028b View commit details
    Browse the repository at this point in the history
  6. wip

    likhita-809 committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    d4156a2 View commit details
    Browse the repository at this point in the history
  7. wip

    likhita-809 committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    c473327 View commit details
    Browse the repository at this point in the history
  8. fix tests

    likhita-809 committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    491ff91 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2021

  1. Merge branch 'master' of https://github.com/cosmos/cosmos-sdk into li…

    …khita/group-server-implementation
    likhita-809 committed Nov 24, 2021
    Configuration menu
    Copy the full SHA
    8bcbbf7 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2021

  1. add keeper tests

    likhita-809 committed Nov 25, 2021
    Configuration menu
    Copy the full SHA
    ec93341 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of https://github.com/cosmos/cosmos-sdk into li…

    …khita/group-server-implementation
    likhita-809 committed Nov 25, 2021
    Configuration menu
    Copy the full SHA
    624726b View commit details
    Browse the repository at this point in the history
  3. address comments

    likhita-809 committed Nov 25, 2021
    Configuration menu
    Copy the full SHA
    ac4e247 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f8a74b6 View commit details
    Browse the repository at this point in the history
  5. address review comments

    likhita-809 committed Nov 25, 2021
    Configuration menu
    Copy the full SHA
    308852e View commit details
    Browse the repository at this point in the history
  6. fix something

    likhita-809 committed Nov 25, 2021
    Configuration menu
    Copy the full SHA
    f5fdbea View commit details
    Browse the repository at this point in the history
  7. Update import

    blushi committed Nov 25, 2021
    Configuration menu
    Copy the full SHA
    2c405d3 View commit details
    Browse the repository at this point in the history
  8. delete conditions.go file

    likhita-809 committed Nov 25, 2021
    Configuration menu
    Copy the full SHA
    100c4f4 View commit details
    Browse the repository at this point in the history
  9. Merge branch 'likhita/group-server-implementation' of https://github.…

    …com/cosmos/cosmos-sdk into likhita/group-server-implementation
    likhita-809 committed Nov 25, 2021
    Configuration menu
    Copy the full SHA
    977c94e View commit details
    Browse the repository at this point in the history
  10. fix something

    likhita-809 committed Nov 25, 2021
    Configuration menu
    Copy the full SHA
    ca772c6 View commit details
    Browse the repository at this point in the history
  11. add func to run TestSuite

    likhita-809 committed Nov 25, 2021
    Configuration menu
    Copy the full SHA
    020e58f View commit details
    Browse the repository at this point in the history
  12. Set accKeeper in group keeper

    blushi committed Nov 25, 2021
    Configuration menu
    Copy the full SHA
    140fbb8 View commit details
    Browse the repository at this point in the history
  13. update keeper_test

    likhita-809 committed Nov 25, 2021
    Configuration menu
    Copy the full SHA
    abbe3ba View commit details
    Browse the repository at this point in the history
  14. Merge branch 'likhita/group-server-implementation' of https://github.…

    …com/cosmos/cosmos-sdk into likhita/group-server-implementation
    likhita-809 committed Nov 25, 2021
    Configuration menu
    Copy the full SHA
    8ed012a View commit details
    Browse the repository at this point in the history
  15. Fix timeout duration in test

    blushi committed Nov 25, 2021
    Configuration menu
    Copy the full SHA
    bf9a57f View commit details
    Browse the repository at this point in the history
  16. Fix get group account

    blushi committed Nov 25, 2021
    Configuration menu
    Copy the full SHA
    d11be84 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2021

  1. Configuration menu
    Copy the full SHA
    edaa1c7 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of https://github.com/cosmos/cosmos-sdk into li…

    …khita/group-server-implementation
    likhita-809 committed Nov 26, 2021
    Configuration menu
    Copy the full SHA
    177ac08 View commit details
    Browse the repository at this point in the history
  3. Fix some tests

    blushi committed Nov 26, 2021
    Configuration menu
    Copy the full SHA
    50f3241 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'likhita/group-server-implementation' of github.com:cosm…

    …os/cosmos-sdk into likhita/group-server-implementation
    blushi committed Nov 26, 2021
    Configuration menu
    Copy the full SHA
    2c3a4c0 View commit details
    Browse the repository at this point in the history
  5. Rm unneeded set policy

    blushi committed Nov 26, 2021
    Configuration menu
    Copy the full SHA
    66db140 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    410e96d View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2021

  1. Fix keeper_tests

    blushi committed Nov 29, 2021
    Configuration menu
    Copy the full SHA
    d76908e View commit details
    Browse the repository at this point in the history
  2. Rm derivation key

    blushi committed Nov 29, 2021
    Configuration menu
    Copy the full SHA
    8c1f888 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    334c667 View commit details
    Browse the repository at this point in the history
  4. proto-gen

    blushi committed Nov 29, 2021
    Configuration menu
    Copy the full SHA
    2f7f72c View commit details
    Browse the repository at this point in the history
  5. go mod tidy

    blushi committed Nov 29, 2021
    Configuration menu
    Copy the full SHA
    00b8cdb View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2021

  1. Update proto wip

    blushi committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    10cefb7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1501297 View commit details
    Browse the repository at this point in the history
  3. Fix tests

    blushi committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    8a0f415 View commit details
    Browse the repository at this point in the history
  4. proto lint

    blushi committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    52fad21 View commit details
    Browse the repository at this point in the history
  5. go mod tidy

    blushi committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    318d527 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2021

  1. Use existing TestMsg

    blushi committed Dec 2, 2021
    Configuration menu
    Copy the full SHA
    e2e26d0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bdfa1f8 View commit details
    Browse the repository at this point in the history
  3. go mod

    blushi committed Dec 2, 2021
    Configuration menu
    Copy the full SHA
    12a2f32 View commit details
    Browse the repository at this point in the history
  4. Update x/group/keeper/msg_server.go

    Co-authored-by: Amaury <1293565+amaurym@users.noreply.github.com>
    blushi and amaury1093 committed Dec 2, 2021
    Configuration menu
    Copy the full SHA
    5422f59 View commit details
    Browse the repository at this point in the history
  5. Address review comments

    blushi committed Dec 2, 2021
    Configuration menu
    Copy the full SHA
    6c8886d View commit details
    Browse the repository at this point in the history
  6. Merge branch 'likhita/group-server-implementation' of github.com:cosm…

    …os/cosmos-sdk into likhita/group-server-implementation
    blushi committed Dec 2, 2021
    Configuration menu
    Copy the full SHA
    de9584d View commit details
    Browse the repository at this point in the history
  7. tidy

    blushi committed Dec 2, 2021
    Configuration menu
    Copy the full SHA
    b6442dc View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2021

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

Commits on Dec 8, 2021

  1. Use BigEndian

    blushi committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    7cdeccc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9bbcaba View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2021

  1. Configuration menu
    Copy the full SHA
    f911eda View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    81dd664 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2021

  1. Configuration menu
    Copy the full SHA
    9f0b1e9 View commit details
    Browse the repository at this point in the history
  2. Rm sim

    blushi committed Dec 10, 2021
    Configuration menu
    Copy the full SHA
    f03ac5a View commit details
    Browse the repository at this point in the history