Content - Minor updates

- Fix filterload cross ref url
 - Add note about special tx bloom filter support
This commit is contained in:
thephez 2019-04-24 09:24:34 -04:00
parent 529f9839a6
commit 01311e7ae0
No known key found for this signature in database
GPG key ID: BBC8A06DBE236099
2 changed files with 4 additions and 1 deletions

View file

@ -1459,6 +1459,9 @@ example, TXIDs will be in internal byte order).
if the `BLOOM_UPDATE_P2PUBKEY_ONLY` flag was set. See the subsection if the `BLOOM_UPDATE_P2PUBKEY_ONLY` flag was set. See the subsection
below for details.) below for details.)
As of Dash Core 0.14.0, elements in the extra payload section of DIP2-based
special transactions are also compared against bloom filters.
The following annotated hexdump of a transaction is from the [raw The following annotated hexdump of a transaction is from the [raw
transaction format section][raw transaction format]; the elements which transaction format section][raw transaction format]; the elements which
would be checked by the filter are emphasized in bold. Note that this would be checked by the filter are emphasized in bold. Note that this

View file

@ -239,7 +239,7 @@ http://opensource.org/licenses/MIT.
{% comment %}<!-- Fee Filter not currently implemented in Dash Core. [feefilter message]: /en/developer-reference#feefilter "The P2P network message which requests the receiving peer not relay any transactions below the specified fee rate" -->{% endcomment %} {% comment %}<!-- Fee Filter not currently implemented in Dash Core. [feefilter message]: /en/developer-reference#feefilter "The P2P network message which requests the receiving peer not relay any transactions below the specified fee rate" -->{% endcomment %}
[filteradd message]: /en/developer-reference#filteradd "A P2P protocol message used to add a data element to an existing bloom filter." [filteradd message]: /en/developer-reference#filteradd "A P2P protocol message used to add a data element to an existing bloom filter."
[filterclear message]: /en/developer-reference#filterclear "A P2P protocol message used to remove an existing bloom filter." [filterclear message]: /en/developer-reference#filterclear "A P2P protocol message used to remove an existing bloom filter."
[filterload message]: /en/developer-reference#filterclear "A P2P protocol message used to send a filter to a remote peer, requesting that they only send transactions which match the filter." [filterload message]: /en/developer-reference#filterload "A P2P protocol message used to send a filter to a remote peer, requesting that they only send transactions which match the filter."
[getaddr message]: /en/developer-reference#getaddr "A P2P protool message used to request an addr message containing connection information for other nodes" [getaddr message]: /en/developer-reference#getaddr "A P2P protool message used to request an addr message containing connection information for other nodes"
[getblocks message]: /en/developer-reference#getblocks "A P2P protocol message used to request an inv message containing a range of block header hashes" [getblocks message]: /en/developer-reference#getblocks "A P2P protocol message used to request an inv message containing a range of block header hashes"
[getblocktxn message]: /en/developer-reference#getblocktxn "A P2P protocol message used to request transactions from a compact block" [getblocktxn message]: /en/developer-reference#getblocktxn "A P2P protocol message used to request transactions from a compact block"