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
{{ message }}
This repository has been archived by the owner on Jul 9, 2021. It is now read-only.
When signing an order using ecSignOrderHashAsync the signer address is normalized, however when attempting to recover the signer using isValidSignatureAsync the address is not normalized.
This can lead to invalid address recovery, it would be great if addresses were normalized in isValidSignatureAsync too.
The text was updated successfully, but these errors were encountered:
When signing an order using
ecSignOrderHashAsync
the signer address is normalized, however when attempting to recover the signer usingisValidSignatureAsync
the address is not normalized.This can lead to invalid address recovery, it would be great if addresses were normalized in
isValidSignatureAsync
too.The text was updated successfully, but these errors were encountered: