Dev Docs: Describe Filterload Message (Final P2P Message To Document)

New material:

* Add documentation for `filterload` message to devref. This is the last
  P2P protocol message which needed documentation.

* Add an example for creating a bloom filter to the devex, as well as an
  example of checking data against that filter.

Edits:

* Change "object" to "element" in previous `filteradd` text. I decided
  "transaction element" made more sense than the more generic "object".
  Text should be fully consistent across both `filterload` and
  `filteradd` descriptions.

* Mentioned that I think the example hexdump in the `alert` section is
  public domain. (Only the hex is taken from the wiki; the annotation is
  my own work.)
This commit is contained in:
David A. Harding 2014-11-18 10:02:50 -05:00
parent b9ee23615a
commit a8fd82c6a6
8 changed files with 713 additions and 18 deletions

View file

@ -238,7 +238,7 @@ Each non-coinbase input spends an outpoint from a previous transaction.
{% endautocrossref %}
**Outpoint: The Specific Part Of A Specific Output**
**[Outpoint][]{:#term-outpoint}{:.term}: The Specific Part Of A Specific Output**
{% autocrossref %}