1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
|
Return-Path: <btcdrak@gmail.com>
Received: from smtp1.linuxfoundation.org (smtp1.linux-foundation.org
[172.17.192.35])
by mail.linuxfoundation.org (Postfix) with ESMTPS id BB6F89A
for <bitcoin-dev@lists.linuxfoundation.org>;
Mon, 17 Aug 2015 19:58:30 +0000 (UTC)
X-Greylist: whitelisted by SQLgrey-1.7.6
Received: from mail-io0-f180.google.com (mail-io0-f180.google.com
[209.85.223.180])
by smtp1.linuxfoundation.org (Postfix) with ESMTPS id 4E1CB10A
for <bitcoin-dev@lists.linuxfoundation.org>;
Mon, 17 Aug 2015 19:58:30 +0000 (UTC)
Received: by iodv127 with SMTP id v127so148718113iod.3
for <bitcoin-dev@lists.linuxfoundation.org>;
Mon, 17 Aug 2015 12:58:29 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
h=mime-version:in-reply-to:references:from:date:message-id:subject:to
:content-type; bh=xVsyOJFVQTHKJQv45JO9RF7DQZ5S5GwGZ5gXO+kYKbA=;
b=ufc8Yd83xiSZli+X6B89cwwNJLYqw5w0Ysr+Mw/1kXt6ah6PmCb8Li22LII8SAVGAT
a2On2KNsLFV1rwkHxZvvCfeQvPi79q3G3P4vQmknKmU1qJV+e8qE7upWU9mMXrdgEG03
ZiHa3wnhzeL8vFG4pQnEt9rrpiwrk4/uue0JlVnkK0JZZ+w/jrmTf9kHpML3kuPHuVgh
iXyh+A+eJtddgoi/2n0DXlJv4UT2O3pjpPFl7v78UjJIjf+dF8VLNM0aU92y+aXVZodI
1U4ZdIQmTxeGQaqv7VHYuuKGf7JY2HuYzbLk0BxHofyxwpdeIjy8/+clSzQoTVigBq2A
FzCg==
X-Received: by 10.107.155.12 with SMTP id d12mr3602790ioe.131.1439841509776;
Mon, 17 Aug 2015 12:58:29 -0700 (PDT)
MIME-Version: 1.0
Received: by 10.79.81.199 with HTTP; Mon, 17 Aug 2015 12:58:10 -0700 (PDT)
In-Reply-To: <CADJgMztgE_GkbrsP7zCEHNPA3P6T=aSFfhkcN-q=gVhWP0vKXg@mail.gmail.com>
References: <CADJgMztgE_GkbrsP7zCEHNPA3P6T=aSFfhkcN-q=gVhWP0vKXg@mail.gmail.com>
From: Btc Drak <btcdrak@gmail.com>
Date: Mon, 17 Aug 2015 20:58:10 +0100
Message-ID: <CADJgMzv8G3EqLBwEYRHJZ+fO_Jwzy0koi2pJ_iNRkXmoVarGcg@mail.gmail.com>
To: Bitcoin Dev <bitcoin-dev@lists.linuxfoundation.org>
Content-Type: multipart/alternative; boundary=001a1141b9d6b924e6051d8739c4
X-Spam-Status: No, score=-1.7 required=5.0 tests=BAYES_00,DKIM_SIGNED,
DKIM_VALID, DKIM_VALID_AU, FREEMAIL_FROM, HK_RANDOM_ENVFROM,
HK_RANDOM_FROM,
HTML_MESSAGE,RCVD_IN_DNSWL_LOW autolearn=no version=3.3.1
X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on
smtp1.linux-foundation.org
Subject: Re: [bitcoin-dev] [BIP-draft] CHECKSEQUENCEVERIFY - An opcode for
relative locktime
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: Mon, 17 Aug 2015 19:58:30 -0000
--001a1141b9d6b924e6051d8739c4
Content-Type: text/plain; charset=UTF-8
Please note there is now a PR for this BIP[1] and also a pull request for
the opcode CHECKSEQUENCEVERIFY in Bitcoin Core[2].
[1] https://github.com/bitcoin/bips/pull/179
[2] https://github.com/bitcoin/bitcoin/pull/6564
--001a1141b9d6b924e6051d8739c4
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: quoted-printable
<div dir=3D"ltr"><div class=3D"gmail_extra"><div class=3D"gmail_extra">Plea=
se note there is now a PR for this BIP[1] and also a pull request for</div>=
<div class=3D"gmail_extra">the opcode CHECKSEQUENCEVERIFY in Bitcoin Core[2=
].</div><div class=3D"gmail_extra"><br></div><div class=3D"gmail_extra">[1]=
=C2=A0<a href=3D"https://github.com/bitcoin/bips/pull/179" target=3D"_blank=
">https://github.com/bitcoin/bips/pull/179</a></div><div class=3D"gmail_ext=
ra">[2]=C2=A0<a href=3D"https://github.com/bitcoin/bitcoin/pull/6564" targe=
t=3D"_blank">https://github.com/bitcoin/bitcoin/pull/6564</a></div><div><br=
></div></div></div>
--001a1141b9d6b924e6051d8739c4--
|