ElementsProject / libwally-core

Useful primitives for wallets
Other
282 stars 135 forks source link

WIP: Descriptor updates #370

Closed jgriffiths closed 1 year ago

jgriffiths commented 1 year ago

Adds more introspection information and support for multi-path descriptors.

This allows iteration/generation of all available possible scripts/addresses without knowing anything about a descriptor up-front.

cc: @Sjors @k-matsuzawa

Sjors commented 1 year ago

I did some light testing in https://github.com/Sjors/libwally-swift/pull/86 to see if the WALLY_MS_IS_DESCRIPTOR works.