Conversation
🦋 Changeset detectedLatest commit: 4738fe3 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Born-dedicated acceptors (installed, classical-converged) and acceptors still holding a parked return welcome were refused by migration_export, which left most card sessions unmigratable. Admit them: the recv-PQ leaf nothing in Rust catches up exports as pq_leaf_custody, stalled PQ rounds carry across, and group suites are validated before any crypto. Binding contract 36. Co-Authored-By: Claude Opus 5.5 <noreply@anthropic.com>
An ill-timed side-band re-send surfaces as misroutedFrame, and it is normal traffic: the peer re-sends until answered, so dropping it is lossless. This changes app-side handling and analytics buckets. Co-Authored-By: Claude Opus 5.5 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 5.5 <noreply@anthropic.com>
germ-mark
force-pushed
the
llm/born-dedicated-migration-export
branch
from
September 23, 2026 08:06
b0f9b0d to
f02515b
Compare
The migration export no longer refuses unsettled state. It carries per-group signing keys (with reservations for groups not yet created), rotation candidates, a bounded own-offer window with detached leaf secrets, and deployed-engine flags, and errors only on corrupt data. Pins mls-rs germ-integration for the pending-update exports. Co-Authored-By: Claude Opus 5.5 <noreply@anthropic.com>
SessionMigrator.mint returns the session archive and, when present, the minted own-offer window. Pins twomlspq-swift main until the release that ships these inputs. Co-Authored-By: Claude Opus 5.5 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 5.5 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 5.5 <noreply@anthropic.com>
A.3 founding now mints its own fresh key, so native requires the unfounded send-PQ to carry no reservation. Repins twomlspq-swift to 902fead. Co-Authored-By: Claude Opus 5.5 <noreply@anthropic.com>
germ-mark
marked this pull request as draft
September 24, 2026 20:48
This branch has not been deployed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
After the cutover nothing drives a Rust session, so a migration export that refuses a session loses it. This PR makes
migration_exporttotal. Every reachable deployed state exports, the native engine can mint it, and only corrupt data fails (ArchiveInvalid).BINDING_CONTRACT_VERSIONbumps 35 → 36.SessionMigrator.mintreturns the archive plus the optional window.mintArchiveis removed..misroutedFramenow has disposition.discardFrame, which shifts app handling and analytics;Dependencies
germ-integration1ce5ae3, which adds the pending-signer, own-proposal and pending-placement exports (Export pending-update signers and own proposals for swift migration mls-rs#14).Tests
cargo test -p two-mls-pq --features cryptokitpasses 370, also withcryptokit,awslc. A seeded totality walk exports both sides at every step across the card, anchor, late-A.3 and born-dedicated modes, including mid-prepare.Note, not introduced here: the "MSRV (1.85)" CI job builds with stable, because
rust/rust-toolchain.tomloverrides it. The real minimum is at least 1.88, sincemls-rs-codec-deriveneedsdarling 0.23.🤖 Generated with Claude Code