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
|
Return-Path: <gmaxwell@gmail.com>
Received: from smtp1.linuxfoundation.org (smtp1.linux-foundation.org
[172.17.192.35])
by mail.linuxfoundation.org (Postfix) with ESMTPS id 924B1AE7
for <bitcoin-dev@lists.linuxfoundation.org>;
Mon, 29 Jun 2015 05:43:14 +0000 (UTC)
X-Greylist: whitelisted by SQLgrey-1.7.6
Received: from mail-ig0-f181.google.com (mail-ig0-f181.google.com
[209.85.213.181])
by smtp1.linuxfoundation.org (Postfix) with ESMTPS id 1918C112
for <bitcoin-dev@lists.linuxfoundation.org>;
Mon, 29 Jun 2015 05:43:14 +0000 (UTC)
Received: by igrv9 with SMTP id v9so22234483igr.1
for <bitcoin-dev@lists.linuxfoundation.org>;
Sun, 28 Jun 2015 22:43:13 -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=c+hgx7okTROnQ+LCrM7GnqBVtrd6zrrzUel60jHaLEk=;
b=QCczSgW2q+BFdfc+Qon5lBUmPBuGRJuJCJx+HJm1cEVbzbIZZf3YBUzuV4+SmfMMuD
jXf7b91VTL0AUlB8tXm1yQbP8PwBNTKGa+7UgKyMFyvLzzQw9xlXYCs1mRayaYi6avsl
NRNlDfok+S84jvyOtInnt3+J20y7LCaQXBNLZkvmiQNn6UeiAvp24XDpRCJrPVbB2B2e
5xdJRRJoOfn02/hwvoSQEiLn3DBra4tYSnkBeHAYs5U4EV3mCd8PT4oW3vmzMgmBUxTh
sDcbeYuQEzQBpTIsNaW8JntUmSxehtpfA1QswkKPBlMfBo7haS54AUtXjVyjmXhgLJvR
7lgA==
MIME-Version: 1.0
X-Received: by 10.43.172.68 with SMTP id nx4mr15424201icc.48.1435556593403;
Sun, 28 Jun 2015 22:43:13 -0700 (PDT)
Received: by 10.107.147.69 with HTTP; Sun, 28 Jun 2015 22:43:13 -0700 (PDT)
In-Reply-To: <201506290540.26019.luke@dashjr.org>
References: <20150629050726.GA502@savin.petertodd.org>
<201506290540.26019.luke@dashjr.org>
Date: Mon, 29 Jun 2015 05:43:13 +0000
Message-ID: <CAAS2fgRZh=__VGH8aJq4D9G62ostt20YUafJ66mm7BhdBRKe=Q@mail.gmail.com>
From: Gregory Maxwell <gmaxwell@gmail.com>
To: Luke Dashjr <luke@dashjr.org>
Content-Type: text/plain; charset=UTF-8
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] BIP: Full Replace-by-Fee deployment schedule
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: Mon, 29 Jun 2015 05:43:14 -0000
On Mon, Jun 29, 2015 at 5:40 AM, Luke Dashjr <luke@dashjr.org> wrote:
> Policy is node/miner fiat and not the domain of BIPs.
Even accepting the premise that policy is pure local fiat, the
conclusion doesn't follow for me. BIPs about best practices or
especially anything where interop or coordination are, I think,
reasonable uses of the process.
E.g. you might want to know what other kinds of policy are in use if
you're to have any hope of authoring transactions that work at all!
|