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
Encoding a typed data struct should support fixed size arrays as EIP-712 specifies, Arrays are either fixed size or dynamic and denoted by Type[n] or Type[] respectively.
Actual behaviour
Encoding a typed data struct fails validation if a fixed size array is referenced
System information
Geth version:
latest (1.14.7)
Expected behaviour
Encoding a typed data struct should support fixed size arrays as EIP-712 specifies, Arrays are either fixed size or dynamic and denoted by Type[n] or Type[] respectively.
Actual behaviour
Encoding a typed data struct fails validation if a fixed size array is referenced
Steps to reproduce the behaviour
declare a
TypedData
variable:call
EncodeData
method on the variable:The text was updated successfully, but these errors were encountered: