-
Notifications
You must be signed in to change notification settings - Fork 296
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 PoWHash to getblockverbose result. #3154
Conversation
Oh, the help. Will update. But concept ACK or no? |
looks reasonable to me |
0f02b24
to
e3b4363
Compare
Also for |
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.
Thanks for the PR. It looks good overall. I identified a few nits inline.
Also, please add another commit after the main rpc: Add ...
commit that updates the JSON-RPC API docs to match the new reality:
docs: Update JSON-RPC API for powhash.
e3b4363
to
75d0b8e
Compare
This adds a
PoWHash
field to the RPC server'sgetblock (verbose)
andgetblockheader (verbose)
responses.pre-DCP0011
post-DCP0011