Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

clean up device key/cross-signature handling. #8206

Closed
wants to merge 4 commits into from

Commits on Sep 2, 2020

  1. wrap _get_e2e_device_keys_and_signatures_txn in a non-txn method

    We have three things which all call `_get_e2e_device_keys_and_signatures_txn`
    with their own `runInteraction`. Factor out the common code.
    richvdh committed Sep 2, 2020
    Configuration menu
    Copy the full SHA
    2655d1b View commit details
    Browse the repository at this point in the history
  2. fix typo

    richvdh committed Sep 2, 2020
    Configuration menu
    Copy the full SHA
    1ea500a View commit details
    Browse the repository at this point in the history
  3. Split fetching device keys and signatures into two transactions

    I think this is simpler (and moves stuff out of the db threads)
    richvdh committed Sep 2, 2020
    Configuration menu
    Copy the full SHA
    35667c6 View commit details
    Browse the repository at this point in the history
  4. Add cross-signing sigs to the keys object

    All the callers want this info in the same place, so let's reduce the
    duplication by doing it here.
    richvdh committed Sep 2, 2020
    Configuration menu
    Copy the full SHA
    69e655f View commit details
    Browse the repository at this point in the history