You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
VerifiedKeyPackageV2 (Key Package verification for InboxId KeyPackages) are not truly verified client-side, since client has not checked for the existence of an InboxID. The way VerifiedKeyPackageV2 exists today is still useful from the standpoint of MLS Validation Service/XmtpNodeGo.
Describe the uses cases for the feature
Split VerifiedKeyPackageV2 into ParsedKeyPackage and VerifiedKeyPackage. ParsedKeyPackage would be largely similar to VerifiedKeyPackageV2 as it is today, VerifiedKeyPackage would do the actual verification checks. ParsedKeyPackage can be made into a VerifiedKeyPackage via a TryFrom Implementation.
Additional details
No response
The text was updated successfully, but these errors were encountered:
insipx
changed the title
Feature request: Rename/Split VerifiedCredentialV2 to be indicative of verification state
Rename/Split VerifiedCredentialV2 to be indicative of verification state
May 16, 2024
Is your feature request related to a problem?
Initial context: https://github.com/xmtp/libxmtp/pull/689/files#r1594773059
Describe the solution to the problem
VerifiedKeyPackageV2 (Key Package verification for InboxId KeyPackages) are not truly verified client-side, since client has not checked for the existence of an InboxID. The way VerifiedKeyPackageV2 exists today is still useful from the standpoint of MLS Validation Service/XmtpNodeGo.
Describe the uses cases for the feature
Split
VerifiedKeyPackageV2
intoParsedKeyPackage
andVerifiedKeyPackage
.ParsedKeyPackage
would be largely similar to VerifiedKeyPackageV2 as it is today, VerifiedKeyPackage would do the actual verification checks. ParsedKeyPackage can be made into a VerifiedKeyPackage via aTryFrom
Implementation.Additional details
No response
The text was updated successfully, but these errors were encountered: