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.
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.