Skip to content
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

Add salt to the EIP-712 domain type #176

Merged
merged 1 commit into from
Aug 16, 2021
Merged

Commits on Aug 16, 2021

  1. Add salt to the EIP-712 domain type

    The type for the `domain` property of an EIP-712 typed message has been
    updated to include `salt`, which is in the EIP-712 specification [1].
    
    The tests have been updated to include this property.
    
    This is an optional property, so this is a non-breaking change.
    
    [1]: https://eips.ethereum.org/EIPS/eip-712#definition-of-encodedata
    Gudahtt committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    1abdcac View commit details
    Browse the repository at this point in the history