< bitcoin-git>
[bitcoin] MarcoFalke opened pull request #15870: wallet: Only fail rescan when blocks have actually been pruned (master...1904-walletRescanPruned) https://github.com/bitcoin/bitcoin/pull/15870
< riperk>
On the bitcoin-dev ML, ZmnSCPxj linked to "coinjoin sudoku" as a reason you need to use equal-value outputs for privacy coinjoins
< riperk>
Wouldn't you just need to make sure every input is ambiguously associated with every output?
< riperk>
(i.e. every transaction input must belong to at least one subset of every output amount)
< riperk>
If I'm right, that's a pretty easy thing to model if both parties trust an orchestrator (like the blockchain.info service used to have)
< emilr>
equal-value outputs == (i.e. every transaction input must below to at least one subset of every output amount)
< gmaxwell>
riperk: right, similar to how the changeless coin selection works in core.
< luke-jr>
src/test/test_bitcoin: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `CXXABI_1.3.11' not found (required by src/test/test_bitcoin)