This repository was archived by the owner on Jun 24, 2022. It is now read-only.
This repository was archived by the owner on Jun 24, 2022. It is now read-only.
eth_signTypedData_v4
not supported #563
Closed
Description
Describe the bug
Error signing the transaction
Details
eth_signTypedData_v4
not supported.
Additional context
This comes from the feedback button, but no email was left to get more context on how to reproduce.
The message the user gets is:
the method eth_signTypedData_v4 does not exist/is not available
There's 6 methods created for historic reasons, maybe we can fallback to v3, and eth_sign as last resources?
- eth_sign
- personal_sign
- signTypedData (currently identical to signTypedData_v1)
- signTypedData_v1
- signTypedData_v3
- signTypedData_v4
It would be great to get to reproduce this.
I bet is a webview within an app, probably imToken if I have to bet on one (seeing the user is from Singapore)
@nlordell WDYT?