Replies: 2 comments 3 replies
-
Hi @iamonuwa. Thanks for sharing your issue with details. Let me share this information with our engineer team and get back to you. |
Beta Was this translation helpful? Give feedback.
2 replies
-
Hi @iamonuwa what wallet were you using ? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description
When using AppKit's Bitcoin message signing functionality, the signature verification is failing with various errors including:
Despite attempts to normalize the signature format, the verification process consistently fails.
Current Implementation
We've attempted to normalize the signature by:
Steps to Reproduce
provider.signMessage()
Current Workarounds Attempted
Expected Behavior
The signature should be returned in a format compatible with Bitcoin message verification:
Actual Behavior
The signature returned by AppKit's Bitcoin provider is not in a format that can be properly verified, leading to cryptographic verification failures.
Questions
Environment
Additional Context
This is blocking the implementation of Bitcoin signature verification in our application. Any guidance on the correct way to handle Bitcoin message signatures with AppKit would be greatly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions