-
Notifications
You must be signed in to change notification settings - Fork 156
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
Move KeyPair
to test lib
#3210
Move KeyPair
to test lib
#3210
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm very happy to be moving this to the tests, thank you! I had just one comment about deprecating KeyPair
from the API.
0c2af7e
to
9c929ba
Compare
3c8d2bf
to
8710bba
Compare
8710bba
to
77c72f4
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks great, thank you!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Awesome. I don't think anyone outside our tests uses the KeyPair
type, but just in case deprecating is not a bad idea.
40c5271
to
9cd9ef2
Compare
since it's only needed in tests, and deprecate the currently exported `KeyPair` and `KeyPairs` types
9cd9ef2
to
1dad922
Compare
Description
Closes #3186
Checklist
scripts/ormolise.sh