-
Notifications
You must be signed in to change notification settings - Fork 42
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
Add support for Light MLS #436
Merged
Merged
Changes from 23 commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
787d1cf
Move tree storage from vector to map.
bifurcation 6ec8042
Add tree slice logic
bifurcation 160d162
Add a flags extension
bifurcation eee9d1b
Add the ability for clients to join as light
bifurcation c3fe4ee
Implement LightCommit more or less along the lines in the draft
bifurcation 9b3efa4
Fix build errors after rebase
bifurcation 62efc72
Add the ability for a light client to upgrade to being a full client
bifurcation bb6372b
Add the ability to handle an AnnotatedCommit
bifurcation d79877b
Add the ability to generate annotated commits
bifurcation 101a9de
Add an AnnotatedCommit test
bifurcation 53f38b6
Handle GroupContextExtensions and PSKs via proposals, not annotations
bifurcation 3ebb0df
Optionally run passive client tests as a light client
bifurcation 4e741b1
Add DS utilities library
bifurcation 37375c3
Use TreeFollower in light passive client tests
bifurcation 29095b8
Update AnnotatedCommit to work with new commit structure
bifurcation e3d678b
Enable light clients to process external joins
bifurcation 52a5829
Properly ignore sender membership proofs in the external commit case
bifurcation 41929f9
Revert in-Welcome sending of membership proofs
bifurcation f1c6169
Add a test case that shows client fast-join behavior
bifurcation 5245675
Fix external commit test
bifurcation 1d9615a
Clean up AnnotatedWelcome API
bifurcation 16cc29f
Allow light clients to validate parent hashes
bifurcation cd1f9a5
clang-tidy
bifurcation ae8c1db
clang-format
bifurcation 62c422c
Revert changes to passive client test vector processing
bifurcation a4c99d3
Fix shadowing warnings on Windows
bifurcation c1018c7
clang-format
bifurcation d114d73
Add missing mls_ds dependency
bifurcation ccd9dd0
Fix windows build
bifurcation 5059492
Remove unneeded flags extension
bifurcation 8a8af8f
Don't replicate proposals in the AnnotatedCommit
bifurcation de22676
clang-format
bifurcation File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Looking at this, we haven't updated this code since we moved to AnnotatedWelcome. I'll update and request re-review.