Comment out content of non-implemented Block chain RPCs (GetMemPoolAncestors, GetMemPoolDescendants, GetMemPoolEntry, PreciousBlock, PruneBlockChain)

This commit is contained in:
thephez 2017-10-05 13:51:42 -04:00
parent 0553044117
commit d93da23e46
6 changed files with 34 additions and 5 deletions

View file

@ -100,7 +100,7 @@ These RPCs are all Dash-specific and not found in Bitcoin Core
{% endautocrossref %} {% endautocrossref %}
##### Not implemented in Dash **Not implemented in Dash**
{% autocrossref %} {% autocrossref %}

View file

@ -13,6 +13,9 @@ http://opensource.org/licenses/MIT.
*Added in Bitcoin Core 0.13.0* *Added in Bitcoin Core 0.13.0*
**_Not implemented in Dash Core (as of 0.12.2)_**
{% comment %}
The `getmempoolancestors` RPC {{summary_getMemPoolAncestors}} The `getmempoolancestors` RPC {{summary_getMemPoolAncestors}}
*Parameter #1---a transaction identifier (TXID)* *Parameter #1---a transaction identifier (TXID)*
@ -72,7 +75,7 @@ The `getmempoolancestors` RPC {{summary_getMemPoolAncestors}}
t: "number (bitcoins)" t: "number (bitcoins)"
p: "Required<br>(exactly 1)" p: "Required<br>(exactly 1)"
d: "The transaction fee paid by the transaction in decimal bitcoins" d: "The transaction fee paid by the transaction in decimal bitcoins"
- n: "→ →<br>`modifiedfee`" - n: "→ →<br>`modifiedfee`"
t: "number (bitcoins)" t: "number (bitcoins)"
p: "Required<br>(exactly 1)" p: "Required<br>(exactly 1)"
@ -211,4 +214,6 @@ Result:
* [GetMemPoolDescendants][rpc getmempooldescendants]: {{summary_getMemPoolDescendants}} * [GetMemPoolDescendants][rpc getmempooldescendants]: {{summary_getMemPoolDescendants}}
* [GetRawMemPool][rpc getrawmempool]: {{summary_getRawMemPool}} * [GetRawMemPool][rpc getrawmempool]: {{summary_getRawMemPool}}
{% endcomment %}
{% endautocrossref %} {% endautocrossref %}

View file

@ -13,6 +13,10 @@ http://opensource.org/licenses/MIT.
*Added in Bitcoin Core 0.13.0* *Added in Bitcoin Core 0.13.0*
**_Not implemented in Dash Core (as of 0.12.2)_**
{% comment %}
The `getmempooldescendants` RPC {{summary_getMemPoolDescendants}} The `getmempooldescendants` RPC {{summary_getMemPoolDescendants}}
*Parameter #1---a transaction identifier (TXID)* *Parameter #1---a transaction identifier (TXID)*
@ -72,7 +76,7 @@ The `getmempooldescendants` RPC {{summary_getMemPoolDescendants}}
t: "number (bitcoins)" t: "number (bitcoins)"
p: "Required<br>(exactly 1)" p: "Required<br>(exactly 1)"
d: "The transaction fee paid by the transaction in decimal bitcoins" d: "The transaction fee paid by the transaction in decimal bitcoins"
- n: "→ →<br>`modifiedfee`" - n: "→ →<br>`modifiedfee`"
t: "number (bitcoins)" t: "number (bitcoins)"
p: "Required<br>(exactly 1)" p: "Required<br>(exactly 1)"
@ -211,4 +215,6 @@ Result:
* [GetMemPoolAncestors][rpc getmempoolancestors]: {{summary_getMemPoolAncestors}} * [GetMemPoolAncestors][rpc getmempoolancestors]: {{summary_getMemPoolAncestors}}
* [GetRawMemPool][rpc getrawmempool]: {{summary_getRawMemPool}} * [GetRawMemPool][rpc getrawmempool]: {{summary_getRawMemPool}}
{% endcomment %}
{% endautocrossref %} {% endautocrossref %}

View file

@ -13,6 +13,10 @@ http://opensource.org/licenses/MIT.
*Added in Bitcoin Core 0.13.0* *Added in Bitcoin Core 0.13.0*
**_Not implemented in Dash Core (as of 0.12.2)_**
{% comment %}
The `getmempoolentry` RPC {{summary_getMemPoolEntry}} The `getmempoolentry` RPC {{summary_getMemPoolEntry}}
*Parameter #1---a transaction identifier (TXID)* *Parameter #1---a transaction identifier (TXID)*
@ -42,7 +46,7 @@ The `getmempoolentry` RPC {{summary_getMemPoolEntry}}
t: "number (bitcoins)" t: "number (bitcoins)"
p: "Required<br>(exactly 1)" p: "Required<br>(exactly 1)"
d: "The transaction fee paid by the transaction in decimal bitcoins" d: "The transaction fee paid by the transaction in decimal bitcoins"
- n: "→<br>`modifiedfee`" - n: "→<br>`modifiedfee`"
t: "number (bitcoins)" t: "number (bitcoins)"
p: "Required<br>(exactly 1)" p: "Required<br>(exactly 1)"
@ -145,4 +149,6 @@ Result:
* [GetMemPoolDescendants][rpc getmempooldescendants]: {{summary_getMemPoolDescendants}} * [GetMemPoolDescendants][rpc getmempooldescendants]: {{summary_getMemPoolDescendants}}
* [GetRawMemPool][rpc getrawmempool]: {{summary_getRawMemPool}} * [GetRawMemPool][rpc getrawmempool]: {{summary_getRawMemPool}}
{% endautocrossref %} {% endcomment %}
{% endautocrossref %}

View file

@ -13,6 +13,10 @@ http://opensource.org/licenses/MIT.
*Added in Bitcoin Core 0.14.0* *Added in Bitcoin Core 0.14.0*
**_Not implemented in Dash Core (as of 0.12.2)_**
{% comment %}
The `preciousblock` RPC {{summary_preciousBlock}} A later `preciousblock` call can override the effect of an earlier one. The effects of `preciousblock` are not retained across restarts. The `preciousblock` RPC {{summary_preciousBlock}} A later `preciousblock` call can override the effect of an earlier one. The effects of `preciousblock` are not retained across restarts.
*Parameter #1---the block hash* *Parameter #1---the block hash*
@ -44,4 +48,6 @@ bitcoin-cli preciousblock 000000000000000001517a0bac70b8cd6f27ee\
Result (no output from `bitcoin-cli` because result is set to `null`). Result (no output from `bitcoin-cli` because result is set to `null`).
{% endcomment %}
{% endautocrossref %} {% endautocrossref %}

View file

@ -13,6 +13,10 @@ http://opensource.org/licenses/MIT.
*Added in Bitcoin Core 0.14.0* *Added in Bitcoin Core 0.14.0*
**_Not implemented in Dash Core (as of 0.12.2)_**
{% comment %}
The `pruneblockchain` RPC {{summary_pruneBlockChain}} The `-prune` option needs to be enabled (disabled by default). The `pruneblockchain` RPC {{summary_pruneBlockChain}} The `-prune` option needs to be enabled (disabled by default).
*Parameter #1---the block height or timestamp* *Parameter #1---the block height or timestamp*
@ -51,4 +55,6 @@ Result:
* [ImportPrunedFunds][rpc importprunedfunds]: {{summary_importPrunedFunds}} * [ImportPrunedFunds][rpc importprunedfunds]: {{summary_importPrunedFunds}}
{% endcomment %}
{% endautocrossref %} {% endautocrossref %}