-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
EIP-712 for java should work well without domain's "chainId" to support 0xProtocol #1063
Labels
enhancement
a feature request
Comments
avaness
added a commit
to avaness/web3j
that referenced
this issue
Oct 3, 2019
antonydenyer
pushed a commit
to avaness/web3j
that referenced
this issue
Oct 14, 2019
iikirilov
pushed a commit
that referenced
this issue
Oct 28, 2019
…sues #1054, #1063) (#1055) * fix (#1054) * formatting fix * bugfix for "bytes" type, value should be sha3(Numeric.hexStringToByteArray((String)value)) instead of Numeric.hexStringToByteArray((String) value) * formatting fix * fixing #1063 - no more explicit needs of chainId * restarting travis ci * restarting travis ci * restarting travis ci * formatting fix
@iikirilov do we close this issue according to #1055? it's also covered by the pull request |
@avaness yes - thank you for the contribution! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Feature description_
0xProtocol domain schema doesn't contain chainId at all for now. 0xProject/0x-protocol-specification#11
Current web3j implementation throws exception on missed chainId.
here's 0xProtocol control sample
with following expected control hash
We can add support of missed chainId to EIP712 implementation
The text was updated successfully, but these errors were encountered: