You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 13, 2022. It is now read-only.
Because EIP712 is not standardized yet, a solution is to put the signature-related logic in a contract-library. The contract-library address is modifiable by the uRaiden contract owner.
The text was updated successfully, but these errors were encountered:
We need to add a second method for calculating the message hash
verifyBalanceProofPrepend
The second method is not yet implemented ethereum/EIPs#712 (comment)
Example code: https://github.com/0xProject/EIPs/blob/01dfc0f9a4122d8ad8817c503447cab8efa8a6c4/EIPS/eip-signTypedData.md#pseudocode-examples
Because EIP712 is not standardized yet, a solution is to put the signature-related logic in a contract-library. The contract-library address is modifiable by the uRaiden contract owner.
The text was updated successfully, but these errors were encountered: