Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Combine QrCodeEvent, SasEvent and VerificationEvent #3386

Merged
merged 4 commits into from
May 22, 2023

Commits on May 19, 2023

  1. Configuration menu
    Copy the full SHA
    ba16c4e View commit details
    Browse the repository at this point in the history
  2. Move ISasEvent to crypto-api, and rename

    ... and add some ✨comments✨
    richvdh committed May 19, 2023
    Configuration menu
    Copy the full SHA
    7de5c6f View commit details
    Browse the repository at this point in the history
  3. Combine QrCodeEvent, SasEvent and VerificationEvent together

    ... as a precursor to extracting a single `Verifier` interface for `SAS` and `ReciprocateQRCode`.
    
    `enum`s are slightly magical things that have both a type and a value, so we
    have to re-export their backwards-compatibility fudges twice.
    richvdh committed May 19, 2023
    Configuration menu
    Copy the full SHA
    32c7ef6 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2023

  1. Configuration menu
    Copy the full SHA
    7068fc7 View commit details
    Browse the repository at this point in the history