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
|
Return-Path: <luke@dashjr.org>
Received: from smtp3.osuosl.org (smtp3.osuosl.org [140.211.166.136])
by lists.linuxfoundation.org (Postfix) with ESMTP id 7A6DCC000B
for <bitcoin-dev@lists.linuxfoundation.org>;
Sun, 25 Apr 2021 21:24:09 +0000 (UTC)
Received: from localhost (localhost [127.0.0.1])
by smtp3.osuosl.org (Postfix) with ESMTP id 5C641605DA
for <bitcoin-dev@lists.linuxfoundation.org>;
Sun, 25 Apr 2021 21:24:09 +0000 (UTC)
X-Virus-Scanned: amavisd-new at osuosl.org
X-Spam-Flag: NO
X-Spam-Score: -0.701
X-Spam-Level:
X-Spam-Status: No, score=-0.701 tagged_above=-999 required=5
tests=[BAYES_05=-0.5, DKIM_SIGNED=0.1, DKIM_VALID=-0.1,
DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, NICE_REPLY_A=-0.001,
RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001]
autolearn=ham autolearn_force=no
Authentication-Results: smtp3.osuosl.org (amavisd-new);
dkim=pass (1024-bit key) header.d=dashjr.org
Received: from smtp3.osuosl.org ([127.0.0.1])
by localhost (smtp3.osuosl.org [127.0.0.1]) (amavisd-new, port 10024)
with ESMTP id I1pvGSR4F2rK
for <bitcoin-dev@lists.linuxfoundation.org>;
Sun, 25 Apr 2021 21:24:08 +0000 (UTC)
X-Greylist: from auto-whitelisted by SQLgrey-1.8.0
Received: from zinan.dashjr.org (zinan.dashjr.org [192.3.11.21])
by smtp3.osuosl.org (Postfix) with ESMTP id BCA78605BF
for <bitcoin-dev@lists.linuxfoundation.org>;
Sun, 25 Apr 2021 21:24:08 +0000 (UTC)
Received: from ishibashi.lan (unknown [12.153.231.213])
(Authenticated sender: luke-jr)
by zinan.dashjr.org (Postfix) with ESMTPSA id 16DF538A0019;
Sun, 25 Apr 2021 21:22:46 +0000 (UTC)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=dashjr.org; s=zinan;
t=1619385848; bh=h1y724HmaGIlpCRh6Rnsz1aVB7T+AT2B37uRQGM59Aw=;
h=From:To:Subject:Date:Cc:References:In-Reply-To;
b=Yc9jr+hWvp84fPgFwvagBf9XefK4TMDt82yHMxoMM689OfaXwnCbTyCNMiA33LwXo
ONMDZ+fqCUyV2SsV70kdQYJLXDYboOvsR+zVHpAaKL2OhNr21AlZHvB8f8pdkUbSxd
R37zJXLZnJBmwkm3g10lb002qXfbseQaXx1jnJkw=
X-Hashcash: 1:25:210425:lf-lists@mattcorallo.com::vvr/dcjgNalcXFpi:din4s
X-Hashcash: 1:25:210425:antoine.riard@gmail.com::A7=I+XH8mQdt26Nx:ahZli
X-Hashcash: 1:25:210425:bitcoin-dev@lists.linuxfoundation.org::gOL/u3vfZN3M8I=1:4sbo
X-Hashcash: 1:25:210425:karljohan-alm@garage.co.jp::b053r9xER6sTxQ3z:U2KV
From: Luke Dashjr <luke@dashjr.org>
To: Matt Corallo <lf-lists@mattcorallo.com>
Date: Sun, 25 Apr 2021 21:22:40 +0000
User-Agent: KMail/1.9.10
References: <202104230209.05373.luke@dashjr.org>
<202104252100.07296.luke@dashjr.org>
<40214e32-ffb3-9518-7bc8-9c1059f50da7@mattcorallo.com>
In-Reply-To: <40214e32-ffb3-9518-7bc8-9c1059f50da7@mattcorallo.com>
X-KMail-QuotePrefix: >
MIME-Version: 1.0
Content-Type: Text/Plain;
charset="utf-8"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Message-Id: <202104252122.40909.luke@dashjr.org>
Cc: Bitcoin Protocol Discussion <bitcoin-dev@lists.linuxfoundation.org>
Subject: Re: [bitcoin-dev] Reminder on the Purpose of BIPs
X-BeenThere: bitcoin-dev@lists.linuxfoundation.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: Bitcoin Protocol 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, 25 Apr 2021 21:24:09 -0000
On Sunday 25 April 2021 21:14:08 Matt Corallo wrote:
> On 4/25/21 17:00, Luke Dashjr wrote:
> > I will not become an accomplice to this deception by giving special
> > treatment, and will process the BIP PR neutrally according to the
> > currently-defined BIP process.
>
> Again, please don't play dumb, no one watching believes this - you've been
> active on the BIP repo on numerous PRs and this has never in the past been
> the case.
I started going through PRs a few days ago, in order of "Recently updated" on
GitHub, starting with the least-recent following the last one I triaged a
month ago that hasn't seen activity.. the same as I have been doing month
after month prior to this.
If you don't believe me, feel free to look through the repo history.
Luke
|