status-go/services/typeddata
Stefan dc62171219 fix(dapps)_: don't require chain ID for signing typed data v4
The reused implementation from signing typed data V1 was used
in case of signing typed data V4. This implementation required
chain ID to be present in the typed data. This change fixes
the issue by making chainID optional for signing typed data V4.
2024-07-19 09:00:01 +02:00
..
eip712example
hash.go
hash_test.go
metamask_test.go
sign.go
sign_test.go fix(dapps)_: don't require chain ID for signing typed data v4 2024-07-19 09:00:01 +02:00
types.go fix(dapps)_: don't require chain ID for signing typed data v4 2024-07-19 09:00:01 +02:00
types_test.go