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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
|
Received: from sog-mx-3.v43.ch3.sourceforge.com ([172.29.43.193]
helo=mx.sourceforge.net)
by sfs-ml-3.v29.ch3.sourceforge.com with esmtp (Exim 4.76)
(envelope-from <jgarzik@bitpay.com>) id 1WOrk8-00075P-5y
for bitcoin-development@lists.sourceforge.net;
Sat, 15 Mar 2014 16:47:28 +0000
Received-SPF: pass (sog-mx-3.v43.ch3.sourceforge.com: domain of bitpay.com
designates 74.125.82.179 as permitted sender)
client-ip=74.125.82.179; envelope-from=jgarzik@bitpay.com;
helo=mail-we0-f179.google.com;
Received: from mail-we0-f179.google.com ([74.125.82.179])
by sog-mx-3.v43.ch3.sourceforge.com with esmtps (TLSv1:RC4-SHA:128)
(Exim 4.76) id 1WOrk7-0001L7-AL
for bitcoin-development@lists.sourceforge.net;
Sat, 15 Mar 2014 16:47:28 +0000
Received: by mail-we0-f179.google.com with SMTP id x48so3114354wes.24
for <bitcoin-development@lists.sourceforge.net>;
Sat, 15 Mar 2014 09:47:21 -0700 (PDT)
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
d=1e100.net; s=20130820;
h=x-gm-message-state:mime-version:in-reply-to:references:from:date
:message-id:subject:to:cc:content-type;
bh=NiKs6y9TXLq3RQxOtoOXEm/2XXjRj63UEW3PMr+s0q4=;
b=JfTqlgc+JgKpZMtldcwOnYWkrUTkKb+YG8YHzmkRYRzui6SFwdgFQhdyFO9eZEZiW6
EgNu58b8Z5IxiywIJ8hUOlH/s5ucHMh2o2X74W4VDkJ+ktqOhcXF+YIMB4HrGw3vuod/
WLbQs1CIH2ZyG4l6vukwc7veG1gfBYq5GD6y0uxgkAm/kbSaWNOqm5U+JLUGpv++6JO8
Y8A5Yf4sZz8ncbYVgCBt956ICWlKaITw5QBySExWPmO3A4YKyVIfvhphIiy6VM+ciesR
XuKVZfpPYgVYuSwO/ztFKkEg8MhcnE0jiQtohXBdP/yFSV0ThBFwzQeodWgBL0sj2Qs8
7NwA==
X-Gm-Message-State: ALoCoQk7IFB8ShRIcDV/i1y1rr8zoppZqoU2YCKhElwo3cf8UGFXxdB0k09c+N7V8XZgirMb8NP7
X-Received: by 10.180.87.9 with SMTP id t9mr2951662wiz.36.1394902041087; Sat,
15 Mar 2014 09:47:21 -0700 (PDT)
MIME-Version: 1.0
Received: by 10.194.82.197 with HTTP; Sat, 15 Mar 2014 09:47:00 -0700 (PDT)
In-Reply-To: <20140315143414.GA5308@savin>
References: <20140315134340.GA12937@savin> <20140315143414.GA5308@savin>
From: Jeff Garzik <jgarzik@bitpay.com>
Date: Sat, 15 Mar 2014 12:47:00 -0400
Message-ID: <CAJHLa0OyS=mwD=9buthJ_AWKwybtNaRw1t-xPU6rG2FB9awA=w@mail.gmail.com>
To: Peter Todd <pete@petertodd.org>
Content-Type: text/plain; charset=ISO-8859-1
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 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: 1WOrk7-0001L7-AL
Cc: Bitcoin Dev <bitcoin-development@lists.sourceforge.net>
Subject: Re: [Bitcoin-development] python-bitcoinlib v0.1 release - a
low-level Python2/3 interface to the Bitcoin protocol
X-BeenThere: bitcoin-development@lists.sourceforge.net
X-Mailman-Version: 2.1.9
Precedence: list
List-Id: <bitcoin-development.lists.sourceforge.net>
List-Unsubscribe: <https://lists.sourceforge.net/lists/listinfo/bitcoin-development>,
<mailto:bitcoin-development-request@lists.sourceforge.net?subject=unsubscribe>
List-Archive: <http://sourceforge.net/mailarchive/forum.php?forum_name=bitcoin-development>
List-Post: <mailto:bitcoin-development@lists.sourceforge.net>
List-Help: <mailto:bitcoin-development-request@lists.sourceforge.net?subject=help>
List-Subscribe: <https://lists.sourceforge.net/lists/listinfo/bitcoin-development>,
<mailto:bitcoin-development-request@lists.sourceforge.net?subject=subscribe>
X-List-Received-Date: Sat, 15 Mar 2014 16:47:28 -0000
Thanks -- though credit is really due to ArtForz, who kicked off this
project with his half-a-node: http://pastebin.com/ZSM7iHZw
On Sat, Mar 15, 2014 at 10:34 AM, Peter Todd <pete@petertodd.org> wrote:
> On Sat, Mar 15, 2014 at 09:43:40AM -0400, Peter Todd wrote:
>> -----BEGIN PGP SIGNED MESSAGE-----
>> Hash: SHA256
>>
>> I noticed that the ngccbase Colored Coin client(1) added a
>> python-bitcoinlib dependency, specifically my fork. In addition there is
>> also now a rudementary python-bitcoinlib package in archlinux.
>
> Also, for those who don't know the history of python-bitcoinlib, credit
> where credit is due: my fork is based on Jeff Garzik's implementation(1)
> and the bulk of the code structure is his work, modulo "pythonizing"
> that I have done.
>
> 1) https://github.com/jgarzik/python-bitcoinlib
>
> --
> 'peter'[:-1]@petertodd.org
> 000000000000000090aa23d86521312897686912946b38e93a71a98a8c287d4a
--
Jeff Garzik
Bitcoin core developer and open source evangelist
BitPay, Inc. https://bitpay.com/
|