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

Add CryptoApi.getCrossSigningKeyId #3360

Merged
merged 5 commits into from
May 15, 2023

Conversation

richvdh
Copy link
Member

@richvdh richvdh commented May 12, 2023

Another crypto function to stub out to get the Cypress tests running


This change is marked as an internal change (Task), so will not be included in the changelog.

@richvdh richvdh requested a review from a team as a code owner May 12, 2023 16:18
@richvdh richvdh added the T-Task Refactoring, enabling or disabling functionality, other engineering tasks label May 12, 2023
@richvdh
Copy link
Member Author

richvdh commented May 12, 2023

I'd like to request an exemption to the quality gate, because it's legacy code we want to throw away

src/crypto-api.ts Outdated Show resolved Hide resolved
src/crypto/index.ts Outdated Show resolved Hide resolved
Comment on lines 150 to 151
* @param type - The type of key to get the ID of. One of
* "master", "self_signing", or "user_signing". Defaults to "master".
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is misleading, as typescript won't let you specify these string values unless it is a const string enum, not a normal string enum.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok, updated

@richvdh richvdh merged commit 72f3c36 into develop May 15, 2023
22 of 23 checks passed
@richvdh richvdh deleted the rav/element-r/08_stub_out_cross_signing_id branch May 15, 2023 17:46
richvdh added a commit that referenced this pull request May 24, 2023
Followups to #3287 and #3360: minor clarifications to the doc-comments
richvdh added a commit that referenced this pull request May 24, 2023
Followups to #3287 and #3360: minor clarifications to the doc-comments
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T-Task Refactoring, enabling or disabling functionality, other engineering tasks
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants