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
|
Return-Path: <jtimon@jtimon.cc>
Received: from smtp1.linuxfoundation.org (smtp1.linux-foundation.org
[172.17.192.35])
by mail.linuxfoundation.org (Postfix) with ESMTPS id C6AB4305
for <bitcoin-dev@lists.linuxfoundation.org>;
Sun, 28 Jun 2015 12:03:45 +0000 (UTC)
X-Greylist: whitelisted by SQLgrey-1.7.6
Received: from mail-wi0-f174.google.com (mail-wi0-f174.google.com
[209.85.212.174])
by smtp1.linuxfoundation.org (Postfix) with ESMTPS id 14C38E9
for <bitcoin-dev@lists.linuxfoundation.org>;
Sun, 28 Jun 2015 12:03:45 +0000 (UTC)
Received: by wicnd19 with SMTP id nd19so49751648wic.1
for <bitcoin-dev@lists.linuxfoundation.org>;
Sun, 28 Jun 2015 05:03:43 -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:date
:message-id:subject:from:to:cc:content-type;
bh=/QFrS0RwDOuVz0Um1YjeEGow743m5mI2P1alBuawMC8=;
b=VTXHoDo5BFnNObDHd35Ah1vIiDMnZxYXEotYwOQR7TakXdLM+2mjOq7DKvvInFTemL
C1Qw4P4AIiqUb/SzGTie+r0qfoq9KcxjqdwTpJ6GqPp5lFHHBlnmEfWUqDnHWmw+2IW6
tNjv22qSP9Demgjwi29EPzPBXiOqQ8VQLM7iFlRpCqm3go+27XbieUr9ofPlnTNuhM8X
wFZYls9XFy1F6gLWZ918R7M+Zuz5brEtFqt89oXedGLSuGTiehX+x9pJfJ1QhIu5fYRV
gsfkvhIKymgxiu0s8dS7h6JZdSYfKc8izEo5pfdw5bkPTbvVH/QrbpTZNHdxt1hg/zpP
8x3A==
X-Gm-Message-State: ALoCoQlSEflD/alkr3HnTijCS5AoPxPjsPo4FRbU5upoG1L2R2WvJdYPDsnRnM8KXzixerDscXMS
MIME-Version: 1.0
X-Received: by 10.194.120.198 with SMTP id le6mr19662551wjb.133.1435493023488;
Sun, 28 Jun 2015 05:03:43 -0700 (PDT)
Received: by 10.194.95.168 with HTTP; Sun, 28 Jun 2015 05:03:43 -0700 (PDT)
In-Reply-To: <20150627120935.GD25420@amethyst.visucore.com>
References: <CAPg+sBjOj9eXiDG0F6G54SVKkStF_1HRu2wzGqtFF5X_NAWy4w@mail.gmail.com>
<20150627074259.GA25420@amethyst.visucore.com>
<CABm2gDr3orTHMN1q8vGmy3NpXWPy5i=zHhGneDGUk=ney3-e+Q@mail.gmail.com>
<20150627120935.GD25420@amethyst.visucore.com>
Date: Sun, 28 Jun 2015 14:03:43 +0200
Message-ID: <CABm2gDofn0CC1kxJZZ1kU+2vZJ_wcqcn+G4f70Okto-LOvz40w@mail.gmail.com>
From: =?UTF-8?B?Sm9yZ2UgVGltw7Nu?= <jtimon@jtimon.cc>
To: "Wladimir J. van der Laan" <laanwj@gmail.com>
Content-Type: text/plain; charset=UTF-8
X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,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] The need for larger blocks
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: Sun, 28 Jun 2015 12:03:45 -0000
On Sat, Jun 27, 2015 at 2:09 PM, Wladimir J. van der Laan
<laanwj@gmail.com> wrote:
> - minor issues (maybe solving the time-warp issue with mining) issues planned on the long term
This.
> Note that anything non-critical and non-controversial can be planned and time-locked, say, 5 years ahead, obliviating the need for anyone to quickly upgrade their client.
Yes, I specificalyl say that here
https://github.com/jtimon/bips/blob/bip-forks/bip-forks.org#code (just
with 4 years instead of 5).
|