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

Add multiple wallets to a single node #86

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

rustaceanrob
Copy link
Collaborator

@rustaceanrob rustaceanrob commented Dec 13, 2024

Closes #81

As requested and discussed during a past developer call, some implementations may, and likely do, use multiple Wallet in a single project. Because the light client works by using unordered scripts, multiple wallets can be supported by adding the revealed and lookahead scripts for each wallet. All that is required is that the wallets are indexed by some type, and a single node can emit blocks for multiple wallets and return indexed updates for each wallet.

@rustaceanrob rustaceanrob marked this pull request as ready for review February 23, 2025 20:45
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

Successfully merging this pull request may close these issues.

Add a one-to-many client
1 participant