summaryrefslogtreecommitdiff
path: root/3a/ab1b88f1ef51d76813c17c861f50429e3ff1ab
blob: 15a88ffe431f34f6927bfc5725ca38f72b120ee5 (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
Return-Path: <gavinandresen@gmail.com>
Received: from smtp1.linuxfoundation.org (smtp1.linux-foundation.org
	[172.17.192.35])
	by mail.linuxfoundation.org (Postfix) with ESMTPS id 714F0ABF
	for <bitcoin-dev@lists.linuxfoundation.org>;
	Wed, 24 Jun 2015 13:44:16 +0000 (UTC)
X-Greylist: whitelisted by SQLgrey-1.7.6
Received: from mail-la0-f53.google.com (mail-la0-f53.google.com
	[209.85.215.53])
	by smtp1.linuxfoundation.org (Postfix) with ESMTPS id CD6DC142
	for <bitcoin-dev@lists.linuxfoundation.org>;
	Wed, 24 Jun 2015 13:44:15 +0000 (UTC)
Received: by lacny3 with SMTP id ny3so26254653lac.3
	for <bitcoin-dev@lists.linuxfoundation.org>;
	Wed, 24 Jun 2015 06:44:14 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
	h=mime-version:in-reply-to:references:date:message-id:subject:from:to
	:cc:content-type;
	bh=zxivTGFKxCjb8qVcjLHoixrAfb5z8KpV8yI2ENbovHo=;
	b=h3ZKWxOMe0t/T2OCe6q49/3ws16rZ5e+EZxRWNYMGcFOXY18FOCUmQ7Yl5gBeLeKXf
	NlPYZAZxxGGd6W6SP8bNoOLzuNu2TVkWWJlIvWn1uhtxvNEGbDjm6rvOlIxGTSHvTyn0
	WcAQidFuwMTBkukARD83ugvk0TyOMlsI7hOCvXtbNLVkLHQz7jnPmJGJB95PHEPENCh5
	+X6RlGK/2uQKAdcCMVa381wcym82jPkiu2w3sIgAE7FKn4yK09KDvzTnGrgJqrVeA6Lp
	YgrsLJObtNqHwYVXVkqXExsUOj6/2gT6isI0M1P4xrCHiD24MdvUxcXX0a0WOKV8FJ24
	682w==
MIME-Version: 1.0
X-Received: by 10.112.72.164 with SMTP id e4mr39696023lbv.113.1435153453908;
	Wed, 24 Jun 2015 06:44:13 -0700 (PDT)
Received: by 10.25.90.75 with HTTP; Wed, 24 Jun 2015 06:44:13 -0700 (PDT)
In-Reply-To: <2DC61141-96C9-4727-81D6-3CF572BC6BD7@novauri.com>
References: <CABsx9T2HegqOBqd1jijk1bZBE6N+NH8x6nfwbaoLBACVf8-WBQ@mail.gmail.com>
	<558A0B4A.7090205@riseup.net> <558A1E8E.30306@novauri.com>
	<CADm_WcZ52_fvNk_rWzu+Nw1CBz2o6t6cMkEfOm3BpdjH7iQKrw@mail.gmail.com>
	<2DC61141-96C9-4727-81D6-3CF572BC6BD7@novauri.com>
Date: Wed, 24 Jun 2015 09:44:13 -0400
Message-ID: <CABsx9T0+MYYnea7VaSCu5FC7m1V6Lv_WZz2+G=n9gJe3oFRKXg@mail.gmail.com>
From: Gavin Andresen <gavinandresen@gmail.com>
To: Will <will.madden@novauri.com>
Content-Type: multipart/alternative; boundary=001a11c2b616d188f6051943b31c
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
Cc: "bitcoin-dev@lists.linuxfoundation.org"
	<bitcoin-dev@lists.linuxfoundation.org>
Subject: Re: [bitcoin-dev] Draft BIP : fixed-schedule block size increase
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: Wed, 24 Jun 2015 13:44:16 -0000

--001a11c2b616d188f6051943b31c
Content-Type: text/plain; charset=UTF-8

This BIP has been assigned number 101 by the BIP editor. I plan on filling
in the TODOs and will submit it as a pull request to the BIP repository
today.

> Title: Increase Maximum Block Size

-- 
--
Gavin Andresen

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

<div dir=3D"ltr">This BIP has been assigned number 101 by the BIP editor. I=
 plan on filling in the TODOs and will submit it as a pull request to the B=
IP repository today.<br><br><div>&gt; Title: Increase Maximum Block Size</d=
iv><div><br><div class=3D"gmail_extra">-- <br><div class=3D"gmail_signature=
">--<br>Gavin Andresen<br></div>
</div></div></div>

--001a11c2b616d188f6051943b31c--