feat(api): add gRPC implementation for certain interfaces#5412
Merged
jwrct merged 4 commits intotronprotocol:developfrom Aug 31, 2023
Merged
feat(api): add gRPC implementation for certain interfaces#5412jwrct merged 4 commits intotronprotocol:developfrom
jwrct merged 4 commits intotronprotocol:developfrom
Conversation
ee7f2a0 to
2bdcbe2
Compare
Contributor
|
@lxcmyf LGTM, please add test to fix CI. |
e15d211 to
acd7bea
Compare
framework/src/main/java/org/tron/core/services/http/GetEnergyPricesServlet.java
Show resolved
Hide resolved
framework/src/main/java/org/tron/core/services/interfaceOnPBFT/RpcApiServiceOnPBFT.java
Show resolved
Hide resolved
jwrct
approved these changes
Aug 21, 2023
kuny0707
approved these changes
Aug 22, 2023
acd7bea to
7ef8205
Compare
7ef8205 to
0bf4bbc
Compare
bd8fdb4 to
d535eb2
Compare
|
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #5412 +/- ##
=============================================
+ Coverage 61.23% 61.31% +0.07%
- Complexity 9323 9330 +7
=============================================
Files 842 842
Lines 50147 50210 +63
Branches 5580 5580
=============================================
+ Hits 30710 30784 +74
+ Misses 17029 17021 -8
+ Partials 2408 2405 -3 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
1b9ee8d to
74ad91a
Compare
74ad91a to
bd9ed62
Compare
halibobo1205
approved these changes
Aug 30, 2023
92a9f45 to
6708a8e
Compare
6708a8e to
9f05d9a
Compare
9f05d9a to
cc5488b
Compare
This file contains hidden or 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
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.
What does this PR do?
add gRPC implementation for certain interfaces, close #5379
Why are these changes required?
This PR has been tested by:
Follow up
Extra details