We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
For troubleshooting, allow a dev wallet to inject pubs (like customers, from safe report) to reproduce a third-party wallet behavior.
Although easier for other networks, mocking just the address is not good enough for bitcoin-likes
Unsure if this is a keychain module change, a forked keychain module a different one. What do you think?
Example of mocked data:
const xpubs = { bitcoin: { 0: { // account index bip44: 'xpub6BsgE...', bip84: 'xpub6CP7S...', bip86: 'xpub6CMS5p...', }, }, }
Falling back to the seed if the asset or the wallet account are not mocked
The text was updated successfully, but these errors were encountered:
@kewde will be working on a publicKeyProvider, which may be a better fit for reproducing customer issues (given we only have their public keys)
Sorry, something went wrong.
No branches or pull requests
For troubleshooting, allow a dev wallet to inject pubs (like customers, from safe report) to reproduce a third-party wallet behavior.
Although easier for other networks, mocking just the address is not good enough for bitcoin-likes
Unsure if this is a keychain module change, a forked keychain module a different one. What do you think?
Example of mocked data:
Falling back to the seed if the asset or the wallet account are not mocked
The text was updated successfully, but these errors were encountered: