Ganache-cli: Add support for eth_signTypedData

Created on 27 Apr 2018  路  6Comments  路  Source: trufflesuite/ganache-cli

Expected Behavior

Support for eth_signTypedData from this EIP.

Current Behavior

Error message: Error: Method eth_signTypedData not supported.

Most helpful comment

PR merged and will be released shortly - huge thanks to @rmeissner for saving us the hassle of implementing it ourselves! :heart:

All 6 comments

+1

Yea

Any update on this?

Copying my comment here from the PR:

I'm a little hesitant about this change, primarily because EIP-712 is still listed as draft status, and I can't find where either geth or Parity support it yet. I see that MetaMask has added support, however - so maybe that's good enough since most web apps will be interacting with the client via them or some other wallet middleware...

OK, I'm walking back that comment a bit - I _really_ like the interaction this helps to support and I'd rather help move things forward by adding preliminary support for the RPC call.

PR merged and will be released shortly - huge thanks to @rmeissner for saving us the hassle of implementing it ourselves! :heart:

Was this page helpful?
0 / 5 - 0 ratings