Sjors / nthkey-ios

Your iOs device in a Bitcoin multi-sig
https://nthkey.com
MIT License
17 stars 7 forks source link

Use LibWally descriptors #69

Closed Sjors closed 1 year ago

Sjors commented 2 years ago

Depends on https://github.com/Sjors/libwally-swift/pull/57

This switches the address list view to use the new libwally-core functionality for deriving an address from a descriptor.

We still need https://github.com/Sjors/output-descriptors-swift to process the wallet descriptor, in order to find out the cosigner keys and threshold value. But it should be straight-forward to expose that (currently internal) functionality in libwally-core.