-
Notifications
You must be signed in to change notification settings - Fork 141
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
fix(grpc): merge raw transaction methods to one rpc method #1500
fix(grpc): merge raw transaction methods to one rpc method #1500
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1500 +/- ##
==========================================
- Coverage 75.20% 75.16% -0.05%
==========================================
Files 223 231 +8
Lines 11654 12186 +532
==========================================
+ Hits 8764 9159 +395
- Misses 2461 2584 +123
- Partials 429 443 +14 |
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.
LGTM!
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.
LGTM.
@Ja7ad Are you sure this won't break the current behaviour of JSON-RPC? Please check |
I checked it. |
@b00f Done |
@b00f Please check removed duplicate payload. |
I think we should find a way to use tx-builder here. |
fix(grpc): define fee as transaction field
@b00f do we want to revert all changes in this PR or just remove deprecates for that four methods? |
|
Description
Simplify Transaction APIs by Merging GetRawXTransaction Methods Using oneof in Protocol Buffers
Related issue(s)