-
Notifications
You must be signed in to change notification settings - Fork 515
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
Explain that ecrecover only accepts v={27,28} #860
Conversation
Co-authored-by: Alex Beregszaszi <alex@rtfs.hu>
Co-authored-by: Andrew Ashikhmin <34320705+yperbasis@users.noreply.github.com>
@yperbasis how about adding another argument to |
Instead of another argument to |
Thanks! Probably would also move the |
note for future reference: py-evm implementation here |
* Explain that ecrecover only accepts v={27,28} * Update Paper.tex Co-authored-by: Alex Beregszaszi <alex@rtfs.hu> * Update Paper.tex Co-authored-by: Andrew Ashikhmin <34320705+yperbasis@users.noreply.github.com> Co-authored-by: Andrew Ashikhmin <34320705+yperbasis@users.noreply.github.com>
Two conditions have been implemented in clients:
v
value MUST be 0The first condition has been thoroughly tested (CALLCODEEcrecoverV_prefixedf0), the second one partially.
Client implementations: