-
-
Notifications
You must be signed in to change notification settings - Fork 149
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
See history of generated receiving on-chain addresses #1930
Comments
@myxmaster this is possible with the following LND API: https://lightning.engineering/api-docs/api/lnd/wallet-kit/list-addresses/index.html Might add this to v0.9.0 external account efforts |
I suggest to replace We could think about adding a filter in this view so users can hide addresses without balance. @kaloudis Let me know if this works for you and I will make a PR. |
I began working on this and this is what it could look like: Notice that we don't have timestamps when the addresses were created because the backend does not provide this information. The question is now, is this useful at all? If not, we would have to save created addresses in the local storage (so they would be gone if you clean the data or move to another phone). |
WIP #2242 |
This has been added in ZEUS v0.9.1 |
Describe your enhancement idea
Make possible to somehow see the history of generated on-chain addresses, e.g. in Activity panel. When I generate few on-chain receive addresses, I quickly loose awareness of them. I cannot double check which address was used for what purpose.
The text was updated successfully, but these errors were encountered: