summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Lombrozo <elombrozo@gmail.com>2016-01-19 03:54:15 -0800
committerbitcoindev <bitcoindev@gnusha.org>2016-01-19 11:54:18 +0000
commit266d98fa8439c1a7d24d6cd09f80fbd31e653dda (patch)
tree1179341aa3bb5d911fac2a60915727ae7de06bdc
parent4529ef2c133d77ca6773781a0d56a9a3787a8372 (diff)
downloadpi-bitcoindev-266d98fa8439c1a7d24d6cd09f80fbd31e653dda.tar.gz
pi-bitcoindev-266d98fa8439c1a7d24d6cd09f80fbd31e653dda.zip
[bitcoin-dev] Segregated Witness App Development
-rw-r--r--d3/e5d61bd03965643ffe089bbb1f2047e2ebf2bb84
1 files changed, 84 insertions, 0 deletions
diff --git a/d3/e5d61bd03965643ffe089bbb1f2047e2ebf2bb b/d3/e5d61bd03965643ffe089bbb1f2047e2ebf2bb
new file mode 100644
index 000000000..7e0c862f0
--- /dev/null
+++ b/d3/e5d61bd03965643ffe089bbb1f2047e2ebf2bb
@@ -0,0 +1,84 @@
+Return-Path: <elombrozo@gmail.com>
+Received: from smtp1.linuxfoundation.org (smtp1.linux-foundation.org
+ [172.17.192.35])
+ by mail.linuxfoundation.org (Postfix) with ESMTPS id 2D161C2D
+ for <bitcoin-dev@lists.linuxfoundation.org>;
+ Tue, 19 Jan 2016 11:54:18 +0000 (UTC)
+X-Greylist: whitelisted by SQLgrey-1.7.6
+Received: from mail-pf0-f176.google.com (mail-pf0-f176.google.com
+ [209.85.192.176])
+ by smtp1.linuxfoundation.org (Postfix) with ESMTPS id CF805AD
+ for <bitcoin-dev@lists.linuxfoundation.org>;
+ Tue, 19 Jan 2016 11:54:17 +0000 (UTC)
+Received: by mail-pf0-f176.google.com with SMTP id n128so174316516pfn.3
+ for <bitcoin-dev@lists.linuxfoundation.org>;
+ Tue, 19 Jan 2016 03:54:17 -0800 (PST)
+DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
+ h=from:content-type:content-transfer-encoding:subject:message-id:date
+ :to:mime-version;
+ bh=F1gnQuh+WAyINGoYt34JRc75Ao6Zld6isx0THqIJ2DQ=;
+ b=fIiea/iqmY/tcvQVJ7gH52w74wKRNLAlTBoFHdXvDCFRya6dBLz4jHnyNeyq7pimim
+ IKSRe6wf3kpd7Osmxrv1LhNUd2BzrywLdBPhU38scavwCx+8cwv1t3x2ytuSsgGdk2lu
+ vEYI1A0BKbhXGxWAn2VxHfaOaqlZPocQTL2g1Z9QNRH0Xa1t/4B+McP+uL0m9gKO5HJ6
+ 1EvrZ1aHgrLWzmBV15z3kMC+aRD87GOJAAYzx8AzFHWku3iPSIx/XP1A7b5gVjyCZ25j
+ q9C3qCoZnT4BaRHWkaMBsSdsHHrhtaoj5lLuyeKkmHvydMaqEPy8xKLrh+eqFvGmeL/P
+ fiIg==
+X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
+ d=1e100.net; s=20130820;
+ h=x-gm-message-state:from:content-type:content-transfer-encoding
+ :subject:message-id:date:to:mime-version;
+ bh=F1gnQuh+WAyINGoYt34JRc75Ao6Zld6isx0THqIJ2DQ=;
+ b=aBO+AGyoXduOA6yWc03yD64fLIiQrLxwe5ol+W6llmBdTHbMe9B1DcxJFVDfKNGRXv
+ Gg5trtS8hmZC6CBP/i0XVctP44HsRyuq5544dAUYSiSK232RH9fuvoSVFFVYbCUVDd6+
+ F82MvDYEjg0VvhfDicZ2c+FSsf7jl64gHp7Cw0enSvaVQxooHsm70PBtKQYWFjbTu6VN
+ w3evydS0LLt8GyEeH/gftao5G1OH5i2QqYLFR896gtPRqgLjXYAGJcfgVdfsNsqjUygq
+ Z8Zs/pulT/slgvQq2/Ut+kEjwkR0N8TD2aH+wgTyKyJ+VMptStPPVtVnOFABfDMbMtn0
+ FAaQ==
+X-Gm-Message-State: ALoCoQmQZNKN5IbodRQkHWFKfLmz2LJnmVWxPiZS/MD6ljjyUcJDhSjtwJ/wXN1ExDBZi5M3qLu1XmjxnwPbSa/9YCJ/NTGAkQ==
+X-Received: by 10.98.43.73 with SMTP id r70mr43582874pfr.4.1453204457405;
+ Tue, 19 Jan 2016 03:54:17 -0800 (PST)
+Received: from [192.168.1.109] (cpe-76-167-237-202.san.res.rr.com.
+ [76.167.237.202]) by smtp.gmail.com with ESMTPSA id
+ e17sm41081012pfd.4.2016.01.19.03.54.16
+ for <bitcoin-dev@lists.linuxfoundation.org>
+ (version=TLS1 cipher=ECDHE-RSA-AES128-SHA bits=128/128);
+ Tue, 19 Jan 2016 03:54:16 -0800 (PST)
+From: Eric Lombrozo <elombrozo@gmail.com>
+Content-Type: text/plain; charset=utf-8
+Content-Transfer-Encoding: quoted-printable
+Message-Id: <46426D6D-E4DB-4CB6-A63A-4388A9286B2F@gmail.com>
+Date: Tue, 19 Jan 2016 03:54:15 -0800
+To: Bitcoin Dev <bitcoin-dev@lists.linuxfoundation.org>
+Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2098\))
+X-Mailer: Apple Mail (2.2098)
+X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00,DKIM_SIGNED,
+ DKIM_VALID, DKIM_VALID_AU, FREEMAIL_FROM,
+ 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 App Development
+X-BeenThere: bitcoin-dev@lists.linuxfoundation.org
+X-Mailman-Version: 2.1.12
+Precedence: list
+List-Id: Bitcoin Development Discussion <bitcoin-dev.lists.linuxfoundation.org>
+List-Unsubscribe: <https://lists.linuxfoundation.org/mailman/options/bitcoin-dev>,
+ <mailto:bitcoin-dev-request@lists.linuxfoundation.org?subject=unsubscribe>
+List-Archive: <http://lists.linuxfoundation.org/pipermail/bitcoin-dev/>
+List-Post: <mailto:bitcoin-dev@lists.linuxfoundation.org>
+List-Help: <mailto:bitcoin-dev-request@lists.linuxfoundation.org?subject=help>
+List-Subscribe: <https://lists.linuxfoundation.org/mailman/listinfo/bitcoin-dev>,
+ <mailto:bitcoin-dev-request@lists.linuxfoundation.org?subject=subscribe>
+X-List-Received-Date: Tue, 19 Jan 2016 11:54:18 -0000
+
+Hello, folks.
+
+I wanted to let all of you know a new IRC channel has been created =
+called #segwit-dev where we welcome all discussion pertaining to =
+integrating and supporting segregated witness transactions in wallets as =
+well as comments or suggestions for improvement to the spec. Please come =
+join us. :)
+
+
+=E2=80=94=E2=80=94
+Eric=
+