OpenMLS saw some significant improvements last month! We tackled several bugs and introduced two key features: a helper to streamline fork resolution (#1731) and the much-requested ability to rotate signature keys (#1735). Additionally, a big thank you to @wysiwys for contributing a new set of helpers that will make writing tests significantly easier.
We’re particularly excited about the fork resolution helper, and we’ll be diving deeper into the intricacies of this issue and its solution in a dedicated blog post coming soon.
Merged PRs March 2025
- #1735: add ability to rotate signature keys
- #1731: Add Helpers for resolving forks
- #1730: Single group test framework
- #1728: Disable
test_new_tree_error()
due to segfault - #1726: Don’t store
PublicGroup
in storage inPublicGroup::from_external()
- #1709: feat(wasm): add binding for MlsGroup.create_message()