-
Notifications
You must be signed in to change notification settings - Fork 45
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
feat(descriptor): add bip-86 template #388
Conversation
ba8216a
to
1f1902e
Compare
Looks good! we should make a local swift package with this branch and try it out in your example ios wallet. |
Can do! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested. Looks good! Would you mind adding to the tests that start on line 266? Just for completeness since the other 3 templates are tested/showcased there.
I also think we can remove the comment on line 304; the templates are now showing correct coin types on testnet.
Otherwise ready to go IMO.
Just created a local swift package off of this branch and tried it out in the iOS wallet creating and using a bip-86 wallet, and it worked great. |
Definitely! The code is updated now, and tests pass ✅.
Note |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested ACK c3e8469.
@reez do you mind rebasing this on master? I'll merge right away. Sorry this took so long to review/get in. |
Description
This PR adds the descriptor template for bip-86.
Links
Merged
bdk
Pull Request adding BIP-86 templateDocs for BIP-86 template
Notes to the reviewers
Changelog notice
Checklists
All Submissions:
cargo fmt
andcargo clippy
before committingNew Features:
Bugfixes: