Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upCross-signing [4/4] -- federation edition #5727
Merged
Conversation
This comment has been minimized.
This comment has been minimized.
going to await #4970 before reviewing this one |
@@ -248,6 +248,73 @@ def _count_e2e_one_time_keys(txn): | |||
|
|||
return self.runInteraction("count_e2e_one_time_keys", _count_e2e_one_time_keys) | |||
|
|||
def _get_e2e_cross_signing_key_txn(self, txn, user_id, key_type, from_user_id=None): |
This comment has been minimized.
This comment has been minimized.
uhoreg
Oct 25, 2019
Author
Member
This is just moving these functions from EndToEndKeyStore
to EndToEndKeyWorkerStore
so that it works with workers.
This comment has been minimized.
This comment has been minimized.
This should be ready for review now. The sytest failure is due to #6254 |
This comment has been minimized.
This comment has been minimized.
Ready for re-review. Again, the sytest failure is due to #6254. |
|
53d7680
into
develop
20 checks passed
20 checks passed
buildkite/synapse/synapse-port-db-slash-python-3-dot-5-slash-postgres-9-dot-5
Passed (2 minutes, 36 seconds)
Details
buildkite/synapse/synapse-port-db-slash-python-3-dot-7-slash-postgres-11
Passed (2 minutes, 45 seconds)
Details
buildkite/synapse/sytest-python-3-dot-5-slash-postgres-9-dot-6-slash-monolith
Passed (14 minutes, 7 seconds)
Details
buildkite/synapse/sytest-python-3-dot-5-slash-postgres-9-dot-6-slash-workers
Passed (13 minutes, 23 seconds)
Details
buildkite/synapse/sytest-python-3-dot-5-slash-sqlite-slash-monolith
Passed (12 minutes, 48 seconds)
Details
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.
uhoreg commentedJul 19, 2019
•
edited by richvdh
Implements the federation bits of cross-signing.
ref: MSC1756