Dev Docs: Add P2P Messages That Request Or Reply With Data

Adds to the devel reference page detailed documentation on the following
messages: block, getblocks, getdata, getheaders, headers, inv, mempool,
merkleblock, notfound, and tx.

Adds to the devel examples page an example of requesting and parsing a
merkleblock message.

Adds to the devel docs overview pages links to the above two new
P2P sections.

Tweaks the autocrossref plugin ignore pattern to not crossref in the
middle of a GIF image name; this allows the inclusion of animated GIFs.
This commit is contained in:
David A. Harding 2014-10-28 14:28:14 -04:00
parent a27cf8be5f
commit 1634212dd5
No known key found for this signature in database
GPG key ID: 4B29C30FF29EC4B7
57 changed files with 7352 additions and 6 deletions

View file

@ -62,6 +62,8 @@ title: "Developer Documentation - Bitcoin"
<div>
<h2><img src="/img/ico_network.svg" class="titleicon" alt="Icon">P2P Network</h2>
<p><a href="/en/developer-guide#p2p-network">P2P Network Guide</a></p>
<p><a href="/en/developer-reference#p2p-network">P2P Network Reference</a></p>
<p><a href="/en/developer-examples#p2p-network">P2P Network Examples</a></p>
<div class="resourcesext">
<p><a href="https://en.bitcoin.it/wiki/Protocol_specification">Full Protocol Specification</a> - Wiki</p>
</div>

View file

@ -30,6 +30,8 @@ title: "Developer Examples - Bitcoin"
{% include example_payment_processing.md %}
{% include example_p2p_networking.md %}
{% include references.md %}
</div>

View file

@ -30,6 +30,8 @@ title: "Developer Reference - Bitcoin"
{% include ref_wallets.md %}
{% include ref_p2p_networking.md %}
## Bitcoin Core APIs
<!-- TODO, Relevant links: