-
Notifications
You must be signed in to change notification settings - Fork 20.4k
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
RPC: eth.sign should return the ethereum canonical version of the signature #2053
Comments
Will this be included with the 1.4.0 milestone? |
👍 plz 👍 |
Can we get this discrepancy fixed in the future (soon-ish)? Many tools actually support both [0, 1] and [27, 28] so the impact should be limited. The longer this "fix" waits, the bigger the impact will be. |
The next chance to fix it is #2940 |
Please leave any suggestions for improving eth_sign there. |
this was fixed? |
What's the update on this? |
I think you can close this now, it's been resolved. |
yeah it's been resolved but we still have |
Ethereum defines the
V
param asV + 27
(Py relic)The text was updated successfully, but these errors were encountered: