summaryrefslogtreecommitdiff
path: root/38/26d46424f0032914de8095686758fee0e337b1
blob: c9e086add40801cca30e01cf6a140cd794050233 (plain)
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
Return-Path: <peter.tschipper@gmail.com>
Received: from smtp1.linuxfoundation.org (smtp1.linux-foundation.org
	[172.17.192.35])
	by mail.linuxfoundation.org (Postfix) with ESMTPS id E3586919
	for <bitcoin-dev@lists.linuxfoundation.org>;
	Sat, 14 Nov 2015 23:27:49 +0000 (UTC)
X-Greylist: whitelisted by SQLgrey-1.7.6
Received: from mail-pa0-f52.google.com (mail-pa0-f52.google.com
	[209.85.220.52])
	by smtp1.linuxfoundation.org (Postfix) with ESMTPS id 99B0FFB
	for <bitcoin-dev@lists.linuxfoundation.org>;
	Sat, 14 Nov 2015 23:27:49 +0000 (UTC)
Received: by pabfh17 with SMTP id fh17so136728469pab.0
	for <bitcoin-dev@lists.linuxfoundation.org>;
	Sat, 14 Nov 2015 15:27:49 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
	h=to:from:subject:message-id:date:user-agent:mime-version
	:content-type:content-transfer-encoding;
	bh=Uglh6S0N74yyz+7J4Xj9Xiuvzv7U75edlby3wsf29Zo=;
	b=0rSTUsiZPyznZFBEfarR3UeBpIk81ShV/QyBXzMaY6kMncOhUOdy1RmY7Tm6ZIK9/s
	8GMsI3HXc9axFvnDjOC9xGEtcUSVHxLu5zCCp7q+sq9QuYgiDR0PIeP55DxzWKvwEvmz
	KmXTZfaDlSslixkBrlbrfBtowjvjDvxMHZgfjFjyEjyNBftRJNIugmiH6infaLto6qkP
	Y+RkrI4LilmYdk6npizRCUXgo+IC5hbQhSKAsBxudVts+VQ8i2xszntnFK8Z38kkmk3z
	Lzkx22dGMQD3FduAoJt1i6/F+Y6MvTkPO3Vq5Mxqo36f/rjlhw65nN1XzqWsjwJS68c2
	dxbg==
X-Received: by 10.68.241.41 with SMTP id wf9mr32014125pbc.145.1447543669391;
	Sat, 14 Nov 2015 15:27:49 -0800 (PST)
Received: from [192.168.0.132] (S0106bcd165303d84.cc.shawcable.net.
	[96.54.102.88]) by smtp.googlemail.com with ESMTPSA id
	sg4sm27897816pac.48.2015.11.14.15.27.48
	for <bitcoin-dev@lists.linuxfoundation.org>
	(version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);
	Sat, 14 Nov 2015 15:27:48 -0800 (PST)
To: Bitcoin Dev <bitcoin-dev@lists.linuxfoundation.org>
From: Peter Tschipper <peter.tschipper@gmail.com>
Message-ID: <5647C375.9050809@gmail.com>
Date: Sat, 14 Nov 2015 15:27:49 -0800
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101
	Thunderbird/38.3.0
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 7bit
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] request to use service bit 28 for testing
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: Sat, 14 Nov 2015 23:27:50 -0000

I'd like to use service bit 28 for testing the block compression
prototype unless anyone has any objections or is using it already.

Thanks.