mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36: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
|
@ -63,6 +63,8 @@ confirmations:
|
|||
confirmed transactions:
|
||||
consensus:
|
||||
consensus rules:
|
||||
data-pushing op code:
|
||||
data-pushing op codes: data-pushing op code
|
||||
denomination:
|
||||
denominations: denomination
|
||||
DER format: der
|
||||
|
@ -87,6 +89,8 @@ fiat:
|
|||
'`filteradd` messages': filteradd message
|
||||
'`filterclear` message': filterclear message
|
||||
'`filterclear` messages': filterclear message
|
||||
'`filterload` message': filterload message
|
||||
'`filterload` messages': filterload message
|
||||
fork:
|
||||
forks: fork
|
||||
genesis block:
|
||||
|
@ -175,6 +179,8 @@ op codes: op code
|
|||
'`op_hash160`': op_hash160
|
||||
'`op_return`': op_return
|
||||
'`op_verify`': op_verify
|
||||
outpoint:
|
||||
outpoints: outpoint
|
||||
outputs: output
|
||||
output:
|
||||
output index:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue