Skip to content
This repository was archived by the owner on Jan 22, 2025. It is now read-only.

refactor(experimental): a function that tells you whether a CryptoKey belongs to the polyfill or not #1396

Merged
merged 1 commit into from
Jul 20, 2023

Conversation

steveluscher
Copy link
Contributor

@steveluscher steveluscher commented Jul 13, 2023

…y` belongs to the polyfill or not

## Summary

Only keys produced with the polyfill's `generateKey` method are usable with its other methods. Having been produced with the polyfill keygen is the same as ‘being present in the key store,’ hence this simple test.

## Test Plan


```
cd packages/webcrypto-ed25519-polyfill
pnpm test:unit:browser
pnpm test:unit:node
```
Copy link
Contributor

@buffalojoec buffalojoec left a comment

Choose a reason for hiding this comment

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

lgtm, is CI expecting a certain commit msg with semver?

@steveluscher
Copy link
Contributor Author

is CI expecting a certain commit msg with semver?

We're using Semantic Release, it has opinions about how commit messages should be written, I hate it, and we'll probably replace it with Changesets by Breakpoint.

@steveluscher
Copy link
Contributor Author

steveluscher commented Jul 18, 2023

In this case it's probably complaining that my commit message is too long, to which I say

giphy

@github-actions
Copy link
Contributor

🎉 This PR is included in version 1.78.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

@github-actions
Copy link
Contributor

Because there has been no activity on this PR for 14 days since it was merged, it has been automatically locked. Please open a new issue if it requires a follow up.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 15, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants