status-go/services/connector/commands
Alex Jbanca c5dede93b0 feat(browser connect)_: Implementing signTypedData_V4
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
2024-11-22 10:35:23 +01:00
..
accounts.go fix_: browser connect - send transaction command 2024-09-20 15:16:17 +02:00
accounts_test.go test_: improvements for browser connect tests 2024-09-20 15:16:17 +02:00
chain_id.go fix_: browser connect - send transaction command 2024-09-20 15:16:17 +02:00
chain_id_test.go test_: improvements for browser connect tests 2024-09-20 15:16:17 +02:00
client_handler.go feat(browser connect)_: Implementing signTypedData_V4 2024-11-22 10:35:23 +01:00
client_handler_test.go fix(BrowserConnect)_: Send client event when the dApp permissions have been revoked 2024-11-20 15:36:04 +01:00
request_accounts.go fix(BC)_:Add account and chainID to the `permissionGranted` event 2024-11-20 15:36:04 +01:00
request_accounts_test.go test_: improvements for browser connect tests 2024-09-20 15:16:17 +02:00
request_permissions.go fix_: browser connect - send transaction command 2024-09-20 15:16:17 +02:00
request_permissions_test.go test_: improvements for browser connect tests 2024-09-20 15:16:17 +02:00
revoke_permissions.go fix_: browser connect - send transaction command 2024-09-20 15:16:17 +02:00
revoke_permissions_test.go test_: improvements for browser connect tests 2024-09-20 15:16:17 +02:00
rpc_traits.go feat(browser connect)_: Implementing signTypedData_V4 2024-11-22 10:35:23 +01:00
send_transaction.go fix_: browser connect - send transaction command 2024-09-20 15:16:17 +02:00
send_transaction_test.go test_: improvements for browser connect tests 2024-09-20 15:16:17 +02:00
sign.go feat(browser connect)_: Implementing signTypedData_V4 2024-11-22 10:35:23 +01:00
sign_test.go feat(browser connect)_: Implementing signTypedData_V4 2024-11-22 10:35:23 +01:00
switch_ethereum_chain.go fix_: browser connect - send transaction command 2024-09-20 15:16:17 +02:00
switch_ethereum_chain_test.go test_: improvements for browser connect tests 2024-09-20 15:16:17 +02:00
test_helpers.go feat(browser connect)_: Implementing signTypedData_V4 2024-11-22 10:35:23 +01:00