go-ethereum/signer
markus ea3b5095f4
signer/core/apitypes: support fixed size arrays for EIP-712 typed data (#30175)
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.
2024-08-28 14:12:09 +02:00
..
core signer/core/apitypes: support fixed size arrays for EIP-712 typed data (#30175) 2024-08-28 14:12:09 +02:00
fourbyte all: use big.Sign to compare with zero (#29490) 2024-04-09 12:14:30 +02:00
rules signer: run tests in parallel (#28536) 2023-11-20 08:20:59 +01:00
storage log: use native log/slog instead of golang/exp (#29302) 2024-03-22 13:17:59 +01:00