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
|
Return-Path: <pete@petertodd.org>
Received: from smtp1.linuxfoundation.org (smtp1.linux-foundation.org
[172.17.192.35])
by mail.linuxfoundation.org (Postfix) with ESMTPS id C6BFFB00
for <bitcoin-dev@lists.linuxfoundation.org>;
Wed, 27 Sep 2017 21:20:25 +0000 (UTC)
X-Greylist: from auto-whitelisted by SQLgrey-1.7.6
Received: from outmail149058.authsmtp.co.uk (outmail149058.authsmtp.co.uk
[62.13.149.58])
by smtp1.linuxfoundation.org (Postfix) with ESMTPS id 0751F46A
for <bitcoin-dev@lists.linuxfoundation.org>;
Wed, 27 Sep 2017 21:20:24 +0000 (UTC)
Received: from mail-c245.authsmtp.com (mail-c245.authsmtp.com [62.13.128.245])
by punt20.authsmtp.com (8.14.2/8.14.2/) with ESMTP id v8RLKMKt014224;
Wed, 27 Sep 2017 22:20:22 +0100 (BST)
Received: from petertodd.org (ec2-52-5-185-120.compute-1.amazonaws.com
[52.5.185.120]) (authenticated bits=0)
by mail.authsmtp.com (8.14.2/8.14.2/) with ESMTP id v8RLKKKg058192
(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO);
Wed, 27 Sep 2017 22:20:21 +0100 (BST)
Received: from [127.0.0.1] (localhost [127.0.0.1])
by petertodd.org (Postfix) with ESMTPSA id 9CE974011D;
Wed, 27 Sep 2017 21:20:19 +0000 (UTC)
Received: by localhost (Postfix, from userid 1000)
id DF31B205E4; Wed, 27 Sep 2017 17:20:18 -0400 (EDT)
Date: Wed, 27 Sep 2017 17:20:18 -0400
From: Peter Todd <pete@petertodd.org>
To: Mark Friedenbach <mark@friedenbach.org>
Message-ID: <20170927212018.GB2034@savin.petertodd.org>
References: <20170927160654.GA12492@savin.petertodd.org>
<31968FFC-11BC-4331-B602-70B1F74AEEFC@friedenbach.org>
MIME-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha256;
protocol="application/pgp-signature"; boundary="Y7xTucakfITjPcLV"
Content-Disposition: inline
In-Reply-To: <31968FFC-11BC-4331-B602-70B1F74AEEFC@friedenbach.org>
User-Agent: Mutt/1.5.23 (2014-03-12)
X-Server-Quench: ab434d2e-a3c9-11e7-801f-9cb654bb2504
X-AuthReport-Spam: If SPAM / abuse - report it at:
http://www.authsmtp.com/abuse
X-AuthRoute: OCd2Yg0TA1ZNQRgX IjsJECJaVQIpKltL GxAVKBZePFsRUQkR
aAdMdAUUC1AEAgsB AmEbWVZeUl17W2I7 bghPaBtcak9QXgdq
T0pMXVMcUg0KfWd6 fUkeVxFzfgcIfHp2 bQgzDHRYWBB4IFss
QR1dCGwHMGB9YGAe Bl1RJFFSdQcYLB1A alQxNiYHcQ5VPz4z
GA41ejw8IwAXAShZ WAwWNhofUV4KBDcg RhcEVSkuGEAeDz4z
KAEiJhYWEQ4YPkk/ PRM9XhoyEidXU1IF dwAA
X-Authentic-SMTP: 61633532353630.1039:706
X-AuthFastPath: 0 (Was 255)
X-AuthSMTP-Origin: 52.5.185.120/25
X-AuthVirus-Status: No virus detected - but ensure you scan with your own
anti-virus system.
X-Spam-Status: No, score=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW
autolearn=disabled version=3.3.1
X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on
smtp1.linux-foundation.org
Cc: Bitcoin Protocol Discussion <bitcoin-dev@lists.linuxfoundation.org>
Subject: Re: [bitcoin-dev] Address expiration times should be added to
BIP-173
X-BeenThere: bitcoin-dev@lists.linuxfoundation.org
X-Mailman-Version: 2.1.12
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: Wed, 27 Sep 2017 21:20:25 -0000
--Y7xTucakfITjPcLV
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
On Wed, Sep 27, 2017 at 12:03:44PM -0700, Mark Friedenbach wrote:
> While there is a lot that I would like to comment on, for the moment I wi=
ll just mention that you should consider using the 17 bit relative time for=
mat used in CSV as an offset from the birthdate of the address, a field all=
addresses should also have.
Why should addresses have a birthdate? I don't see why that information wou=
ld
be relevant to the person sending funds, and it could pose a privacy risk.
--=20
https://petertodd.org 'peter'[:-1]@petertodd.org
--Y7xTucakfITjPcLV
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: Digital signature
-----BEGIN PGP SIGNATURE-----
iQEcBAEBCAAGBQJZzBYOAAoJECSBQD2l8JH7RdcIAKPLrFm8Bh/Sebrz/rV6LL37
fy8dDeHXk7LbG/yuPl/FmKn/47ikn5bvDTpoEjupuPsuR5VhJKuQkWVFeLgrpMdn
1didGbBhWdyAgSMyrtDj6W+jP8nf82iVNxuAE5ccq8h+pHbXNA7isKW2FhXVO5Yc
03/D8uaOQ9AGgq5wGG+NbYdUXa0uq3k6mqvKVFwmiY9wuOH9G2sOxXX18ku0pM82
gEYPBnXuNNRgdYKibhUnrYxYNvax6eCuyxGBAQ2oqltFpVVEE9oISOzH9A6qt28y
5Ammnhd4trAcVRyqAGpV6oLr/LdXrOJ4xMGyA5Hp0QbBF3z54ythjkPQPiUcan0=
=ljvC
-----END PGP SIGNATURE-----
--Y7xTucakfITjPcLV--
|