summaryrefslogtreecommitdiff
path: root/6d/ad14cbbe4ad5e4c64bf461f95e6cfc3be5a2b7
blob: d5a7258b2d092072f388b2d66aae890cb4286355 (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
67
68
69
70
71
72
73
74
75
76
Return-Path: <laanwj@gmail.com>
Received: from smtp1.linuxfoundation.org (smtp1.linux-foundation.org
	[172.17.192.35])
	by mail.linuxfoundation.org (Postfix) with ESMTPS id 37C4598
	for <bitcoin-dev@lists.linuxfoundation.org>;
	Tue, 28 Jul 2015 08:47:23 +0000 (UTC)
X-Greylist: whitelisted by SQLgrey-1.7.6
Received: from mail-wi0-f178.google.com (mail-wi0-f178.google.com
	[209.85.212.178])
	by smtp1.linuxfoundation.org (Postfix) with ESMTPS id A5190146
	for <bitcoin-dev@lists.linuxfoundation.org>;
	Tue, 28 Jul 2015 08:47:22 +0000 (UTC)
Received: by wibxm9 with SMTP id xm9so150022443wib.1
	for <bitcoin-dev@lists.linuxfoundation.org>;
	Tue, 28 Jul 2015 01:47:21 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
	h=date:from:to:cc:subject:message-id:references:mime-version
	:content-type:content-disposition:in-reply-to;
	bh=+EgNGPdpRUaS1NRT6ATZ8BJsgVxI/yDk7vPinXkeEjQ=;
	b=IhgLOhOILtOjH3pEsivKvzOGWaLuZQbpKk9soyF/VvzmpQFLXkxDEzUuLVKhzicuHw
	Ei/quOISs97tCnn2HkiJAn171rVTuontQcvQ4C+3tEAMPbgAys23eDY02koeGBpedUYp
	1UwJFrgd9jETWgxmJqXMGJpOJ+TO7dQxNLSSk3J9Gzhy9cdnzv+52feC1IDgVSxqTilG
	/VzaTZxO32BzeTvYjCUgRufdBYFYaUhBnlM/H64A00JV8dDetyy+scKEwAC1ie2JXZmy
	M/dKCCaGF9ReDaO2ykF6J25IWJeP9yBJxzfWuJzLnGs5Rgv5mtbEB7i5jAkvFYxkG14C
	jPyw==
X-Received: by 10.180.79.4 with SMTP id f4mr4475782wix.83.1438073241514;
	Tue, 28 Jul 2015 01:47:21 -0700 (PDT)
Received: from amethyst.visucore.com (dhcp-089-098-228-253.chello.nl.
	[89.98.228.253]) by smtp.gmail.com with ESMTPSA id
	d17sm32111910wjs.32.2015.07.28.01.47.20
	(version=TLSv1.2 cipher=RC4-SHA bits=128/128);
	Tue, 28 Jul 2015 01:47:20 -0700 (PDT)
Date: Tue, 28 Jul 2015 10:47:19 +0200
From: "Wladimir J. van der Laan" <laanwj@gmail.com>
To: Eric Voskuil <eric@voskuil.org>
Message-ID: <20150728084718.GB29453@amethyst.visucore.com>
References: <CABm2gDrApVuxF8DFf32V=pQhDKvvVfcDK=LeCXJ9h9o8CY+wNQ@mail.gmail.com>
	<55B723EA.7010700@voskuil.org>
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Disposition: inline
In-Reply-To: <55B723EA.7010700@voskuil.org>
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
Cc: bitcoin-dev@lists.linuxfoundation.org
Subject: Re: [bitcoin-dev] Libconsensus separated repository (was Bitcoin
 Core and hard forks)
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, 28 Jul 2015 08:47:23 -0000

On Mon, Jul 27, 2015 at 11:40:42PM -0700, Eric Voskuil via bitcoin-dev wrote:

> It's a performance sacrifice, and then there's the OpenSSL dependency,
> but these are both optional within our stack - so the application
> developer has the option. So the only downside is that we are
> maintaining the conditional compilation.

Now that BIP66 became active, and only strict DER signatures are allowed, the OpenSSL dependency can be removed from consensus.

Pieter Wuille will do an announcement on this soon.

Wladimir