chrisguida / smaug

`smaug` watches your bitcoin treasury with a meticulous eye
MIT License
13 stars 3 forks source link

implement bip389 multipath descriptors #17

Open chrisguida opened 1 year ago

chrisguida commented 1 year ago

Change the add method to also accept bip389 descriptors (multipath descriptor) (in addition to the already-supported external/internal format). This format is supported natively in Sparrow.

We can optionally fix this issue for the BDK team https://github.com/bitcoindevkit/bdk/issues/1021

Use this library to implement upstream in BDK, then Smaug, or just do it in Smaug and don't worry about upstreaming it into BDK.