Skip to content
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): fix xverse returning compressed pubkey instead of xOnly #182

Merged
merged 1 commit into from
May 15, 2024

Conversation

kevzzsk
Copy link
Contributor

@kevzzsk kevzzsk commented May 15, 2024

What this PR does / why we need it:

Xverse normally returns X-only pubkey which is 32 bytes long without 02 or 03 tie-breaker. But when connected with ledger, Xverse returns compressed pubkey with 02 or 03 which makes it 33 bytes long.

Which issue(s) does this PR fixes?:

Fixes #

Additional comments?:

@kevzzsk kevzzsk self-assigned this May 15, 2024
Copy link

vercel bot commented May 15, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
ordit-sdk ✅ Ready (Inspect) Visit Preview May 15, 2024 9:22am

@github-actions github-actions bot added the kind/fix Fix a bug label May 15, 2024
@Nanosync Nanosync merged commit 36aed16 into main May 15, 2024
8 checks passed
@Nanosync Nanosync deleted the kevin/fix-xonly-pubkey branch May 15, 2024 10:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/fix Fix a bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants