Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Unit tests have been added for `TypedDataUtils.eip712Hash`. These tests don't exhaustively check all possible inputs because there are a lot, and they're just passed along to `hashStruct`. So the `hashStruct` tests should catch any input-specific changes. Outside of behaviour internal to `hashStruct`, all of the behaviour should be covered by these tests. Any calls to `eip712Hash` in the older signature tests have been removed, as they are now redundant.
- Loading branch information