Skip to content

Comments

Wp eddsa keygen draft#38

Merged
mohammadalfaiyazbitgo merged 5 commits intoWP-eddsa-keygenfrom
WP-eddsa-keygen-draft
Jun 24, 2025
Merged

Wp eddsa keygen draft#38
mohammadalfaiyazbitgo merged 5 commits intoWP-eddsa-keygenfrom
WP-eddsa-keygen-draft

Conversation

@alextse-bg
Copy link
Contributor

No description provided.

@alextse-bg alextse-bg added the bug Something isn't working label Jun 23, 2025
@alextse-bg alextse-bg force-pushed the WP-eddsa-keygen-draft branch from 63b09a7 to b8086e0 Compare June 23, 2025 17:40
@mohammadalfaiyazbitgo mohammadalfaiyazbitgo changed the base branch from master to WP-eddsa-keygen June 23, 2025 18:48

// Decrypt the encrypted payload using encryptedDataKey to retrieve the previous state of computation
const decryptedDataKey = await kms.decryptDataKey(encryptedDataKey);
const previousState = JSON.parse(
Copy link
Contributor

Choose a reason for hiding this comment

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

type this to KeyShare

bitgoGpgKey: t.string,
userGpgKey: t.union([t.undefined, t.string]),
bitgoGpgPub: t.string,
counterPartyGpgPub: t.string, // TODO: this should be optional, but I cannot make this optional
Copy link
Contributor

Choose a reason for hiding this comment

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

t.union([t.undefined, t.string]).

Copy link
Contributor Author

Choose a reason for hiding this comment

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

addressed

export type MpcFinalizeRequestType = t.TypeOf<typeof MpcFinalizeRequestType>;

const MpcFinalizeResponse = {
combinedKey: t.any,
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
combinedKey: t.any,
combinedKey: t.any,

remove this, this is being stored on kms.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

addressed

@alextse-bg alextse-bg force-pushed the WP-eddsa-keygen-draft branch 3 times, most recently from e1dbe19 to 7808283 Compare June 23, 2025 21:25
@mohammadalfaiyazbitgo mohammadalfaiyazbitgo marked this pull request as ready for review June 24, 2025 19:24
@mohammadalfaiyazbitgo mohammadalfaiyazbitgo merged commit e1d7324 into WP-eddsa-keygen Jun 24, 2025
2 of 3 checks passed
@mohammadalfaiyazbitgo mohammadalfaiyazbitgo deleted the WP-eddsa-keygen-draft branch June 24, 2025 19:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants