Closed vikmeup closed 3 years ago
@conor10 can you guide?
To add to the request, I did this manually here: https://github.com/ice09/onboarding-eip712/blob/master/src/main/java/de/ice09/safesigs/services/SignatureService.java
In general, this should be quite easy to do, as for encode
and encodePacked
the rules are similar: https://medium.com/@libertylocked/what-are-abi-encoding-functions-in-solidity-0-4-24-c1a90b5ddce8
Of course, convenience methods for ecrecover
y of EIP-712 signed data would be huge plus for web3j.
There're a few PRs and evolving codebase here FWIW.
Would definitely be great to see that landing in web3j
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
web3 is still missing eip-712 support. Can only be supported by external provider (e.g. metamask, portis), which is a shame..
Any news about eip-712 support?
This should be definitely be included...
Any news here? Thanks!
Do you guys plan to support for https://github.com/ethereum/EIPs/pull/712?
What's the easiest way to implement this?