You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Valid ecdsa signatures signed using eip-191 and JS libraries is not getting verified correctly. The issue seems to be related to how the message hash is getting calculated.
Relevant log output
No response
The text was updated successfully, but these errors were encountered:
# Goal
The goal of this PR is to make sure the hash calculation for eip-191 is
compatible with JS libraries.
Closes#2247
# Discussion
- Changed eip-191 message hash calculation to match js implementation in
popular Ethereum libraries
# Checklist
- [X] Unit Tests added?
- [X] Spec version incremented?
What happened?
Valid
ecdsa
signatures signed using eip-191 and JS libraries is not getting verified correctly. The issue seems to be related to how the message hash is getting calculated.Relevant log output
No response
The text was updated successfully, but these errors were encountered: