mirror of
https://github.com/status-im/status-go.git
synced 2025-01-10 06:36:32 +00:00
c5dede93b0
This commit bundles the personal sign and the signTypedData_V4 sign request in the same command. The only difference between these two requests is the order of address and challenge in the params array. What has changed: 1. PersonalSign.. has been renamed to Sign 2. `getPersonalSignParams` renamed to `getSignParams` and implements the parsing for both personal sign and signTypedData_V4