<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Thu, Feb 23, 2017 at 9:53 AM, Chris Priest via bitcoin-dev <span dir="ltr">&lt;<a href="mailto:bitcoin-dev@lists.linuxfoundation.org" target="_blank">bitcoin-dev@lists.linuxfoundation.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div class="h5"><br>
</div></div>What problem does this try to solve, and what does it have to do with bitcoin?<br></blockquote><div><br></div><div>I can&#39;t speak to MMRs (they look a bit redundant with the actual blockchain history to my eye) but circling back to utxo commitments, the benefits are that it enables actual proofs of non-fraud: You can prove the validity of a block based on just the previous block (and maybe some previous headers because of mining rewards) and can prove to a light node that a utxo hasn&#39;t been spent yet. </div><div><br></div><div>A major factor in the way of getting utxo commitments in blocks is performance. The txo set is of course vastly larger and more unwieldy. If you make the utxo commitments trail by a small fixed number of blocks (between 2 and 5) their latency problems shouldn&#39;t be a big deal as long as the overall performance is good enough. My thesis is that with appropriate format and implementation tricks it&#39;s possible to get performance good enough to no longer be a gating factor to deployment. </div><div><br></div><div>Disappointingly there hasn&#39;t been any feedback about my implementation, just discussion about merkle sets generally. </div></div></div></div>