summaryrefslogtreecommitdiff
path: root/67/53ecbde7fe703660e8fc00b6c7604384571915
blob: 51378414936a960cc881dfa4691cdbbcf83980de (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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
Received: from sog-mx-4.v43.ch3.sourceforge.com ([172.29.43.194]
	helo=mx.sourceforge.net)
	by sfs-ml-4.v29.ch3.sourceforge.com with esmtp (Exim 4.76)
	(envelope-from <mh.in.england@gmail.com>) id 1Upaza-0007eK-2q
	for bitcoin-development@lists.sourceforge.net;
	Thu, 20 Jun 2013 09:17:22 +0000
Received-SPF: pass (sog-mx-4.v43.ch3.sourceforge.com: domain of gmail.com
	designates 209.85.214.174 as permitted sender)
	client-ip=209.85.214.174; envelope-from=mh.in.england@gmail.com;
	helo=mail-ob0-f174.google.com; 
Received: from mail-ob0-f174.google.com ([209.85.214.174])
	by sog-mx-4.v43.ch3.sourceforge.com with esmtps (TLSv1:RC4-SHA:128)
	(Exim 4.76) id 1UpazV-0006sw-5K
	for bitcoin-development@lists.sourceforge.net;
	Thu, 20 Jun 2013 09:17:22 +0000
Received: by mail-ob0-f174.google.com with SMTP id wd20so7011710obb.33
	for <bitcoin-development@lists.sourceforge.net>;
	Thu, 20 Jun 2013 02:17:11 -0700 (PDT)
MIME-Version: 1.0
X-Received: by 10.60.133.243 with SMTP id pf19mr89718oeb.118.1371719831741;
	Thu, 20 Jun 2013 02:17:11 -0700 (PDT)
Sender: mh.in.england@gmail.com
Received: by 10.76.23.36 with HTTP; Thu, 20 Jun 2013 02:17:11 -0700 (PDT)
In-Reply-To: <20130620090649.GA17765@vps7135.xlshosting.net>
References: <4DE0E45E-BB48-4DFF-9C86-ACBE312B3049@bitsofproof.com>
	<CANEZrP1MVKSNU92UrQ36sPCN0LNLKrVRXnfVwEZKhgoBFXatBA@mail.gmail.com>
	<20130620090649.GA17765@vps7135.xlshosting.net>
Date: Thu, 20 Jun 2013 11:17:11 +0200
X-Google-Sender-Auth: m1YpdqqI24OSmS9JEZd_-PGGQHQ
Message-ID: <CANEZrP2cLR9sYZ59O-S6HNi9bKPtaY5yOkvVx+O8XAC792acZg@mail.gmail.com>
From: Mike Hearn <mike@plan99.net>
To: Pieter Wuille <pieter.wuille@gmail.com>
Content-Type: multipart/alternative; boundary=047d7b47245a4d6d8d04df9269a7
X-Spam-Score: -0.5 (/)
X-Spam-Report: Spam Filtering performed by mx.sourceforge.net.
	See http://spamassassin.org/tag/ for more details.
	-1.5 SPF_CHECK_PASS SPF reports sender host as permitted sender for
	sender-domain
	0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider
	(mh.in.england[at]gmail.com)
	-0.0 SPF_PASS               SPF: sender matches SPF record
	1.0 HTML_MESSAGE           BODY: HTML included in message
	0.1 DKIM_SIGNED            Message has a DKIM or DK signature,
	not necessarily valid
	-0.1 DKIM_VALID Message has at least one valid DKIM or DK signature
X-Headers-End: 1UpazV-0006sw-5K
Cc: Bitcoin Dev <bitcoin-development@lists.sourceforge.net>,
	Tamas Blummer <tamas@bitsofproof.com>
Subject: Re: [Bitcoin-development] Missing fRelayTxes in version
X-BeenThere: bitcoin-development@lists.sourceforge.net
X-Mailman-Version: 2.1.9
Precedence: list
List-Id: <bitcoin-development.lists.sourceforge.net>
List-Unsubscribe: <https://lists.sourceforge.net/lists/listinfo/bitcoin-development>,
	<mailto:bitcoin-development-request@lists.sourceforge.net?subject=unsubscribe>
List-Archive: <http://sourceforge.net/mailarchive/forum.php?forum_name=bitcoin-development>
List-Post: <mailto:bitcoin-development@lists.sourceforge.net>
List-Help: <mailto:bitcoin-development-request@lists.sourceforge.net?subject=help>
List-Subscribe: <https://lists.sourceforge.net/lists/listinfo/bitcoin-development>,
	<mailto:bitcoin-development-request@lists.sourceforge.net?subject=subscribe>
X-List-Received-Date: Thu, 20 Jun 2013 09:17:22 -0000

--047d7b47245a4d6d8d04df9269a7
Content-Type: text/plain; charset=UTF-8

There's no problem, but there's no benefit either. It also locks us in to a
potentially problematic guarantee - what if in future we want to have, say,
two optional new pieces of data in two different messages. We don't want to
require that if version > X then you have to implement all features up to
and including that point.

Essentially the number of fields in a message is like a little version
number, just for that message. It adds flexibility to keep it that way, and
there's no downside, seeing as that bridge was already crossed and people
with parsers that can't handle it need to fix their code anyway.

So I have a slight preference for keeping things the way they are, it keeps
things flexible for future and costs nothing.



On Thu, Jun 20, 2013 at 11:06 AM, Pieter Wuille <pieter.wuille@gmail.com>wrote:

> On Thu, Jun 20, 2013 at 09:36:40AM +0200, Mike Hearn wrote:
> > Sure but why not do that when there's an actual new field to add? Does
> > anyone have a proposal for a feature that needs a new version field at
> the
> > moment? There's no point changing the protocol now unless there's
> actually
> > a new field to add.
> >
> > Anyway I still don't see why anyone cares about this issue. The Bitcoin
> > protocol does not and never has required that all messages have a fixed
> > number of fields per version. Any parser written on the assumption it did
> > was just buggy. Look at how tx messages are relayed for the most obvious
> > example of that pattern in action - it's actually the raw byte stream
> > that's stored and relayed to ensure that fields added in new versions
> > aren't dropped during round-tripping. Old versions are supposed to
> preserve
> > fields from the future.
>
> Actually, that is not the same issue. What is being argued for here is that
> the version in the version message itself should indicate which fields are
> present, so a parser doesn't need to look at the length of the message.
> That
> seems like a minor but very reasonable request to me, and it's trivial to
> do.
> That doesn't mean that you may receive versions higher than what you know
> of,
> and thus messages with fields you don't know about. That doesn't matter,
> you
> can just ignore them.
>
> I see no problem with raising the protocol version number to indicate
> "all fields up to fRelayTxes are required, if the announced nVersion is
> above N".
> In fact, I believe (though haven't checked) all previous additions to the
> version
> message were accompanied with a protocol version (then: client version)
> increase
> as well.
>
> --
> Pieter
>
>

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

<div dir=3D"ltr">There&#39;s no problem, but there&#39;s no benefit either.=
 It also locks us in to a potentially problematic guarantee - what if in fu=
ture we want to have, say, two optional new pieces of data in two different=
 messages. We don&#39;t want to require that if version &gt; X then you hav=
e to implement all features up to and including that point.<div>
<br></div><div>Essentially the number of fields in a message is like a litt=
le version number, just for that message. It adds flexibility to keep it th=
at way, and there&#39;s no downside, seeing as that bridge was already cros=
sed and people with parsers that can&#39;t handle it need to fix their code=
 anyway.</div>
<div><br></div><div>So I have a slight preference for keeping things the wa=
y they are, it keeps things flexible for future and costs nothing.</div><di=
v><br></div></div><div class=3D"gmail_extra"><br><br><div class=3D"gmail_qu=
ote">
On Thu, Jun 20, 2013 at 11:06 AM, Pieter Wuille <span dir=3D"ltr">&lt;<a hr=
ef=3D"mailto:pieter.wuille@gmail.com" target=3D"_blank">pieter.wuille@gmail=
.com</a>&gt;</span> wrote:<br><blockquote class=3D"gmail_quote" style=3D"ma=
rgin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class=3D"im">On Thu, Jun 20, 2013 at 09:36:40AM +0200, Mike Hearn wrot=
e:<br>
&gt; Sure but why not do that when there&#39;s an actual new field to add? =
Does<br>
&gt; anyone have a proposal for a feature that needs a new version field at=
 the<br>
&gt; moment? There&#39;s no point changing the protocol now unless there&#3=
9;s actually<br>
&gt; a new field to add.<br>
&gt;<br>
&gt; Anyway I still don&#39;t see why anyone cares about this issue. The Bi=
tcoin<br>
&gt; protocol does not and never has required that all messages have a fixe=
d<br>
&gt; number of fields per version. Any parser written on the assumption it =
did<br>
&gt; was just buggy. Look at how tx messages are relayed for the most obvio=
us<br>
&gt; example of that pattern in action - it&#39;s actually the raw byte str=
eam<br>
&gt; that&#39;s stored and relayed to ensure that fields added in new versi=
ons<br>
&gt; aren&#39;t dropped during round-tripping. Old versions are supposed to=
 preserve<br>
&gt; fields from the future.<br>
<br>
</div>Actually, that is not the same issue. What is being argued for here i=
s that<br>
the version in the version message itself should indicate which fields are<=
br>
present, so a parser doesn&#39;t need to look at the length of the message.=
 That<br>
seems like a minor but very reasonable request to me, and it&#39;s trivial =
to do.<br>
That doesn&#39;t mean that you may receive versions higher than what you kn=
ow of,<br>
and thus messages with fields you don&#39;t know about. That doesn&#39;t ma=
tter, you<br>
can just ignore them.<br>
<br>
I see no problem with raising the protocol version number to indicate<br>
&quot;all fields up to fRelayTxes are required, if the announced nVersion i=
s above N&quot;.<br>
In fact, I believe (though haven&#39;t checked) all previous additions to t=
he version<br>
message were accompanied with a protocol version (then: client version) inc=
rease<br>
as well.<br>
<span class=3D"HOEnZb"><font color=3D"#888888"><br>
--<br>
Pieter<br>
<br>
</font></span></blockquote></div><br></div>

--047d7b47245a4d6d8d04df9269a7--