Received: from sog-mx-2.v43.ch3.sourceforge.com ([172.29.43.192] helo=mx.sourceforge.net) by sfs-ml-1.v29.ch3.sourceforge.com with esmtp (Exim 4.76) (envelope-from ) id 1XYSbR-0001ME-LV for bitcoin-development@lists.sourceforge.net; Mon, 29 Sep 2014 04:30:25 +0000 Received-SPF: pass (sog-mx-2.v43.ch3.sourceforge.com: domain of gmail.com designates 209.85.192.42 as permitted sender) client-ip=209.85.192.42; envelope-from=etotheipi@gmail.com; helo=mail-qg0-f42.google.com; Received: from mail-qg0-f42.google.com ([209.85.192.42]) by sog-mx-2.v43.ch3.sourceforge.com with esmtps (TLSv1:RC4-SHA:128) (Exim 4.76) id 1XYSbQ-0001EA-UL for bitcoin-development@lists.sourceforge.net; Mon, 29 Sep 2014 04:30:25 +0000 Received: by mail-qg0-f42.google.com with SMTP id z60so10079444qgd.15 for ; Sun, 28 Sep 2014 21:30:19 -0700 (PDT) X-Received: by 10.140.40.84 with SMTP id w78mr6696265qgw.87.1411965019421; Sun, 28 Sep 2014 21:30:19 -0700 (PDT) Received: from [192.168.1.9] (c-69-143-221-64.hsd1.md.comcast.net. [69.143.221.64]) by mx.google.com with ESMTPSA id l5sm10467806qai.20.2014.09.28.21.30.18 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 28 Sep 2014 21:30:18 -0700 (PDT) Message-ID: <5428E053.7070601@gmail.com> Date: Mon, 29 Sep 2014 00:30:11 -0400 From: Alan Reiner User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.0 MIME-Version: 1.0 To: bitcoin-development@lists.sourceforge.net References: <20140618001503.GA8360@savin> <20140619100909.GA3544@savin> <20140929023553.GA11877@savin.petertodd.org> In-Reply-To: <20140929023553.GA11877@savin.petertodd.org> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -1.6 (-) X-Spam-Report: Spam Filtering performed by mx.sourceforge.net. See http://spamassassin.org/tag/ for more details. -1.5 SPF_CHECK_PASS SPF reports sender host as permitted sender for sender-domain 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (etotheipi[at]gmail.com) -0.0 SPF_PASS SPF: sender matches SPF record -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's domain 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily valid -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature X-Headers-End: 1XYSbQ-0001EA-UL Subject: Re: [Bitcoin-development] New opcodes and transaction version numbers (was 'relax the IsStandard rules for P2SH transactions') X-BeenThere: bitcoin-development@lists.sourceforge.net X-Mailman-Version: 2.1.9 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Sep 2014 04:30:26 -0000 On 09/28/2014 10:35 PM, Peter Todd wrote: > This can be solved by upgrading the address format at > the same time to let senders know they must send the funds in a > transaction with an increased version number, but obviously needing new= > addresses for every new opcode defeats the purpose of P2SH. Can't this be solved with a single update to the address format, allowing a tx version number to be part of the address serialization?=20 Then the sending software will apply that version to the payment tx. =20 Of course, I'm not sure if allowing nodes to create transactions with version numbers outside of their programming is safe. It seems like it should be since we're talking about soft forks anyway, but there's probably some subtleties I'm overlooking.