-
Notifications
You must be signed in to change notification settings - Fork 14
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
feat: add recover option to sdk #8
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
there are some very annoying changes in the latest typescrypt version that make Uint8Array and ArrayBuffer not type-compatible, so it looks like type-checking is failing |
3a9aba0
to
08fb5ae
Compare
08fb5ae
to
827a200
Compare
* @param arr2 - The second pubkeys array. | ||
* @returns The only common pubkey in both arrays. | ||
*/ | ||
export function findUniquePublicKey(arr1: PublicKey[], arr2: PublicKey[]): PublicKey { |
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.
findCommonPublicKey
?
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.
this is also not being exported from the sdk
Description
review context: MystenLabs/sui#20722
Test plan
How did you test the new or updated feature?