Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] Watched accounts input checking; Invalid account crashes webapp #779

Open
0byt opened this issue Aug 29, 2023 · 0 comments
Open

[Bug] Watched accounts input checking; Invalid account crashes webapp #779

0byt opened this issue Aug 29, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@0byt
Copy link

0byt commented Aug 29, 2023

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

stake

error

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:

stake4

@0byt 0byt added the bug Something isn't working label Aug 29, 2023
@0byt 0byt changed the title [Bug] Watched accounts input checking [Bug] Watched accounts input checking; Invalid account crashes webapp Aug 29, 2023
@alecdwm alecdwm assigned alecdwm and unassigned tien Jan 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants