<div>As replied on the github issue:</div><div><br></div><div>Personally I still think it&#39;s better to have a clear standardized &quot;protocol version&quot;, that implies what capabilities are supported, instead of a capability-based system that explicitly lists them.</div>
<div><br></div><div>Capability-based systems (just look at OpenGL) tend to become horrendously complex, as you have to take into account all possible combinations of possible interactions, and constantly check for support of specific features instead of just comparing a version number.</div>
<div><br></div><div>Sure, it can be necessary to distinguish between different types of nodes, but there is no need to make it this fine-grained.</div><div><br></div><div>Wladimir</div><br><div class="gmail_quote">On Sat, Jun 16, 2012 at 3:34 AM, Amir Taaki <span dir="ltr">&lt;<a href="mailto:zgenjix@yahoo.com" target="_blank">zgenjix@yahoo.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Introspection/command discovery is nice, but I would prefer it to be immediately done in the first version exchange so no assumptions as to how a network is operating need to be made.<br>

<br>
I like the idea of a flat list of commands. It might make sense to have &quot;meta&quot;-commands that alias to groups of commands. i.e &quot;original&quot; for the current core subset up to (and including) &quot;pong&quot;. The aliases could exist in a text definition file which is held on github or <a href="http://bitcoin.org/" target="_blank">bitcoin.org/</a><br>

<div class="HOEnZb"><div class="h5"><br>
<br>
----- Original Message -----<br>
From: Jeff Garzik &lt;<a href="mailto:jgarzik@exmulti.com">jgarzik@exmulti.com</a>&gt;<br>
To: Bitcoin Development &lt;<a href="mailto:bitcoin-development@lists.sourceforge.net">bitcoin-development@lists.sourceforge.net</a>&gt;<br>
Cc:<br>
Sent: Saturday, June 16, 2012 2:13 AM<br>
Subject: [Bitcoin-development] Proposed new P2P command and response: getcmds, cmdlist<br>
<br>
Outside of major features advertised network-wide in nService bits,<br>
P2P protocol lacks a good method of enumerating minor features or<br>
extensions.  The version number increment is coarse-grained, and is<br>
not self-documenting.  A simple extension which lists supported<br>
commands is added, as demonstrated in this pull request:<br>
<br>
    <a href="https://github.com/bitcoin/bitcoin/pull/1471" target="_blank">https://github.com/bitcoin/bitcoin/pull/1471</a><br>
<br>
Another option is for verack to return this information at login,<br>
eliminating the need for a separate command/response.<br>
<br>
--<br>
Jeff Garzik<br>
exMULTI, Inc.<br>
<a href="mailto:jgarzik@exmulti.com">jgarzik@exmulti.com</a><br>
<br>
------------------------------------------------------------------------------<br>
Live Security Virtual Conference<br>
Exclusive live event will cover all the ways today&#39;s security and<br>
threat landscape has changed and how IT managers can respond. Discussions<br>
will include endpoint security, mobile security and the latest in malware<br>
threats. <a href="http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/" target="_blank">http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/</a><br>
_______________________________________________<br>
Bitcoin-development mailing list<br>
<a href="mailto:Bitcoin-development@lists.sourceforge.net">Bitcoin-development@lists.sourceforge.net</a><br>
<a href="https://lists.sourceforge.net/lists/listinfo/bitcoin-development" target="_blank">https://lists.sourceforge.net/lists/listinfo/bitcoin-development</a><br>
<br>
<br>
------------------------------------------------------------------------------<br>
Live Security Virtual Conference<br>
Exclusive live event will cover all the ways today&#39;s security and<br>
threat landscape has changed and how IT managers can respond. Discussions<br>
will include endpoint security, mobile security and the latest in malware<br>
threats. <a href="http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/" target="_blank">http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/</a><br>
_______________________________________________<br>
Bitcoin-development mailing list<br>
<a href="mailto:Bitcoin-development@lists.sourceforge.net">Bitcoin-development@lists.sourceforge.net</a><br>
<a href="https://lists.sourceforge.net/lists/listinfo/bitcoin-development" target="_blank">https://lists.sourceforge.net/lists/listinfo/bitcoin-development</a><br>
</div></div></blockquote></div><br>