Add support for eth_signTypedData_v4#607
Conversation
|
@dmihal do you know of nodes that have implemented |
|
@davidmurdoch Looks like Geth has eth_signTypedData, but not eth_signTypedData_v4 However, metamask includes eth_signTypedData_v4 |
|
Hey @dmihal sorry to drop the ball on this. Do you know if the situation around this method has changed at all? Does geth support it yet (e.g.)? Regardless, for this PR, it might make sense to target Also it might be worth noting that it's been a long time since August of last year; this v4 method might already exist but without the Thanks! |
|
Any updates on getting this into the build? |
Add's support for the
eth_signTypedData_v4RPC method. Also supports signing typed data where the payload is a string (which is how many nodes expect it).