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
Creating a watched address account with a multichain address goes unresponsive at the confirmation screen
Enter multichain address
Confirm page where Add watched address btn is unresponsive
⚠️ NOTE: The reason why the creation is stuck is because status-go doesn't accept multichain addresses on account creation. It returns the following error:
invalid argument 1: json: cannot unmarshal hex string without 0x prefix into Go struct field Account.address of type types.Address
Expected behaviour
The app should not accept multichain addresses on the address input (same as Desktop behaviour)
Reproduction
Open Status
Navigate to the Wallet tab
Tap on + to add new watch address
Enter a multichain address (Eg: eth:opt:arb1:0x9bf27d0c9aba562dc33bc4b60c233a6609ce2987)
Tap on Confirm to navigate to the next screen
Enter a name
Tap on Add watched address
Additional Information
Operating System: Android, iOS
The text was updated successfully, but these errors were encountered:
@ulisesmac@smohamedjavid I am thinking that maybe just ignoring the prefix would be a solution to this issue. For example, if user enters eth:opt:arb1:0x9bf27d0c9aba562dc33bc4b60c233a6609ce2987 we can send just 0x9bf27d0c9aba562dc33bc4b60c233a6609ce2987 to the status-go endpoint, and therefore prevent blocking the UI. WDYT?
Bug Report
Problem
Creating a watched address account with a multichain address goes unresponsive at the confirmation screen
Add watched address
btn is unresponsivestatus-go
doesn't accept multichain addresses on account creation. It returns the following error:Expected behaviour
The app should not accept multichain addresses on the address input (same as Desktop behaviour)
Reproduction
+
to add new watch addresseth:opt:arb1:0x9bf27d0c9aba562dc33bc4b60c233a6609ce2987
)Confirm
to navigate to the next screenAdd watched address
Additional Information
The text was updated successfully, but these errors were encountered: