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

GRPC querier init and bank #5953

Closed
wants to merge 52 commits into from
Closed

Commits on Apr 8, 2020

  1. Configuration menu
    Copy the full SHA
    62c2ba1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cb469d2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1a745ed View commit details
    Browse the repository at this point in the history
  4. WIP on tests

    aaronc committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    fe915f5 View commit details
    Browse the repository at this point in the history
  5. Fix tests

    aaronc committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    fd01421 View commit details
    Browse the repository at this point in the history
  6. Update mocks

    aaronc committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    1c6b0b3 View commit details
    Browse the repository at this point in the history
  7. Address golang CI issues

    aaronc committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    5fb75f4 View commit details
    Browse the repository at this point in the history
  8. Address golang CI issues

    aaronc committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    026decb View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d2c0691 View commit details
    Browse the repository at this point in the history
  10. Fix mock tests

    aaronc committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    524b4ea View commit details
    Browse the repository at this point in the history
  11. Run goimports

    aaronc committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    db2f113 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    840720f View commit details
    Browse the repository at this point in the history
  13. Run goimports

    aaronc committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    e97bdb1 View commit details
    Browse the repository at this point in the history
  14. Fix buf lint errors

    aaronc committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    480ecb9 View commit details
    Browse the repository at this point in the history
  15. Fix test errors and goimports

    aaronc committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    e3c127f View commit details
    Browse the repository at this point in the history
  16. Update module tests

    aaronc committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    579d184 View commit details
    Browse the repository at this point in the history
  17. Fix goimports

    aaronc committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    f234330 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    78e25a3 View commit details
    Browse the repository at this point in the history
  19. Update x/bank/keeper/querier_test.go

    Co-Authored-By: Bot from GolangCI <[email protected]>
    aaronc and golangcibot authored Apr 8, 2020
    Configuration menu
    Copy the full SHA
    93810b7 View commit details
    Browse the repository at this point in the history
  20. Fix goimports

    aaronc committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    e0b04fe View commit details
    Browse the repository at this point in the history
  21. Merge branch 'aaronc/grpc-querier-bank-init' of github.com:cosmos/cos…

    …mos-sdk into aaronc/grpc-querier-bank-init
    aaronc committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    75fb560 View commit details
    Browse the repository at this point in the history
  22. Revert baseapp change

    aaronc committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    5b2442d View commit details
    Browse the repository at this point in the history
  23. Add tests and docs

    aaronc committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    e8d04b9 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    d8910d7 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2020

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

Commits on Apr 16, 2020

  1. Configuration menu
    Copy the full SHA
    f7821c1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    99e3631 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'aaronc/grpc-querier-bank-init' of github.com:cosmos/cos…

    …mos-sdk into aaronc/grpc-querier-bank-init
    aaronc committed Apr 16, 2020
    Configuration menu
    Copy the full SHA
    5474bb6 View commit details
    Browse the repository at this point in the history
  4. Tidying up + docs

    aaronc committed Apr 16, 2020
    Configuration menu
    Copy the full SHA
    74ee551 View commit details
    Browse the repository at this point in the history
  5. Revert deletion

    aaronc committed Apr 16, 2020
    Configuration menu
    Copy the full SHA
    fa9aa95 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cc03e73 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1351a68 View commit details
    Browse the repository at this point in the history
  8. Revert name change

    aaronc committed Apr 16, 2020
    Configuration menu
    Copy the full SHA
    64c2b99 View commit details
    Browse the repository at this point in the history
  9. Add grpc QueryRouter tests

    aaronc committed Apr 16, 2020
    Configuration menu
    Copy the full SHA
    608facd View commit details
    Browse the repository at this point in the history
  10. Fix lint error

    aaronc committed Apr 16, 2020
    Configuration menu
    Copy the full SHA
    2718e03 View commit details
    Browse the repository at this point in the history
  11. Fix tests

    aaronc committed Apr 16, 2020
    Configuration menu
    Copy the full SHA
    1cb6c61 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2020

  1. Address review comments

    aaronc committed Apr 17, 2020
    Configuration menu
    Copy the full SHA
    b905be0 View commit details
    Browse the repository at this point in the history
  2. Address review comments

    aaronc committed Apr 17, 2020
    Configuration menu
    Copy the full SHA
    6a293e3 View commit details
    Browse the repository at this point in the history
  3. Update baseapp/queryrouter.go

    Co-Authored-By: Federico Kunze <[email protected]>
    aaronc and fedekunze authored Apr 17, 2020
    Configuration menu
    Copy the full SHA
    17c318a View commit details
    Browse the repository at this point in the history
  4. Update baseapp/queryrouter.go

    Co-Authored-By: Federico Kunze <[email protected]>
    aaronc and fedekunze authored Apr 17, 2020
    Configuration menu
    Copy the full SHA
    6f58904 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2618e6f View commit details
    Browse the repository at this point in the history
  6. Fix build error

    aaronc committed Apr 17, 2020
    Configuration menu
    Copy the full SHA
    64f3b31 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2020

  1. Configuration menu
    Copy the full SHA
    61cd6aa View commit details
    Browse the repository at this point in the history
  2. fix build errors

    aaronc committed May 6, 2020
    Configuration menu
    Copy the full SHA
    0911f55 View commit details
    Browse the repository at this point in the history
  3. WIP

    aaronc committed May 6, 2020
    Configuration menu
    Copy the full SHA
    29345f3 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2020

  1. Configuration menu
    Copy the full SHA
    3946c8b View commit details
    Browse the repository at this point in the history
  2. Implement pagination

    aaronc committed May 15, 2020
    Configuration menu
    Copy the full SHA
    2c14a54 View commit details
    Browse the repository at this point in the history
  3. Docs

    aaronc committed May 15, 2020
    Configuration menu
    Copy the full SHA
    d94ac18 View commit details
    Browse the repository at this point in the history
  4. Fixes, docs

    aaronc committed May 15, 2020
    Configuration menu
    Copy the full SHA
    7729b52 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2020

  1. Configuration menu
    Copy the full SHA
    e58a00f View commit details
    Browse the repository at this point in the history
  2. Update x/bank gRPC querier

    aaronc committed Jun 2, 2020
    Configuration menu
    Copy the full SHA
    0deb60f View commit details
    Browse the repository at this point in the history
  3. Fixes

    aaronc committed Jun 2, 2020
    Configuration menu
    Copy the full SHA
    9dbd660 View commit details
    Browse the repository at this point in the history