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

Xverse does not support Schnorr signatures, causing issues with nostr relay validation #39

Open
andredevjs opened this issue Oct 12, 2023 · 0 comments

Comments

@andredevjs
Copy link

We've encountered an issue where Xverse does not support Schnorr signatures for signing messages, which are the default validation method for Nostr relays. This is causing problems when we try to produce a valid signature for a Nostr event.

Looking at the verifySignature method in nostr-tools, it seems that the issue lies in the inability to produce a valid signature that the Nostr event can accept.

Could you please provide some guidance on how we can proceed in this scenario? Any advice or potential workarounds would be greatly appreciated, if there's any, if I should go ahead and implement the code and open a PR for it

Thank you for your time and assistance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant