You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some metrics triggers for the eth_signTransaction method:
an eth_signTransaction request is received -> metric triggers correctly upon receiving the request
an eth_signTransaction request is accepted -> since the Status desktop app does not support accepting this type of transaction, it is automatically rejected when tried to accept it.
an eth_signTransaction request is rejected -> metric triggers correctly upon rejecting
Acceptance Criteria
This AC cannot be triggered because the Status app will always reject these transactions.
Given a sign/transaction request is accepted
Then a new dapps-sign event is sent and the following properties are filled
flow=sign_accepted
connector - wallet_connect or browser_connect
method - signing method: eth_signTransaction
chainId - chain id
dapp - dapp URL
When trying to accept this, the metric that triggers is the reject one, which is correct.
Given a sign/transaction request is rejected
Then a new dapps-sign event is sent and the following properties are filled
flow=sign_rejected
connector - wallet_connect or browser_connect
method - signing method eth_signTransaction
chainId - chain id
dapp - dapp URL
It's rejected when trying to sign the request using the eth_signTransaction method, and an error message is displayed. We should find a better way to handle the error, specifying the method and the dApp used. It would be nice to have a better error message since right now, we see the following:
Description
The eth_signTransaction is not supported by the Status App.
Metrics
Related to #16912
Some metrics triggers for the eth_signTransaction method:
Acceptance Criteria
This AC cannot be triggered because the Status app will always reject these transactions.
When trying to accept this, the metric that triggers is the reject one, which is correct.
You can test at https://se-sdk-dapp.vercel.app/
It's rejected when trying to sign the request using the eth_signTransaction method, and an error message is displayed. We should find a better way to handle the error, specifying the method and the dApp used. It would be nice to have a better error message since right now, we see the following:
https://eu.mixpanel.com/project/3350627/view/3857659/app/events#kG8M2voqqmE4
The text was updated successfully, but these errors were encountered: