Received: from sog-mx-1.v43.ch3.sourceforge.com ([172.29.43.191] helo=mx.sourceforge.net) by sfs-ml-2.v29.ch3.sourceforge.com with esmtp (Exim 4.76) (envelope-from ) id 1RPHKL-0003ND-9K for bitcoin-development@lists.sourceforge.net; Sat, 12 Nov 2011 17:25:13 +0000 Received-SPF: pass (sog-mx-1.v43.ch3.sourceforge.com: domain of gmail.com designates 209.85.220.175 as permitted sender) client-ip=209.85.220.175; envelope-from=etotheipi@gmail.com; helo=mail-vx0-f175.google.com; Received: from mail-vx0-f175.google.com ([209.85.220.175]) by sog-mx-1.v43.ch3.sourceforge.com with esmtps (TLSv1:RC4-SHA:128) (Exim 4.76) id 1RPHKK-0006pJ-M4 for bitcoin-development@lists.sourceforge.net; Sat, 12 Nov 2011 17:25:13 +0000 Received: by vcbfl11 with SMTP id fl11so2882777vcb.34 for ; Sat, 12 Nov 2011 09:25:07 -0800 (PST) Received: by 10.52.36.131 with SMTP id q3mr27615874vdj.91.1321118707162; Sat, 12 Nov 2011 09:25:07 -0800 (PST) Received: from [192.168.1.85] (c-76-111-108-35.hsd1.md.comcast.net. [76.111.108.35]) by mx.google.com with ESMTPS id l1sm22516176vdi.0.2011.11.12.09.25.05 (version=SSLv3 cipher=OTHER); Sat, 12 Nov 2011 09:25:06 -0800 (PST) Message-ID: <4EBEABFC.2080802@gmail.com> Date: Sat, 12 Nov 2011 12:25:16 -0500 From: Alan Reiner User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.23) Gecko/20110921 Thunderbird/3.1.15 MIME-Version: 1.0 To: Mike Hearn References: <200034A7-15F9-438F-A6B1-923A69348F55@ceptacle.com> <4EBB3E68.6060402@gmail.com> <4EBBCA0D.9060906@gmail.com> <4EBEA880.7010608@gmail.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: -1.2 (-) 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 0.4 AWL AWL: From: address is in the auto white-list X-Headers-End: 1RPHKK-0006pJ-M4 Cc: Bitcoin Dev Subject: Re: [Bitcoin-development] multisig, op_eval and lock_time/sequence... 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: Sat, 12 Nov 2011 17:25:13 -0000 Fair enough. I'm not expecting anyone to just suddenly adopt BIP 0010 just because I published it to the wiki. I put it there to get feedback on what it might be missing, and maybe we can converge on a good preliminary solution. Then update it as we start playing with it and find more features/fixes to add to it. Right now, I have actually implemented BIP 0010 in my own client software (which is still a few weeks from even having an alpha version, but nontheless I'm actually implementing it). I'm going to use TxDPs in offline-wallet transactions, which is a nearly identical process (it's just a 1-of-1 transaction). As such, I will be interested to test with some other client developers, whether they can easily use the TxDPs I produce. I assume it doesn't bother you if I leave it the way it is, with the acknowledgment that I know no one is adopting it yet (except for myself). It's informational, until we get a couple different clients, or at least test setup to play with it. -Alan On 11/12/2011 12:16 PM, Mike Hearn wrote: > BIPs are either "standards track" (affects everyone, represents > consensus), "informational" (ie basically just summarizing the authors > viewpoints on things) or "process". > > My point is you can't have a credible standards track BIP until > something has been implemented end to end. I don't think it's a good > plan to design these things in isolation. You'll end up with bizarre > user experiences because of technical decisions taken months earlier > that are now hard to reverse. A working end to end implementation > gives you the confidence to say, yes, this is how it should work, > because here's the demo and you can see it works very well and the > code is clean. > > If your BIP is informational then no problems, but I don't think > there's much point in informational BIPs to be honest - it's easier to > just write an email or forum post summarizing your views on things. If > you find it a useful framework to write your thoughts in that's OK, > but don't expect implementors to follow what's written there just > because it's a BIP. It carries no more weight than any other document > would. > >