Return-Path: Received: from smtp1.linuxfoundation.org (smtp1.linux-foundation.org [172.17.192.35]) by mail.linuxfoundation.org (Postfix) with ESMTPS id DE09E1048 for ; Wed, 23 Dec 2015 15:22:32 +0000 (UTC) X-Greylist: whitelisted by SQLgrey-1.7.6 Received: from mail-pf0-f174.google.com (mail-pf0-f174.google.com [209.85.192.174]) by smtp1.linuxfoundation.org (Postfix) with ESMTPS id E6687FD for ; Wed, 23 Dec 2015 15:22:31 +0000 (UTC) Received: by mail-pf0-f174.google.com with SMTP id 78so51493856pfw.2 for ; Wed, 23 Dec 2015 07:22:31 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:date:message-id:reply-to:user-agent:mime-version :content-type; bh=hvyoWP+FMXzX1AYY1Xv10UXTk1Ao0vlD5VPzh40bRSc=; b=sanokLaYFcoexw32dV9ECwHIrpk0VLdEHZwSRH5ctdbiu5+RJJHcKzIrpYpaSZMzVp rQ4iLqaMsh6QYEbs7Sh9nX1OLsqziAEG5ZXrPhfltrRpkyfCpdCd6HtX3tGzgJZapE0n Iq84Ki57v+wAAe4CMmPTQGYORGQMxkuK+EGeaQYUcsj2NfhjHYhTnpmQLBRD7SeArNDQ jVQv4Ri79BeUa7B21mGAaZvse1OBI+nJIGFjMY8SCVSgj7JrV9FP0uqTDE3J+dkxQ9eA j5UWYLH5g+hPLUeiUc3D0QkK2GNejhv48tngCvAcA1EAoN6Yw2hL0FW1i4xi7MgaN1ha jbwA== X-Received: by 10.98.43.79 with SMTP id r76mr44853420pfr.9.1450884151670; Wed, 23 Dec 2015 07:22:31 -0800 (PST) Received: from [192.168.1.108] (cpe-76-167-237-202.san.res.rr.com. [76.167.237.202]) by smtp.gmail.com with ESMTPSA id 2sm5569638pft.5.2015.12.23.07.22.30 for (version=TLS1 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 23 Dec 2015 07:22:31 -0800 (PST) From: "Eric Lombrozo" To: bitcoin-dev Date: Wed, 23 Dec 2015 15:22:30 +0000 Message-Id: Reply-To: "Eric Lombrozo" User-Agent: eM_Client/6.0.23181.0 Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="------=_MB87217D13-ECD6-4F68-8B29-3AA0D447C451" X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on smtp1.linux-foundation.org Subject: [bitcoin-dev] Segregated Witness BIPs X-BeenThere: bitcoin-dev@lists.linuxfoundation.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Bitcoin Development Discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Dec 2015 15:22:33 -0000 --------=_MB87217D13-ECD6-4F68-8B29-3AA0D447C451 Content-Type: text/plain; format=flowed; charset=utf-8 Content-Transfer-Encoding: quoted-printable I've been working with jl2012 on some SEGWIT BIPs based on earlier=20 discussions Pieter Wuille's implementation. We're considering submitting= =20 three separate BIPs: CONSENSUS BIP: witness structures and how they're committed to blocks,=20 cost metrics and limits, the scripting system (witness programs), and=20 the soft fork mechanism. PEER SERVICES BIP: relay message structures, witnesstx serialization,=20 and other issues pertaining to the p2p protocol such as IBD,=20 synchronization, tx and block propagation, etc... APPLICATIONS BIP: scriptPubKey encoding formats and other wallet=20 interoperability concerns. The Consensus BIP is submitted as a draft and is pending BIP number=20 assignment: https://github.com/bitcoin/bips/pull/265 The other two BIPS will be drafted soon. --- Eric --------=_MB87217D13-ECD6-4F68-8B29-3AA0D447C451 Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: quoted-printable
I've been working with jl2012 on some SEGWIT BIPs based on earlier = discussions Pieter Wuille's implementation. We're considering submitting&nb= sp;three separate BIPs:
 
 
CONSENSUS BIP: witness structures and how they're committed to= blocks, cost metrics and limits, the scripting system (witness programs),= and the soft fork mechanism.
 
PEER SERVICES BIP: relay message structures, witnesstx serialization,= and other issues pertaining to the p2p protocol such as IBD, synchronizati= on, tx and block propagation, etc... 
 
APPLICATIONS BIP: scriptPubKey encoding formats and other wallet inter= operability concerns.
 
 
The Consensus BIP is submitted as a draft and is pending BIP numb= er assignment: https:/= /github.com/bitcoin/bips/pull/265
The other two BIPS will be drafted soon.
 
---
Eric
--------=_MB87217D13-ECD6-4F68-8B29-3AA0D447C451--