ea3b5095f4
When attempting to hash a typed data struct that includes a type reference with a fixed-size array, the validation process fails. According to EIP-712, arrays can be either fixed-size or dynamic, denoted by `Type[n]` or `Type[]` respectively, although it appears this currently isn't supported. This change modifies the validation logic to accommodate types containing fixed-size arrays. |
||
---|---|---|
.. | ||
apitypes | ||
testdata | ||
api_test.go | ||
api.go | ||
auditlog.go | ||
cliui.go | ||
gnosis_safe.go | ||
signed_data_test.go | ||
signed_data.go | ||
stdioui.go | ||
uiapi.go | ||
validation_test.go | ||
validation.go |