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

Support for multiple SLIP-0021 paths not available #289

Open
miketlk opened this issue Nov 12, 2024 · 0 comments
Open

Support for multiple SLIP-0021 paths not available #289

miketlk opened this issue Nov 12, 2024 · 0 comments

Comments

@miketlk
Copy link

miketlk commented Nov 12, 2024

Description

The application requires the ability to specify more than one SLIP-0021 path for proper functionality, but the current app database only supports a single path.

For example, the new Liquid Network application needs two SLIP-0021 paths:

  • "LEDGER-Wallet policy": Used to register non-standard wallets, aligning with the mechanism of the Bitcoin app.
  • "SLIP-0077": Required to derive the master blinding key from the seed.

Currently, the "path_slip21" field only accepts a single path, which limits the application's functionality and compatibility with existing wallet policies and blinding key derivation requirements.

Proposed Solution

Allow the "path_slip21" field to support multiple paths as a string array or in some other form, enabling applications to define distinct paths for different purposes.

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