mirror of
https://github.com/seigler/dash-docs
synced 2025-07-28 02:06:13 +00:00
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:
parent
b9ee23615a
commit
a8fd82c6a6
8 changed files with 713 additions and 18 deletions
|
@ -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 %}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue