Updated the EIP-712 filtering signature specs; Update the verification implementation to now handle field path intead of only the field key name

This commit is contained in:
Alexandre Paillier
2022-07-01 18:23:35 +02:00
parent 4574c223f2
commit 01179730a1
5 changed files with 71 additions and 71 deletions

View File

@@ -812,7 +812,7 @@ Perfect moment to do it is when the domain implementation has been sent, just be
The signature is computed on :
chain ID (BE) || contract address || schema hash || display name length || display name
chain ID (BE) || contract address || schema hash || display name
##### Field name substitution
@@ -821,7 +821,7 @@ Name substitution commands should come before the corresponding *SEND STRUCT IMP
The signature is computed on :
chain ID (BE) || contract address || schema hash || json key length || json key || display name length || display name
chain ID (BE) || contract address || schema hash || field path || display name
#### Coding