-
Notifications
You must be signed in to change notification settings - Fork 290
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
[rpc] add raw field into BlockView to support get raw block #3489
Conversation
Codecov Report
@@ Coverage Diff @@
## master #3489 +/- ##
==========================================
- Coverage 30.98% 30.93% -0.05%
==========================================
Files 500 500
Lines 46806 46828 +22
Branches 22109 22122 +13
==========================================
- Hits 14497 14480 -17
- Misses 17978 18097 +119
+ Partials 14331 14251 -80
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
e63a308
to
6255efb
Compare
6255efb
to
0c3c829
Compare
0c3c829
to
786e7ff
Compare
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
786e7ff
to
2bfd6f9
Compare
Pull request type
Please check the type of change your PR introduces:
What is the current behavior?
Issue Number: #3479
What is the new behavior?
raw
field intoGetBlockOption
to support specify it to get raw blockraw
field intoBlockView
and fill it when above field is set to true.Other information