Skip to content
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

Fix resolution example #718

Merged
merged 3 commits into from Jun 8, 2022
Merged

Fix resolution example #718

merged 3 commits into from Jun 8, 2022

Conversation

bifurcation
Copy link
Collaborator

The current resolution example tree can't be created by the protocol. If C were not blank, then D would not populate Z in its filtered direct path. (Note that this implies that there are never unmerged leaves at the first level of the tree.) This PR expands the example tree so that it can have unmerged leaves while still having a blank top node. This makes the example a little more complicated (you have to follow the recursion down two levels), but it doesn't seem too bad.

@bifurcation
Copy link
Collaborator Author

cc @mulmarta

draft-ietf-mls-protocol.md Outdated Show resolved Hide resolved
@mulmarta
Copy link
Contributor

mulmarta commented Jun 3, 2022

Good catch! It's kind of subtle in this case.

bifurcation and others added 2 commits June 3, 2022 15:25
Co-authored-by: mulmarta <103590845+mulmarta@users.noreply.github.com>
@bifurcation
Copy link
Collaborator Author

@mulmarta - I think I have this patched up, would appreciate a quick re-review.

Copy link
Contributor

@rohan-wire rohan-wire left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I walked through the example tree on a whiteboard with different colored markers and it looks correct to me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants