-
Notifications
You must be signed in to change notification settings - Fork 491
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reply channel range simplification (#737)
* Rename `complete` flag to `full_information` and provide rationale This was confusing: the flag name made implementers *think* they knew what it was for. * Insist that reply_channel_range be adjacent and ordered The current loose constraints causes confusion (and now all major implementations meet the stricter requirements anyway). You are allowed to provide more blocks than requested, but you have to be complete and in order, and each reply has to have some overlap with the requested range.
- Loading branch information
1 parent
4107c69
commit d4bafcb
Showing
1 changed file
with
25 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters