-
Notifications
You must be signed in to change notification settings - Fork 1.6k
feat(api): add gRPC implementation for certain interfaces #5412
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
Conversation
ee7f2a0 to
2bdcbe2
Compare
|
@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
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
92a9f45 to
6708a8e
Compare
6708a8e to
9f05d9a
Compare
9f05d9a to
cc5488b
Compare
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