mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-26 15:47:21 +00:00
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.go | ||
| api_test.go | ||
| auditlog.go | ||
| cliui.go | ||
| gnosis_safe.go | ||
| signed_data.go | ||
| signed_data_test.go | ||
| stdioui.go | ||
| uiapi.go | ||
| validation.go | ||
| validation_test.go | ||