-
Notifications
You must be signed in to change notification settings - Fork 1
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
Write the context proposal #28
Conversation
Make StorageId Public
The memory storage clear proposal function is working now. This required a small change to the storage API such that we know the ProposalRef type. There's also a test for the proposals in the storage crate now.
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.
I see libxmtp tests passing 👍
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.
Approving to unblock.
Just to clarify, all these changes also exist in openmls main?
Yep there is just one function that @cameronvoell added for group mutable metadata which hasn't been contributed back to openMLS main. (which was where the bug was) But now that it's working I think we can feel confident in contributing that back. |
Contributed the fix back here: openmls#1580 |
Fix up context writing.