-
Notifications
You must be signed in to change notification settings - Fork 4
Documentation (comments) only #5
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
LarryRuane
commented
Nov 5, 2025
- GetBlockRange: high-to-low range returns blocks in high-to-low order
- CompactBlock: describe header field accurately (full header)
- add blank lines for readability
- GetBlockRange: high-to-low range returns blocks in high to low order - CompactBlock: describe header field accurately (full header) - add blank lines for readability
nuttycom
left a comment
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.
ACK, doc-only
| rpc GetBlockNullifiers(BlockID) returns (CompactBlock) {} | ||
| // Return a list of consecutive compact blocks | ||
|
|
||
| // Return a list of consecutive compact blocks in the specified range. |
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.
| // Return a list of consecutive compact blocks in the specified range. | |
| // Return a list of consecutive compact blocks in the specified range, | |
| // which is inclusive of `range.end`. |
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 included this in https://github.com/zcash/lightwallet-protocol/pull/7/files
daira
left a comment
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.
Post-hoc ACK.