Open
Description
V2 endpoints use the EIP712 signTypedData
for registering the notifications.
For reference:
- Refactor delegate endpoint signatures to use EIP712 safe-transaction-service#1989
- Migrate to
v2
delegate endpoints safe-client-gateway#1461
The scope of changes includes:
- changing the signing with on-device keys (imported or generated keys)
- implementing new signing request & low-level device communication with ledger devices
- sending the typed data request via wallet connect for signing (signTypedData_v4)
- using keystone's "typed data" request message
- updating the endpoints to the version 2 (getting, updating, deleting delegates)
Activity