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

Explore Wallet modularization #168

Open
tnull opened this issue Sep 27, 2023 · 0 comments
Open

Explore Wallet modularization #168

tnull opened this issue Sep 27, 2023 · 0 comments
Milestone

Comments

@tnull
Copy link
Collaborator

tnull commented Sep 27, 2023

We increasingly get user requests interested to use LDK Node, but based on a custom wallet implementation rather than on the baked-in BDK.

We should therefore explore whether it's feasible to modularize Wallet and offer the BDK wallet as a default implementation.

While a Wallet trait may be tempting, it's a bit unclear how/if this could be exposed in bindings. Possibly UniFFI callback interfaces could be used, but it might put several restrictions on our design, e.g., unclear whether we can inherit from upstream traits such as WalletSource, etc.

@tnull tnull added this to the 0.4 milestone Nov 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant