-
Notifications
You must be signed in to change notification settings - Fork 217
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
Handle getBlockHeader
special cases for proofs
#394
Conversation
9536786
to
0b40ed5
Compare
0b40ed5
to
50bf389
Compare
50bf389
to
7af29d8
Compare
7af29d8
to
38a02d9
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.
This looks good to me. Lets wait for Matthias to comment as well
|
||
-- We could make sure we get the right kind of proof, but we don't need to. | ||
-- Just checking that the length is not totally wrong, is much simpler | ||
-- and gives us sanity about the binary format being correct. |
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.
I also think this is good enough
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!
Issue Number
#386
Overview
getBlockHeader
when it contains a proof. (see added comment ingetBlockHeader
)Comments
TestVector
type might be a good idea soon. But I didn't do it yet.