-
Notifications
You must be signed in to change notification settings - Fork 65
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
Allow signing messages on liquid #203
base: master
Are you sure you want to change the base?
Conversation
Signed-off-by: Julian Strobl <[email protected]>
Maybe related to #23 |
After my patch:
|
With Jade too:
|
Hello @LeoComandini Would you be so kind to review this and maybe even release this as 0.70.1? That would really help out our project. |
Hi @jmastr, Your MR works however it has a couple of issues. How do you verify the signed message? In your PR the message is prefixed with Also should Anyway I'll try to get this forward, |
Hi @LeoComandini Thanks for coming back to me that quickly. I try to answer your remarks one by one.
For my use case I need the compatibility to Elements Core, so this is intentional, although questionable. I agree.
I am no expert on address types. With green-cli I use e.g.
Again I need the compatibility to Elements Core, but I don't know what they do internally. |
My use case is to map some arbitrary data to a user's private/public key. I can outline the verification process, but it is rather cumbersome. Another idea that comes to mind is to use |
@jmastr raised ElementsProject/elements#1319 to try to get the discussion going |
I can sign a message on Bitcoin:
But doing the same thing on liquid yields to an error: