summaryrefslogtreecommitdiff
path: root/94/09cba76da75edd663ec41f095a194ce6a128b5
blob: a9457339169268d183767614bc41de57cf0f4d59 (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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
Return-Path: <morcos@gmail.com>
Received: from smtp1.linuxfoundation.org (smtp1.linux-foundation.org
	[172.17.192.35])
	by mail.linuxfoundation.org (Postfix) with ESMTPS id E3DBD953
	for <bitcoin-dev@lists.linuxfoundation.org>;
	Thu, 12 Nov 2015 21:44:58 +0000 (UTC)
X-Greylist: whitelisted by SQLgrey-1.7.6
Received: from mail-ig0-f169.google.com (mail-ig0-f169.google.com
	[209.85.213.169])
	by smtp1.linuxfoundation.org (Postfix) with ESMTPS id 69801215
	for <bitcoin-dev@lists.linuxfoundation.org>;
	Thu, 12 Nov 2015 21:44:58 +0000 (UTC)
Received: by igbhv6 with SMTP id hv6so2922369igb.0
	for <bitcoin-dev@lists.linuxfoundation.org>;
	Thu, 12 Nov 2015 13:44:58 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
	h=mime-version:date:message-id:subject:from:to:content-type;
	bh=d4FovDYWS+eVRhEi9cvUOKBPu/28+h5JN+L4L69HFDY=;
	b=tM1uHQ01dk6qB32po49E3qkYNqofOOjaxcNY2FZBnQuNbjYZmApYIg2xVm1JR9++9l
	xRxJs7SMr1TdWOrIztd0AQ6r+VdwGv+Gvt0XmHHRhPOx8BUEswTfTZ2UbbMOWrw8ANDR
	QU2dHT6mxg++LhpiuWGKXYRuao5gIpoPVZDiWKcQAZjzhgXaVkcKvqGRjDIPJMZfG3YQ
	F0bBWxhT5n+1t2I6BCaSjJKSzpumn5NNDA7Kvet49ZYoYak1mHCnH+9dDr67mA23Rucd
	5F5G5IdKht5E2vCKrrEsR43rE08uJMn1jtRpHbjIlkfWIha07CzrQTMfrJ9m9U7PAqnC
	e9qw==
MIME-Version: 1.0
X-Received: by 10.50.43.162 with SMTP id x2mr16433544igl.82.1447364697880;
	Thu, 12 Nov 2015 13:44:57 -0800 (PST)
Received: by 10.64.25.18 with HTTP; Thu, 12 Nov 2015 13:44:57 -0800 (PST)
Date: Thu, 12 Nov 2015 16:44:57 -0500
Message-ID: <CAPWm=eXjDDYcOLgZREn6b6rnfWcYGfv5pG--VyRmCMDaL_ge-g@mail.gmail.com>
From: Alex Morcos <morcos@gmail.com>
To: Bitcoin Dev <bitcoin-dev@lists.linuxfoundation.org>
Content-Type: multipart/alternative; boundary=089e0103e4cead83e905245edac1
X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00,DKIM_SIGNED,
	DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,HTML_MESSAGE,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
X-Mailman-Approved-At: Thu, 12 Nov 2015 21:48:09 +0000
Subject: [bitcoin-dev] New lower policy limits for unconfirmed transaction
	chains or packages
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: Thu, 12 Nov 2015 21:44:59 -0000

--089e0103e4cead83e905245edac1
Content-Type: text/plain; charset=UTF-8

I just wanted to let everyone know that after much considered review, new
lower policy limits on the number and size of related unconfirmed
transactions that will be accepted in to the mempool and relayed have been
merged into the master branch of Bitcoin Core for 0.12 release.

The actual limits were merged in PR 6771
<https://github.com/bitcoin/bitcoin/pull/6771> and discussion of these
limits can be found in this previous email
<https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2015-August/010221.html>
to the dev list and discussion of the new lower limits here
<https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2015-October/011401.html>
.

The new limits are:
25 unconfirmed ancestors
25 unconfirmed descendants
101kb total size with unconfirmed ancestors
101kb total size with unconfirmed descendants.

These limits are just policy and do not affect consensus.
They can be modified by command line arguments.


Thanks,
Alex

--089e0103e4cead83e905245edac1
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<div dir=3D"ltr">I just wanted to let everyone know that after much conside=
red review, new lower policy limits on the number and size of related uncon=
firmed transactions that will be accepted in to the mempool and relayed hav=
e been merged into the master branch of Bitcoin Core for 0.12 release. =C2=
=A0<div><br></div><div>The actual limits were merged in <a href=3D"https://=
github.com/bitcoin/bitcoin/pull/6771">PR 6771</a>=C2=A0<span style=3D"font-=
size:12.8px">and discussion of these limits can be found in <a href=3D"http=
s://lists.linuxfoundation.org/pipermail/bitcoin-dev/2015-August/010221.html=
">this previous email</a> to the dev list and discussion of the<a href=3D"h=
ttps://lists.linuxfoundation.org/pipermail/bitcoin-dev/2015-October/011401.=
html"> new lower limits here</a>.=C2=A0</span></div><div><span style=3D"fon=
t-size:12.8px"><br></span></div><div><span style=3D"font-size:12.8px">The n=
ew limits are:</span></div><div><span style=3D"font-size:12.8px">25 unconfi=
rmed ancestors</span></div><div><span style=3D"font-size:12.8px">25 unconfi=
rmed descendants</span></div><div><span style=3D"font-size:12.8px">101kb to=
tal size with unconfirmed ancestors</span></div><div><span style=3D"font-si=
ze:12.8px">101kb total size with unconfirmed descendants.</span></div><div>=
<span style=3D"font-size:12.8px"><br></span></div><div><span style=3D"font-=
size:12.8px">These limits are just policy and do not affect consensus. =C2=
=A0</span></div><div><span style=3D"font-size:12.8px">They can be modified =
by command line arguments.</span></div><div><span style=3D"font-size:12.8px=
"><br></span></div><div><span style=3D"font-size:12.8px"><br></span></div><=
div><span style=3D"font-size:12.8px">Thanks,</span></div><div><span style=
=3D"font-size:12.8px">Alex</span></div><div><span style=3D"font-size:12.8px=
"><br></span></div></div>

--089e0103e4cead83e905245edac1--