-
Notifications
You must be signed in to change notification settings - Fork 274
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
fix(sdk-core): fix createTssBitGoKeyFromOvcShares method #3694
fix(sdk-core): fix createTssBitGoKeyFromOvcShares method #3694
Conversation
4f7ae7b
to
4370604
Compare
4370604
to
79e6164
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.
please submit whitespace changes separately
I thought we had a prettier set up for this?
// BitGo to Backup (OVC-2) | ||
2: t.type({ | ||
bitgoToOvcShare: OvcShare, | ||
export const BitGoToOvcJSON = t.strict( |
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.
you can create a type from this.
@@ -374,37 +374,39 @@ export class Keychains implements IKeychains { | |||
|
|||
// Create JSON data with platform shares for OVC-1 and OVC-2 | |||
const bitgoToOvcOutput = { |
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.
you can add a type to this from the codec type.
changed the method response to match with OVC expected JSON, wrapping the response in wallet: {...} and renaming the walletgpgkeys field WP-152
79e6164
to
70e3e13
Compare
changed the method response to match with OVC expected JSON, wrapping the response in wallet: {...} and renaming the walletgpgkeys field
WP-152