< 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.
< provoostenator> Oh wait, this is actually a non issue. There's no nonces involved in public key aggregation, only in signatures: https://github.com/bitcoinops/taproot-workshop/blob/master/1.2-musig.ipynb
< provoostenator> At least for n-of-n no design changes to output descriptors seem necessary.
< elichai2> god. `sync.h` is complex
< bitcoin-git> [bitcoin] MarcoFalke pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/715dbbe9e8b6...54a7ef612a3b
< bitcoin-git> bitcoin/master 0aed17e Jeffrey Czyz: Refactor FormatStateMessage into ValidationState
< bitcoin-git> bitcoin/master 10e85d4 Jeffrey Czyz: Remove ValidationState's constructor
< bitcoin-git> bitcoin/master 10efc04 Jeffrey Czyz: Templatize ValidationState instead of subclassing
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #17399: validation: Templatize ValidationState instead of subclassing (master...2019-11-validation-state) https://github.com/bitcoin/bitcoin/pull/17399
< bitcoin-git> [bitcoin] v1048576 opened pull request #18236: script: prevent OP_NEGATE from generating negative zero. (master...master) https://github.com/bitcoin/bitcoin/pull/18236
< bitcoin-git> [bitcoin] v1048576 closed pull request #18236: [WIP] script: prevent OP_NEGATE from generating negative zero. (master...master) https://github.com/bitcoin/bitcoin/pull/18236