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
Describe the bug
Users are currently able to add "x" addresses in the "Options" tab, but are unable to remove them unless they clear the cache of the wallet.
These addresses will also show up in the "Dashboard" tab, which the user is unable to hide if they want.
To Reproduce
Steps to reproduce the behavior:
Go to "Options" tab
Click on 'add x addresses'
See error
Expected behavior
The ability to remove/hide addresses at will.
Actual behavior
Missing feature.
Workaround
Clearing the cache of the wallet.
Screenshots
"Options" tab
"Dashboard" tab
Desktop (please complete the following information):
Software should prevent a creation of an account if a previous account does not have a transaction history (meaning none of its addresses have been used before).
Software needs to discover all used accounts after importing the seed from an external source. Such an algorithm is described in "Account discovery" chapter.
Syrius v0.2.1 allows multiple account creation without having transaction history and does not have account discovery. In that regard it violates the recommendation.
The Ledger Live application combines both. It uses account discovery to select unused/used accounts to add. Depending on the chain, it also allows to filter on chain specifics like Native Segwit only addresses. Once an account is added, it can be removed or added to a favorites list.
Something similar could be done for syrius. Adding accounts will open an account discovery dialog in which one could traverse the account indexes until a suiteable account is found to be added to the active accounts.
Account discovery can also be used to quickly recover any used addresses or addresses with funds when doing a clean install or after a cache reset.
Describe the bug
Users are currently able to add "x" addresses in the "Options" tab, but are unable to remove them unless they clear the cache of the wallet.
These addresses will also show up in the "Dashboard" tab, which the user is unable to hide if they want.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The ability to remove/hide addresses at will.
Actual behavior
Missing feature.
Workaround
Clearing the cache of the wallet.
Screenshots
![image](https://private-user-images.githubusercontent.com/95152864/317090371-6d8947ab-12eb-4b74-877d-c7a232c78edf.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk1MTc1NTIsIm5iZiI6MTczOTUxNzI1MiwicGF0aCI6Ii85NTE1Mjg2NC8zMTcwOTAzNzEtNmQ4OTQ3YWItMTJlYi00Yjc0LTg3N2QtYzdhMjMyYzc4ZWRmLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTQlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE0VDA3MTQxMlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTM0YjRiN2JjYzZlNDRiNDU3NjI4NTM0OWViMjEzYTdiYWIzZDU5NDBjNjE2NzY1ZGY1OWVkMzU0MWRkZmYyMDImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.v1WewZuHViSbAJ2dniW7RpPWW7sFwqpzCsDXC4Z7FEY)
"Options" tab
"Dashboard" tab
![image](https://private-user-images.githubusercontent.com/95152864/317090443-a13b4432-8f21-4092-ac0c-08e76233ff7b.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk1MTc1NTIsIm5iZiI6MTczOTUxNzI1MiwicGF0aCI6Ii85NTE1Mjg2NC8zMTcwOTA0NDMtYTEzYjQ0MzItOGYyMS00MDkyLWFjMGMtMDhlNzYyMzNmZjdiLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTQlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE0VDA3MTQxMlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWY5YzhmMTI2MWNhNGFjNDU0NzcxN2ExMzk5YzI1YWYzMDJhMzBhOGE5ZjZhMWM4YWNhNDViY2QwMzgyYmE4Y2QmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.Dn1LiAXXzkthHEq1zijHUwTWu4PNzH8Nni42RC-UGJw)
Desktop (please complete the following information):
Additional context
N/A
Bounty program
N/A
The text was updated successfully, but these errors were encountered: