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
Watched Accounts: By using hex address format and typing in something like 0x01 the webapp will recognize those small hex strings as valid addresses and allows them to be added as watched accounts.
after adding those actually invalid addresses the portfolio tab freaks out due to parsing invalid addresses to fetch for staking information.
Expected behavior: Need to check for valid address before adding
Furthermore this blocks the whole staking feature to disallow for staking fresh funds. Not only for the invalid accounts as they are only added as watched accounts but for all accounts in general. Thats the error I get:
From Fritz:
The text was updated successfully, but these errors were encountered:
Watched Accounts: By using hex address format and typing in something like 0x01 the webapp will recognize those small hex strings as valid addresses and allows them to be added as watched accounts.
after adding those actually invalid addresses the portfolio tab freaks out due to parsing invalid addresses to fetch for staking information.
Expected behavior: Need to check for valid address before adding
Furthermore this blocks the whole staking feature to disallow for staking fresh funds. Not only for the invalid accounts as they are only added as watched accounts but for all accounts in general. Thats the error I get:
From Fritz:
The text was updated successfully, but these errors were encountered: