Skip to content

Remove fingerprint field from QR/invite payload (Stage 2: stop sending) #314

@danmarg

Description

@danmarg

Problem

Follow-up to #313 (Stage 1). Now that receivers ignore the fingerprint field in the QR payload, senders can stop emitting it to clean up the wire format and shrink QR codes.

Change

Stage 2 (this issue): Stop populating fingerprint in the QR payload on Alice's side.

  • Remove fingerprint field from QrPayload in Types.kt
  • Remove fingerprint = fp from aliceCreateQrPayload in KeyExchange.kt
  • Remove qrFingerprint() from Fingerprint.kt (no longer used)
  • Update any tests constructing QrPayload with an explicit fingerprint

Prerequisites

Stage 1 (#313) must be deployed. Wire-break risk is zero once all receivers ignore the field.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions