signTypedData: uint
and int
fields should be forbidden
#55
Labels
Milestone
uint
and int
fields should be forbidden
#55
Right now, signTypedData will accept
uint
andint
, but EIP 712 states that only integer types with their size are allowed.Trying to use these should error, telling users that
uint256
andint256
should be used instead when encountering these types.The text was updated successfully, but these errors were encountered: