mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
Removed 0.10.0 mentions
This commit is contained in:
parent
5d3cff53ee
commit
3e80757193
15 changed files with 23 additions and 36 deletions
|
@ -9,13 +9,13 @@ http://opensource.org/licenses/MIT.
|
|||
|
||||
{% autocrossref %}
|
||||
|
||||
* [GET Block][rest get block] {{summary_restGetBlock}} {{NEW0_10_0}}, {{UPDATED0_13_0}}
|
||||
* [GET Block/NoTxDetails][rest get block-notxdetails] {{summary_restGetBlock-noTxDetails}} {{NEW0_10_0}}, {{UPDATED0_13_0}}
|
||||
* [GET Block][rest get block] {{summary_restGetBlock}} {{UPDATED0_13_0}}
|
||||
* [GET Block/NoTxDetails][rest get block-notxdetails] {{summary_restGetBlock-noTxDetails}} {{UPDATED0_13_0}}
|
||||
* [GET ChainInfo][rest get chaininfo] {{summary_restGetChainInfo}} {{NEW0_11_0}}, {{UPDATED0_12_0}}
|
||||
* [GET GetUtxos][rest get getutxos] {{summary_restGetGetUtxos}} {{NEW0_11_0}}
|
||||
* [GET Headers][rest get headers] {{summary_restGetHeaders}} {{NEW0_11_0}}, {{UPDATED0_13_0}}
|
||||
* [GET MemPool/Contents][rest get mempool-contents] {{summary_restGetMemPool-contents}} {{NEW0_12_0}}
|
||||
* [GET MemPool/Info][rest get mempool-info] {{summary_restGetMemPool-info}} {{NEW0_12_0}}
|
||||
* [GET Tx][rest get tx] {{summary_restGetTx}} {{NEW0_10_0}}, {{UPDATED0_13_0}}
|
||||
* [GET Tx][rest get tx] {{summary_restGetTx}} {{UPDATED0_13_0}}
|
||||
|
||||
{% endautocrossref %}
|
||||
|
|
|
@ -11,8 +11,6 @@ http://opensource.org/licenses/MIT.
|
|||
|
||||
{% assign summary_estimatePriority="estimates the priority that a transaction needs in order to be included within a certain number of blocks as a free high-priority transaction." %}
|
||||
|
||||
*Added in Bitcoin Core 0.10.0.*
|
||||
|
||||
The `estimatepriority` RPC {{summary_estimatePriority}}
|
||||
|
||||
{{WARNING}} `estimatepriority` will be removed in a later version of Bitcoin
|
||||
|
|
|
@ -11,8 +11,6 @@ http://opensource.org/licenses/MIT.
|
|||
|
||||
{% autocrossref %}
|
||||
|
||||
*Added in Bitcoin Core 0.10.0.*
|
||||
|
||||
The `getchaintips` RPC {{summary_getChainTips}}
|
||||
|
||||
*Parameters: none*
|
||||
|
|
|
@ -74,7 +74,7 @@ Core. Use the RPCs listed in the See Also subsection below instead.
|
|||
- n: "→<br>`testnet`"
|
||||
t: "bool"
|
||||
p: "Required<br>(exactly 1)"
|
||||
d: "*Added in Bitcoin Core 0.10.0*<br><br>Set to `true` if this node is on testnet; set to `false` if this node is on mainnet or a regtest"
|
||||
d: "Set to `true` if this node is on testnet; set to `false` if this node is on mainnet or a regtest"
|
||||
|
||||
- n: "→<br>`keypoololdest`"
|
||||
t: "number (int)"
|
||||
|
|
|
@ -11,8 +11,6 @@ http://opensource.org/licenses/MIT.
|
|||
|
||||
{% autocrossref %}
|
||||
|
||||
*Added in Bitcoin Core 0.10.0*
|
||||
|
||||
The `getmempoolinfo` RPC {{summary_getMemPoolInfo}}
|
||||
|
||||
*Parameters: none*
|
||||
|
@ -52,7 +50,7 @@ The `getmempoolinfo` RPC {{summary_getMemPoolInfo}}
|
|||
|
||||
{% enditemplate %}
|
||||
|
||||
*Example from Bitcoin Core 0.12.0*
|
||||
*Example from Bitcoin Core 0.14.1*
|
||||
|
||||
{% highlight bash %}
|
||||
bitcoin-cli -testnet getmempoolinfo
|
||||
|
|
|
@ -31,7 +31,7 @@ The `getnetworkinfo` RPC {{summary_getNetworkInfo}}
|
|||
- n: "→<br>`subversion`"
|
||||
t: "string"
|
||||
p: "Required<br>(exactly 1)"
|
||||
d: "*Added in Bitcoin Core 0.10.0*<br><br>The user agent this node sends in its `version` message"
|
||||
d: "The user agent this node sends in its `version` message"
|
||||
|
||||
- n: "→<br>`protocolversion`"
|
||||
t: "number (int)"
|
||||
|
@ -41,7 +41,7 @@ The `getnetworkinfo` RPC {{summary_getNetworkInfo}}
|
|||
- n: "→<br>`localservices`"
|
||||
t: "string (hex)"
|
||||
p: "Required<br>(exactly 1)"
|
||||
d: "*Added in Bitcoin Core 0.10.0*<br><br>The services supported by this node as advertised in its `version` message"
|
||||
d: "The services supported by this node as advertised in its `version` message"
|
||||
|
||||
- n: "→<br>`localrelay`"
|
||||
t: "bool"
|
||||
|
@ -61,7 +61,7 @@ The `getnetworkinfo` RPC {{summary_getNetworkInfo}}
|
|||
- n: "→<br>`networks`"
|
||||
t: "array"
|
||||
p: "Required<br>(exactly 1)"
|
||||
d: "*Added in Bitcoin Core 0.10.0*<br><br>An array with three objects: one describing the IPv4 connection, one describing the IPv6 connection, and one describing the Tor hidden service (onion) connection"
|
||||
d: "An array with three objects: one describing the IPv4 connection, one describing the IPv6 connection, and one describing the Tor hidden service (onion) connection"
|
||||
|
||||
- n: "→ →<br>Network"
|
||||
t: "object"
|
||||
|
|
|
@ -31,7 +31,7 @@ The `getpeerinfo` RPC {{summary_getPeerInfo}}
|
|||
- n: "→ →<br>`id`"
|
||||
t: "number (int)"
|
||||
p: "Required<br>(exactly 1)"
|
||||
d: "*Added in Bitcoin Core 0.10.0*<br><br>The node's index number in the local node address database"
|
||||
d: "The node's index number in the local node address database"
|
||||
|
||||
- n: "→ →<br>`addr`"
|
||||
t: "string"
|
||||
|
@ -121,22 +121,17 @@ The `getpeerinfo` RPC {{summary_getPeerInfo}}
|
|||
- n: "→ →<br>`synced_headers`"
|
||||
t: "number (int)"
|
||||
p: "Required<br>(exactly 1)"
|
||||
d: "*Added in Bitcoin Core 0.10.0*<br><br>The highest-height header we have in common with this node based the last P2P `headers` message it sent us. If a `headers` message has not been received, this will be set to `-1`"
|
||||
d: "The highest-height header we have in common with this node based the last P2P `headers` message it sent us. If a `headers` message has not been received, this will be set to `-1`"
|
||||
|
||||
- n: "→ →<br>`synced_blocks`"
|
||||
t: "number (int)"
|
||||
p: "Required<br>(exactly 1)"
|
||||
d: "*Added in Bitcoin Core 0.10.0*<br><br>The highest-height block we have in common with this node based on P2P `inv` messages this node sent us. If no block `inv` messages have been received from this node, this will be set to `-1`"
|
||||
|
||||
- n: "→ →<br>`syncnode`"
|
||||
t: "bool"
|
||||
p: "Required<br>(exactly 1)"
|
||||
d: "*Removed in Bitcoin Core 0.10.0*<br><br>Whether we're using this node as our syncnode during initial block download"
|
||||
d: "The highest-height block we have in common with this node based on P2P `inv` messages this node sent us. If no block `inv` messages have been received from this node, this will be set to `-1`"
|
||||
|
||||
- n: "→ →<br>`inflight`"
|
||||
t: "array"
|
||||
p: "Required<br>(exactly 1)"
|
||||
d: "*Added in Bitcoin Core 0.10.0*<br><br>An array of blocks which have been requested from this peer. May be empty"
|
||||
d: "An array of blocks which have been requested from this peer. May be empty"
|
||||
|
||||
- n: "→ → →<br>Blocks"
|
||||
t: "number (int)"
|
||||
|
@ -146,7 +141,7 @@ The `getpeerinfo` RPC {{summary_getPeerInfo}}
|
|||
- n: "→ →<br>`whitelisted`"
|
||||
t: "bool"
|
||||
p: "Required<br>(exactly 1)"
|
||||
d: "*Added in Bitcoin Core 0.10.0*<br><br>Set to `true` if the remote peer has been whitelisted; otherwise, set to `false`. Whitelisted peers will not be banned if their ban score exceeds the maximum (100 by default). By default, peers connecting from localhost are whitelisted"
|
||||
d: "Set to `true` if the remote peer has been whitelisted; otherwise, set to `false`. Whitelisted peers will not be banned if their ban score exceeds the maximum (100 by default). By default, peers connecting from localhost are whitelisted"
|
||||
|
||||
- n: "→ →<br>`bytessent_per_msg`"
|
||||
t: "string : <br>object"
|
||||
|
|
|
@ -59,7 +59,7 @@ The `gettransaction` RPC {{summary_getTransaction}}
|
|||
- n: "→ → <br>`involvesWatchonly`"
|
||||
t: "bool"
|
||||
p: "Optional<br>(0 or 1)"
|
||||
d: "*Added in Bitcoin Core 0.10.0*<br><br>Set to `true` if the input or output involves a watch-only address. Otherwise not returned"
|
||||
d: "Set to `true` if the input or output involves a watch-only address. Otherwise not returned"
|
||||
|
||||
- n: "→ →<br>`account`"
|
||||
t: "string"
|
||||
|
@ -84,7 +84,7 @@ The `gettransaction` RPC {{summary_getTransaction}}
|
|||
- n: "→ →<br>`vout`"
|
||||
t: "number (int)"
|
||||
p: "Required<br>(exactly 1)"
|
||||
d: "*Added in Bitcoin Core 0.10.0*<br><br>For an output, the output index (vout) for this output in this transaction. For an input, the output index for the output being spent in its transaction. Because inputs list the output indexes from previous transactions, more than one entry in the details array may have the same output index"
|
||||
d: "For an output, the output index (vout) for this output in this transaction. For an input, the output index for the output being spent in its transaction. Because inputs list the output indexes from previous transactions, more than one entry in the details array may have the same output index"
|
||||
|
||||
- n: "→ →<br>`fee`"
|
||||
t: "number (bitcoins)"
|
||||
|
|
|
@ -11,7 +11,7 @@ http://opensource.org/licenses/MIT.
|
|||
|
||||
{% autocrossref %}
|
||||
|
||||
*Requires wallet support. Added in Bitcoin Core 0.10.0.*
|
||||
*Requires wallet support.*
|
||||
|
||||
The `importaddress` RPC {{summary_importAddress}}
|
||||
|
||||
|
|
|
@ -52,7 +52,7 @@ Core. Use the RPCs listed in the See Also subsection below instead.
|
|||
- n: "→ →<br>`involvesWatchonly`"
|
||||
t: "bool"
|
||||
p: "Optional<br>(0 or 1)"
|
||||
d: "*Added in Bitcoin Core 0.10.0*<br><br>Set to `true` if the balance of this account includes a watch-only address which has received a spendable payment (that is, a payment with at least the specified number of confirmations and which is not an immature coinbase). Otherwise not returned"
|
||||
d: "Set to `true` if the balance of this account includes a watch-only address which has received a spendable payment (that is, a payment with at least the specified number of confirmations and which is not an immature coinbase). Otherwise not returned"
|
||||
|
||||
- n: "→ →<br>`account`"
|
||||
t: "string"
|
||||
|
|
|
@ -49,7 +49,7 @@ The `listreceivedbyaddress` RPC {{summary_listReceivedByAddress}}
|
|||
- n: "→ →<br>`involvesWatchonly`"
|
||||
t: "bool"
|
||||
p: "Optional<br>(0 or 1)"
|
||||
d: "*Added in Bitcoin Core 0.10.0*<br><br>Set to `true` if this address is a watch-only address which has received a spendable payment (that is, a payment with at least the specified number of confirmations and which is not an immature coinbase). Otherwise not returned"
|
||||
d: "Set to `true` if this address is a watch-only address which has received a spendable payment (that is, a payment with at least the specified number of confirmations and which is not an immature coinbase). Otherwise not returned"
|
||||
|
||||
- n: "→ →<br>`address`"
|
||||
t: "string (base58)"
|
||||
|
|
|
@ -90,7 +90,7 @@ The `listtransactions` RPC {{summary_listTransactions}}
|
|||
- n: "→ →<br>`vout`"
|
||||
t: "number (int)"
|
||||
p: "Optional<br>(0 or 1)"
|
||||
d: "*Added in Bitcoin Core 0.10.0*<br><br>For an output, the output index (vout) for this output in this transaction. For an input, the output index for the output being spent in its transaction. Because inputs list the output indexes from previous transactions, more than one entry in the details array may have the same output index. Not returned for *move* category payments"
|
||||
d: "For an output, the output index (vout) for this output in this transaction. For an input, the output index for the output being spent in its transaction. Because inputs list the output indexes from previous transactions, more than one entry in the details array may have the same output index. Not returned for *move* category payments"
|
||||
|
||||
- n: "→ →<br>`fee`"
|
||||
t: "number (bitcoins)"
|
||||
|
|
|
@ -108,7 +108,7 @@ the *spendable* field in the results described below.
|
|||
- n: "→ →<br>`spendable`"
|
||||
t: "bool"
|
||||
p: "Required<br>(exactly 1)"
|
||||
d: "*Added in Bitcoin Core 0.10.0*<br><br>Set to `true` if the private key or keys needed to spend this output are part of the wallet. Set to `false` if not (such as for watch-only addresses)"
|
||||
d: "Set to `true` if the private key or keys needed to spend this output are part of the wallet. Set to `false` if not (such as for watch-only addresses)"
|
||||
|
||||
- n: "→ →<br>`solvable`"
|
||||
t: "bool"
|
||||
|
|
|
@ -11,8 +11,6 @@ http://opensource.org/licenses/MIT.
|
|||
|
||||
{% autocrossref %}
|
||||
|
||||
*Added in Bitcoin Core 0.10.0.*
|
||||
|
||||
The `prioritisetransaction` RPC {{summary_prioritiseTransaction}}
|
||||
|
||||
*Parameter #1---the TXID of the transaction to modify*
|
||||
|
|
|
@ -7,7 +7,7 @@ http://opensource.org/licenses/MIT.
|
|||
- n: "{{DEPTH}}<br>`involvesWatchonly`"
|
||||
t: "bool"
|
||||
p: "Optional<br>(0 or 1)"
|
||||
d: "*Added in Bitcoin Core 0.10.0*<br><br>Set to `true` if the payment involves a watch-only address. Otherwise not returned"
|
||||
d: "Set to `true` if the payment involves a watch-only address. Otherwise not returned"
|
||||
|
||||
- n: "{{DEPTH}}<br>`account`"
|
||||
t: "string"
|
||||
|
@ -32,7 +32,7 @@ http://opensource.org/licenses/MIT.
|
|||
- n: "{{DEPTH}}<br>`vout`"
|
||||
t: "number (int)"
|
||||
p: "Required<br>(exactly 1)"
|
||||
d: "*Added in Bitcoin Core 0.10.0*<br><br>For an output, the output index (vout) for this output in this transaction. For an input, the output index for the output being spent in its transaction. Because inputs list the output indexes from previous transactions, more than one entry in the details array may have the same output index"
|
||||
d: "For an output, the output index (vout) for this output in this transaction. For an input, the output index for the output being spent in its transaction. Because inputs list the output indexes from previous transactions, more than one entry in the details array may have the same output index"
|
||||
|
||||
- n: "{{DEPTH}}<br>`fee`"
|
||||
t: "number (bitcoins)"
|
||||
|
@ -280,7 +280,7 @@ bitcoins even if this parameter is set to `1` or higher.{% endcapture %}
|
|||
- n: "Include Watch-Only"
|
||||
t: "bool"
|
||||
p: "Optional<br>(0 or 1)"
|
||||
d: "*Added in Bitcoin Core 0.10.0*<br><br>If set to `true`, include watch-only addresses in details and calculations as if they were regular addresses belonging to the wallet. If set to `false` (the default), treat watch-only addresses as if they didn't belong to this wallet"
|
||||
d: "If set to `true`, include watch-only addresses in details and calculations as if they were regular addresses belonging to the wallet. If set to `false` (the default), treat watch-only addresses as if they didn't belong to this wallet"
|
||||
|
||||
{% enditemplate %}
|
||||
{% endcapture %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue