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 gateway init #7019

Merged
merged 49 commits into from
Aug 25, 2020
Merged

gRPC gateway init #7019

merged 49 commits into from
Aug 25, 2020

Commits on Aug 10, 2020

  1. WIP: grpc server setup

    atheeshp committed Aug 10, 2020
    Configuration menu
    Copy the full SHA
    204f43a View commit details
    Browse the repository at this point in the history
  2. add register grpc routes

    atheeshp committed Aug 10, 2020
    Configuration menu
    Copy the full SHA
    fdaac0b View commit details
    Browse the repository at this point in the history
  3. updated go mod

    atheeshp committed Aug 10, 2020
    Configuration menu
    Copy the full SHA
    d5fadc9 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2020

  1. Configuration menu
    Copy the full SHA
    83b38a6 View commit details
    Browse the repository at this point in the history
  2. updated grpc for all modules

    atheeshp committed Aug 11, 2020
    Configuration menu
    Copy the full SHA
    9d23a1f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e8ca8ea View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2020

  1. Configuration menu
    Copy the full SHA
    c443a46 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f51b946 View commit details
    Browse the repository at this point in the history
  3. udpated gw file

    atheeshp committed Aug 12, 2020
    Configuration menu
    Copy the full SHA
    4de3b1c View commit details
    Browse the repository at this point in the history
  4. added a test for grpc route

    atheeshp committed Aug 12, 2020
    Configuration menu
    Copy the full SHA
    138b84b View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2020

  1. Configuration menu
    Copy the full SHA
    1c7cd87 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1dec763 View commit details
    Browse the repository at this point in the history
  3. fixed conflicts

    atheeshp committed Aug 14, 2020
    Configuration menu
    Copy the full SHA
    351a2c1 View commit details
    Browse the repository at this point in the history
  4. added grpc server

    atheeshp committed Aug 14, 2020
    Configuration menu
    Copy the full SHA
    5c5c9f9 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2020

  1. Configuration menu
    Copy the full SHA
    0031fa4 View commit details
    Browse the repository at this point in the history
  2. grpc tests added

    atheeshp committed Aug 17, 2020
    Configuration menu
    Copy the full SHA
    0868234 View commit details
    Browse the repository at this point in the history
  3. cleanup

    anilcse committed Aug 17, 2020
    Configuration menu
    Copy the full SHA
    a9d95c0 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2020

  1. Fix gateway forward issue

    anilcse committed Aug 19, 2020
    Configuration menu
    Copy the full SHA
    1e078e6 View commit details
    Browse the repository at this point in the history
  2. Add godoc

    anilcse committed Aug 19, 2020
    Configuration menu
    Copy the full SHA
    84555f3 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2020

  1. Configuration menu
    Copy the full SHA
    2f428cf View commit details
    Browse the repository at this point in the history
  2. Merge branch 'atheesh/5921-grpc-gateway-register' of github.com:cosmo…

    …s/cosmos-sdk into atheesh/5921-grpc-gateway-register
    atheeshp committed Aug 20, 2020
    Configuration menu
    Copy the full SHA
    5634896 View commit details
    Browse the repository at this point in the history
  3. updated tests

    atheeshp committed Aug 20, 2020
    Configuration menu
    Copy the full SHA
    dd1a560 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d92579a View commit details
    Browse the repository at this point in the history
  5. fix lint

    atheeshp committed Aug 20, 2020
    Configuration menu
    Copy the full SHA
    308a5ed View commit details
    Browse the repository at this point in the history
  6. fix tests

    atheeshp committed Aug 20, 2020
    Configuration menu
    Copy the full SHA
    da96310 View commit details
    Browse the repository at this point in the history
  7. fix tests

    atheeshp committed Aug 20, 2020
    Configuration menu
    Copy the full SHA
    5cf179b View commit details
    Browse the repository at this point in the history
  8. fix tests

    atheeshp committed Aug 20, 2020
    Configuration menu
    Copy the full SHA
    07c6fa6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d2ed9ca View commit details
    Browse the repository at this point in the history
  10. fixed test

    atheeshp committed Aug 20, 2020
    Configuration menu
    Copy the full SHA
    2d63abd View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2020

  1. Add grpc headers

    anilcse committed Aug 21, 2020
    Configuration menu
    Copy the full SHA
    772bddc View commit details
    Browse the repository at this point in the history
  2. Merge branch 'atheesh/5921-grpc-gateway-register' of github.com:cosmo…

    …s/cosmos-sdk into atheesh/5921-grpc-gateway-register
    
    # Conflicts:
    #	x/bank/client/rest/query_test.go
    anilcse committed Aug 21, 2020
    Configuration menu
    Copy the full SHA
    23d2c64 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2020

  1. Fix error handling

    anilcse committed Aug 22, 2020
    Configuration menu
    Copy the full SHA
    934641c View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2020

  1. Fix tests - hacky

    anilcse committed Aug 24, 2020
    Configuration menu
    Copy the full SHA
    284debc View commit details
    Browse the repository at this point in the history
  2. Fix lint

    anilcse committed Aug 24, 2020
    Configuration menu
    Copy the full SHA
    e68d084 View commit details
    Browse the repository at this point in the history
  3. remove debug logs

    anilcse committed Aug 24, 2020
    Configuration menu
    Copy the full SHA
    37f60dc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9f4a3f1 View commit details
    Browse the repository at this point in the history
  5. Fix review comments

    anilcse committed Aug 24, 2020
    Configuration menu
    Copy the full SHA
    7659f99 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d2fdefe View commit details
    Browse the repository at this point in the history
  7. Merge branch 'atheesh/5921-grpc-gateway-register' of github.com:cosmo…

    …s/cosmos-sdk into atheesh/5921-grpc-gateway-register
    anilcse committed Aug 24, 2020
    Configuration menu
    Copy the full SHA
    714c0c5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    57065ae View commit details
    Browse the repository at this point in the history
  9. Fix protobuf version

    anilcse committed Aug 24, 2020
    Configuration menu
    Copy the full SHA
    0d2e016 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2020

  1. Configuration menu
    Copy the full SHA
    3b5d0f2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e174052 View commit details
    Browse the repository at this point in the history
  3. Fix godoc

    anilcse committed Aug 25, 2020
    Configuration menu
    Copy the full SHA
    736ec4c View commit details
    Browse the repository at this point in the history
  4. Fix review suggestions

    anilcse committed Aug 25, 2020
    Configuration menu
    Copy the full SHA
    a49a749 View commit details
    Browse the repository at this point in the history
  5. Fix codec

    anilcse committed Aug 25, 2020
    Configuration menu
    Copy the full SHA
    03baa6b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5f3eb57 View commit details
    Browse the repository at this point in the history
  7. Fix gofmt

    anilcse committed Aug 25, 2020
    Configuration menu
    Copy the full SHA
    1675dfa View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    04e5e29 View commit details
    Browse the repository at this point in the history