You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Move tree storage from vector to map.
* Add tree slice logic
* Add a flags extension
* Add the ability for clients to join as light
* Implement LightCommit more or less along the lines in the draft
* Fix build errors after rebase
* Add the ability for a light client to upgrade to being a full client
* Add the ability to handle an AnnotatedCommit
* Add the ability to generate annotated commits
* Add an AnnotatedCommit test
* Handle GroupContextExtensions and PSKs via proposals, not annotations
* Optionally run passive client tests as a light client
* Add DS utilities library
* Use TreeFollower in light passive client tests
* Update AnnotatedCommit to work with new commit structure
* Enable light clients to process external joins
* Properly ignore sender membership proofs in the external commit case
* Revert in-Welcome sending of membership proofs
* Add a test case that shows client fast-join behavior
* Fix external commit test
* Clean up AnnotatedWelcome API
* Allow light clients to validate parent hashes
* clang-tidy
* clang-format
* Revert changes to passive client test vector processing
* Fix shadowing warnings on Windows
* clang-format
* Add missing mls_ds dependency
* Fix windows build
* Remove unneeded flags extension
* Don't replicate proposals in the AnnotatedCommit
* clang-format
0 commit comments