chore(deps): bump de-mls to the join-time fork fix

A GroupV2 group forks on the first member added after a voted steward election: the joiner missed the election, keeps serving the steward list from before it, and rejects the elected steward's next commit, so the group splits into branches that never converge again.

vacp2p/de-mls#147 closes that. The epoch steward re-shares the elected list once an election ends, a member left without a usable list asks for one, and a consensus session is freed as soon as its outcome is recorded.
This commit is contained in:
Ekaterina Broslavskaia
2026-08-21 08:43:59 +02:00
committed by osmaczko
parent 74265e6ed7
commit 91f0581ad5
2 changed files with 2 additions and 2 deletions
Generated
+1 -1
View File
@@ -1903,7 +1903,7 @@ dependencies = [
[[package]]
name = "de-mls"
version = "4.0.0"
source = "git+https://github.com/vacp2p/de-mls?rev=5cfce1b97305363466c0e68668fcd85cad4b8996#5cfce1b97305363466c0e68668fcd85cad4b8996"
source = "git+https://github.com/vacp2p/de-mls?rev=2eef52fc134c934d4384c665eccc96112893e5b5#2eef52fc134c934d4384c665eccc96112893e5b5"
dependencies = [
"hashgraph-like-consensus",
"indexmap 2.14.0",
+1 -1
View File
@@ -19,7 +19,7 @@ storage = { workspace = true }
alloy = "2.0"
base64 = "0.22"
chat-proto = { workspace = true }
de-mls = { git = "https://github.com/vacp2p/de-mls", rev = "5cfce1b97305363466c0e68668fcd85cad4b8996" }
de-mls = { git = "https://github.com/vacp2p/de-mls", rev = "2eef52fc134c934d4384c665eccc96112893e5b5" }
double-ratchets = { path = "../double-ratchets" }
hashgraph-like-consensus = "0.6.0"
hex = "0.4.3"