< bitcoin-git>
[bitcoin] ajtowns opened pull request #18234: scheduler.cpp: Replace boost::mutex,condition_var,chrono with std equivalents (master...202002-scheduler-deboost) https://github.com/bitcoin/bitcoin/pull/18234
< provoostenator>
Weekend food for thought (cc sipa): what would a taproot mulitsig output descriptor look like? Is it safe to share xpub with cosigners?
< provoostenator>
Musig style multisig I should add, tapscript with OP_CHECKSIGADD shouldn't be an issue.
< provoostenator>
IIUC you can't know the musig receive address without nonce (commitments). In that case you'd have an output descriptor that can't produce an address without additional info.
< provoostenator>
I guess that's no different than a descriptor without and xpub followed by hardened derivation.