-
Notifications
You must be signed in to change notification settings - Fork 5k
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
Add raw hash signing function (without the wrapping in Ethereum message: ...) #6955
Comments
scope: add function, doc, unit test ( with recovery ) |
@jdevcs Hey, is anyone working on this? I'd love to try this one. I plan to add one more option parameter into the
Overall, should we introduce new function pairs, such as signRaw/recoverRaw, or modify the logic of the existing sign/recover? The latter might introduce breaking changes, because the current
|
@blackmoshui thanks for your contribution, We will prefer to avoid breaking change. |
Hey @blackmoshui, just wanted to confirm that you want to implement this? Let us know if you have any questions. The main thing we want to ensure is that we want to avoid breaking changes. |
I understand that avoiding breaking changes in a client-side SDK is very important. I plan to add an optional parameter to In the initial PR, I won't add functions like What do you think? I can prepare a draft PR first. |
I prepared a PR, but after completing it I realized that we could also achieve this functionality by modifying the existing |
No description provided.
The text was updated successfully, but these errors were encountered: