<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Thu, Feb 23, 2017 at 3:51 PM, Peter Todd <span dir="ltr">&lt;<a href="mailto:pete@petertodd.org" target="_blank">pete@petertodd.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Thu, Feb 23, 2017 at 03:13:43PM -0800, Bram Cohen wrote:<br>&gt;<br>
&gt; I can&#39;t speak to MMRs (they look a bit redundant with the actual blockchain<br>
&gt; history to my eye) but circling back to utxo commitments, the benefits are<br>
<br>
</span>In what way do you see MMRs as redundant?<br></blockquote><div><br></div><div>You can readily prove something is in the TXO or STXO set using the actual blockchain, and the proofs will be nice and compact because even light nodes are expected to already have all the historical headers.</div><div><br></div><div>What you can&#39;t do with MMRs or the blockchain is make a compact proof that something is still in the utxo set, which is the whole point of utxo commitments.</div><div><br></div><div>It&#39;s totally reasonable for full nodes to independently update and recalculate the utxo set as part of their validation process. The same can&#39;t be done for a balanced version of the txo set because it&#39;s too big. Relying on proofs as a crutch for using the full txo set would badly exacerbate the already extant problem of miners doing spv mining, and increase the bandwidth a full validating node had to use by a multiple.</div><div><br></div><div>This whole conversation is badly sidetracked. If people have comments on my merkle set I&#39;d like to engage further with them, but mmrs need to be argued independently on their own merits before being used as a counterpoint to utxo commitments.</div><div><br></div></div></div></div>