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
Is sig utils deprecated, but why both produce different result of signatures? I was confusing on why these both producing different signature, does it possible both lib produce same signature?
or there is some bug over here? because when i using solidity ECDSA.recover i able to recover address from ether js's signature but not sig utils' generated signature
The text was updated successfully, but these errors were encountered:
Metamask sig utils SignTypedDataVersion.V4, (tested with SignTypedDataVersion.V3 same)
Metamask sig utils generated signature 0x93f39c57d7f8de7b033367cb5fa7bb68c6a339b0626c73febc57fdce5a779a8472b365951470ade9857e8bd26a3020e9088c110c931abd188034cbdd1e79f8191c
ether js signTypedData
Ether js _signTypedData 0x9655d8635d4826a1c44185acb34f7c86b286e90e70bd260626c8dd112ae8f5f348f75ce387544c1734971f6ae51ad855e98a49c7e56c3a636a90f714378aca0d1c
Is sig utils deprecated, but why both produce different result of signatures? I was confusing on why these both producing different signature, does it possible both lib produce same signature?
or there is some bug over here? because when i using solidity ECDSA.recover i able to recover address from ether js's signature but not sig utils' generated signature
The text was updated successfully, but these errors were encountered: