-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix unused proposals when receiving commit
Unused proposals were previously made of the proposals in the received commit that would cause the commit to be invalid and thus were excluded. But given that invalid proposals when receiving a commit cause the entire commit to be rejected, it means that unused proposals were always empty when receiving a commit. Unused proposals are now made of the proposals in the receiver's cache that are not in the received commit.
- Loading branch information
1 parent
63b454c
commit 8d5b9e3
Showing
2 changed files
with
72 additions
and
22 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
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