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

See history of generated receiving on-chain addresses #1930

Closed
jviki opened this issue Jan 5, 2024 · 5 comments
Closed

See history of generated receiving on-chain addresses #1930

jviki opened this issue Jan 5, 2024 · 5 comments

Comments

@jviki
Copy link

jviki commented Jan 5, 2024

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.

@kaloudis
Copy link
Contributor

kaloudis commented Apr 3, 2024

@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

@myxmaster
Copy link
Contributor

I suggest to replace Coins with Addresses in the on-chain swipeable row because if we add another item we run out of space. Also I think it doesn't make much sense to hide it somewhere in the settings.

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.

@myxmaster
Copy link
Contributor

I began working on this and this is what it could look like:

grafik

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).

@kaloudis
Copy link
Contributor

WIP #2242

@kaloudis
Copy link
Contributor

This has been added in ZEUS v0.9.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants