Conversation
444929f to
a5b945f
Compare
| @Test | ||
| fun createExtendedWPKHDescriptors() { | ||
| Descriptor("wpkh($TEST_EXTENDED_PRIVKEY/$BIP84_TEST_RECEIVE_PATH/*)", NetworkKind.TEST) | ||
| val dec = Descriptor("wpkh($TEST_EXTENDED_PRIVKEY/$BIP84_TEST_RECEIVE_PATH/*)", NetworkKind.TEST) |
There was a problem hiding this comment.
This file should be removed.
b9ef430 to
29cd018
Compare
|
Just did a rebase on this one and I see errors. Because I am changing the structure of keymap in this PR any other PR that makes use of keymap will cause this PR to fail after rebase. I will fix this and alert you when its done. But we might want to consider reviewing this and merging this soon, to reduce the number of iterations. Or I fix it when we are almost ready for it. |
yeah feel free to just ping me here when it gets un-drafted so I can try to review it |
29cd018 to
841c17d
Compare
|
Shaping up nice, a couple questions: |
Yes, I agree. Theres nothing else users are using the wrapper for. I will update to reflect this.
No, that was not intended. At the very least error should be return if error (I guess I got too excited once i saw sign worked 😂). But I did intentionally discard the rust-bitcoins result. Just like keymapwrapper, do our users have use for SigningKeysMap (rust-bitcoin’s signing result) I was not sure. |
a5f4516 to
c407880
Compare
c407880 to
ef814ee
Compare
|
Updated error message |
Description
Addresses #866
Notes to the reviewers
See comment - #866 (comment)
Documentation
bdk_walletbitcoinuniffiChangelog
Checklists
All Submissions:
cargo fmtandcargo clippybefore committingchangelog:*labelNew Features: