clara

Results 6 comments of clara

The OpenMLS provider `openmls_libcrux_crypto` ([Cargo.toml](https://github.com/openmls/openmls/blob/main/libcrux_crypto/Cargo.toml)) requires the following new releases: - (directly needed) `hpke-rs-crypto` ([Cargo.toml](https://github.com/cryspen/hpke-rs/blob/main/traits/Cargo.toml)) -> 0.3.0-alpha.1 - (directly needed) `hpke-rs-libcrux` ([Cargo.toml](https://github.com/cryspen/hpke-rs/blob/main/libcrux_provider/Cargo.toml)) -> 0.2.0-alpha.1 (needs `hpke-rs-crypto`) - (directly needed) `hpke-rs`...

For what it's worth, it's definitely a use case that has applied to me in the past. I can go ahead and make a PR to add this function if...

The current plan is to see if it is possible to edit only the `leaf_node_source` by converting an existing `StagedCommit` to a `FrankenStagedCommit` struct, then editing the `leaf_node_source` from there,...

Also related to the `ProposalStore` - currently, when a commit with the proposals [Remove(a), Add(a), and Add(a)] is created, and these Add proposals use the same key package (i.e. are...

After looking into this, adding path filters to the top level of the workflow will break the way the merge queue is currently set up, because each required workflow needs...