-
Notifications
You must be signed in to change notification settings - Fork 31
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: change gRPC path to original cosmos path #564
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: zemyblue <zemyblue@gmail.com>
Signed-off-by: zemyblue <zemyblue@gmail.com> # Conflicts: # go.sum
Codecov Report
@@ Coverage Diff @@
## main #564 +/- ##
==========================================
- Coverage 57.59% 57.58% -0.01%
==========================================
Files 793 793
Lines 86584 86589 +5
==========================================
- Hits 49866 49865 -1
- Misses 33558 33563 +5
- Partials 3160 3161 +1
|
… gRPC define. Signed-off-by: zemyblue <zemyblue@gmail.com>
Signed-off-by: zemyblue <zemyblue@gmail.com>
Signed-off-by: zemyblue <zemyblue@gmail.com>
Signed-off-by: zemyblue <zemyblue@gmail.com>
Signed-off-by: zemyblue <zemyblue@gmail.com>
torao
approved these changes
Jun 16, 2022
0Tech
reviewed
Jun 16, 2022
Signed-off-by: zemyblue <zemyblue@gmail.com>
dudong2
approved these changes
Jun 16, 2022
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good!
Signed-off-by: zemyblue <zemyblue@gmail.com>
This reverts commit 0da197d.
0Tech
approved these changes
Jun 17, 2022
5 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
related: #549
Rollback the gRPS path of origin cosmos-sdk
proto/lbm/auth/v1
->proto/cosmos/auth/v1beta1
proto/lbm/authz/v1
->proto/cosmos/authz/v1beta1
proto/lbm/bank/v1
->proto/cosmos/bank/v1beta1
proto/lbm/base
->proto/cosmos/base
ostracon
proto/lbm/capability
->proto/cosmos/capability/v1beta1
proto/lbm/crisis/v1
->proto/cosmos/crisis/v1beta1
proto/lbm/crypto
->proto/cosmos/crypto
proto/lbm/distribution/v1
->proto/cosmos/distribution/v1beta1
proto/lbm/evidence/v1
->proto/cosmos/evidence/v1beta1
proto/lbm/feegrant/v1
->proto/cosmos/feetrant/v1beta1
proto/lbm/genutil/v1
->proto/cosmos/genutil/v1beta1
proto/lbm/gov/v1
->proto/cosmos/gov/v1beta1
proto/lbm/mint/v1
->proto/cosmos/mint/v1beta1
proto/lbm/params/v1
->proto/cosmos/params/v1beta1
proto/lbm/slashing/v1
->proto/cosmos/slashing/v1beta1
proto/lbm/staking/v1
->proto/cosmos/staking/v1beta1
proto/lbm/tx/signing/v1
->proto/cosmos/tx/signing/v1beta1
proto/lbm/tx/v1
->proto/cosmos/tx/v1beta1
proto/lbm/upgrade/v1
->proto/cosmos/upgrade/v1beta1
proto/lbm/vesting/v1
->proto/cosmos/vesting/v1beta1
ETC changes
linux/arm32
related to Stop support for linux/arm(32bit) ostracon#431ostracon
, commit hash: f9d9fa2cc77949e81352df969c6b0dab6579347bMotivation and context
lbm-sdk can't use cosmos-sdk base open source because the function is same but the gRPC path is difference. So I think we need to rollback the path to original path.
How has this been tested?
Screenshots (if appropriate):
Checklist:
CHANGELOG.md
client/docs/swagger-ui/swagger.yaml