From b9ec5587136c6e84f6d521d994fc1fccb60f6f21 Mon Sep 17 00:00:00 2001 From: thephez Date: Thu, 12 Oct 2017 12:38:07 -0400 Subject: [PATCH] Misc cleanup --- _autocrossref.yaml | 1 + .../dash-core/rpcs/rpcs/getaddressbalance.md | 4 ++-- .../devdoc/dash-core/rpcs/rpcs/getaddressdeltas.md | 4 ++-- .../dash-core/rpcs/rpcs/getaddressmempool.md | 4 ++-- .../devdoc/dash-core/rpcs/rpcs/getaddresstxids.md | 4 ++-- .../devdoc/dash-core/rpcs/rpcs/getaddressutxos.md | 4 ++-- .../devdoc/dash-core/rpcs/rpcs/privatesend.md | 4 ++-- _includes/devdoc/ref_p2p_networking.md | 1 + _includes/helpers/summaries.md | 14 +++++++------- 9 files changed, 21 insertions(+), 19 deletions(-) diff --git a/_autocrossref.yaml b/_autocrossref.yaml index da4035a7..6ea849a0 100644 --- a/_autocrossref.yaml +++ b/_autocrossref.yaml @@ -42,6 +42,7 @@ DER-formatted: der '`dssu` messages': dssu message '`dstx` message': dstx message '`dstx` messages': dstx message +DNS address: DO NOT AUTOCROSSREF ECDSA: epoch time: unix epoch time '`expires`': pp expires diff --git a/_includes/devdoc/dash-core/rpcs/rpcs/getaddressbalance.md b/_includes/devdoc/dash-core/rpcs/rpcs/getaddressbalance.md index 8f29f5e7..e5d4d479 100644 --- a/_includes/devdoc/dash-core/rpcs/rpcs/getaddressbalance.md +++ b/_includes/devdoc/dash-core/rpcs/rpcs/getaddressbalance.md @@ -9,9 +9,9 @@ http://opensource.org/licenses/MIT. {% autocrossref %} -{% assign summary_getAddressBalance="returns the balance for address(es) (requires `addressindex` to be enabled)." %} +{% assign summary_getAddressBalance="returns the balance for address(es)." %} -*Requires wallet support.* +*Requires wallet support and `-addressindex` Dash Core command-line/configuration-file parameter to be enabled.* The `getaddressbalance` RPC {{summary_getAddressBalance}} diff --git a/_includes/devdoc/dash-core/rpcs/rpcs/getaddressdeltas.md b/_includes/devdoc/dash-core/rpcs/rpcs/getaddressdeltas.md index a8dc82de..ab1b1ee1 100644 --- a/_includes/devdoc/dash-core/rpcs/rpcs/getaddressdeltas.md +++ b/_includes/devdoc/dash-core/rpcs/rpcs/getaddressdeltas.md @@ -9,9 +9,9 @@ http://opensource.org/licenses/MIT. {% autocrossref %} -{% assign summary_getAddressDeltas="returns all changes for an address (requires `addressindex` to be enabled)." %} +{% assign summary_getAddressDeltas="returns all changes for an address." %} -*Requires wallet support.* +*Requires wallet support and `-addressindex` Dash Core command-line/configuration-file parameter to be enabled.* The `getaddressdeltas` RPC {{summary_getAddressDeltas}} diff --git a/_includes/devdoc/dash-core/rpcs/rpcs/getaddressmempool.md b/_includes/devdoc/dash-core/rpcs/rpcs/getaddressmempool.md index b669b6f6..6a1c7206 100644 --- a/_includes/devdoc/dash-core/rpcs/rpcs/getaddressmempool.md +++ b/_includes/devdoc/dash-core/rpcs/rpcs/getaddressmempool.md @@ -9,9 +9,9 @@ http://opensource.org/licenses/MIT. {% autocrossref %} -{% assign summary_getAddressMempool="returns all mempool deltas for an address (requires `addressindex` to be enabled)." %} +{% assign summary_getAddressMempool="returns all mempool deltas for an address." %} -*Requires wallet support.* +*Requires wallet support and `-addressindex` Dash Core command-line/configuration-file parameter to be enabled.* The `getaddressmempool` RPC {{summary_getAddressMempool}} diff --git a/_includes/devdoc/dash-core/rpcs/rpcs/getaddresstxids.md b/_includes/devdoc/dash-core/rpcs/rpcs/getaddresstxids.md index 44d8bd6d..fb3dc293 100644 --- a/_includes/devdoc/dash-core/rpcs/rpcs/getaddresstxids.md +++ b/_includes/devdoc/dash-core/rpcs/rpcs/getaddresstxids.md @@ -9,9 +9,9 @@ http://opensource.org/licenses/MIT. {% autocrossref %} -{% assign summary_getAddressTxids="returns the txids for an address(es) (requires `addressindex` to be enabled)" %} +{% assign summary_getAddressTxids="returns the txids for an address(es)." %} -*Requires wallet support.* +*Requires wallet support and `-addressindex` Dash Core command-line/configuration-file parameter to be enabled.* The `getaddresstxids` RPC {{summary_getAddressTxids}} diff --git a/_includes/devdoc/dash-core/rpcs/rpcs/getaddressutxos.md b/_includes/devdoc/dash-core/rpcs/rpcs/getaddressutxos.md index 4a439ed0..06805a2e 100644 --- a/_includes/devdoc/dash-core/rpcs/rpcs/getaddressutxos.md +++ b/_includes/devdoc/dash-core/rpcs/rpcs/getaddressutxos.md @@ -9,9 +9,9 @@ http://opensource.org/licenses/MIT. {% autocrossref %} -{% assign summary_getAddressUtxos="returns all unspent outputs for an address (requires `addressindex` to be enabled)" %} +{% assign summary_getAddressUtxos="returns all unspent outputs for an address." %} -*Requires wallet support.* +*Requires wallet support and `-addressindex` Dash Core command-line/configuration-file parameter to be enabled.* The `getaddressutxos` RPC {{summary_getAddressUtxos}} diff --git a/_includes/devdoc/dash-core/rpcs/rpcs/privatesend.md b/_includes/devdoc/dash-core/rpcs/rpcs/privatesend.md index 8c74a6ae..ff886173 100644 --- a/_includes/devdoc/dash-core/rpcs/rpcs/privatesend.md +++ b/_includes/devdoc/dash-core/rpcs/rpcs/privatesend.md @@ -17,7 +17,7 @@ The `privatesend` RPC {{summary_privateSend}} - n: "`mode`" t: "string" p: "Required
(exactly 1)" - d: "The command mode to use:
`start` - Start mixing
`stop` - Stop mixing
`reset` - Reset mixing" + d: "The command mode to use:
`start` - Start mixing
`stop` - Stop mixing
`reset` - Reset mixing" {% enditemplate %} @@ -45,7 +45,7 @@ Mixing started successfully {% endhighlight %} -**Command Mode - `stop`** +**Command Mode - `stop`** *Result---stop command return status* diff --git a/_includes/devdoc/ref_p2p_networking.md b/_includes/devdoc/ref_p2p_networking.md index 8e2fa4de..4d03b3ac 100644 --- a/_includes/devdoc/ref_p2p_networking.md +++ b/_includes/devdoc/ref_p2p_networking.md @@ -67,6 +67,7 @@ As of Dash Core 0.12.1.5, the most recent protocol version is 70206. | Version | Initial Release | Major Changes |---------|------------------------------------|-------------- +| 70208 | Dash Core 0.12.2.x
(??? 2017) | | 70206 | Dash Core 0.12.1.x
(Mar 2017) | | 70103 | Dash Core 0.12.0.x
(Aug 2015) | | 70076 | Dash Core 0.11.2.x
(Apr 2015) | diff --git a/_includes/helpers/summaries.md b/_includes/helpers/summaries.md index a99501f7..7d5b3ea8 100644 --- a/_includes/helpers/summaries.md +++ b/_includes/helpers/summaries.md @@ -24,11 +24,11 @@ This file is licensed under the terms of its source texts{%endcomment%} {% assign summary_getAccount="returns the name of the account associated with the given address." %} {% assign summary_getAccountAddress="returns the current Bitcoin address for receiving payments to this account. If the account doesn't exist, it creates both the account and a new address for receiving payment. Once a payment has been received to an address, future calls to this RPC for the same account will return a different address." %} {% assign summary_getAddedNodeInfo="returns information about the given added node, or all added nodes (except onetry nodes). Only nodes which have been manually added using the `addnode` RPC will have their information displayed." %} -{% assign summary_getAddressBalance="returns the balance for address(es) (requires `addressindex` to be enabled)." %} -{% assign summary_getAddressDeltas="returns all changes for an address (requires `addressindex` to be enabled)." %} -{% assign summary_getAddressMempool="returns all mempool deltas for an address (requires `addressindex` to be enabled)." %} -{% assign summary_getAddressTxids="returns the txids for an address(es) (requires `addressindex` to be enabled)" %} -{% assign summary_getAddressUtxos="returns all unspent outputs for an address (requires `addressindex` to be enabled)" %} +{% assign summary_getAddressBalance="returns the balance for address(es)." %} +{% assign summary_getAddressDeltas="returns all changes for an address." %} +{% assign summary_getAddressMempool="returns all mempool deltas for an address." %} +{% assign summary_getAddressTxids="returns the txids for an address(es)." %} +{% assign summary_getAddressUtxos="returns all unspent outputs for an address." %} {% assign summary_getAddressesByAccount="returns a list of every address assigned to a particular account." %} {% assign summary_getBalance="gets the balance in decimal bitcoins across all accounts or for a particular account." %} {% assign summary_getBestBlockHash="returns the header hash of the most recent block on the best block chain." %} @@ -93,7 +93,7 @@ This file is licensed under the terms of its source texts{%endcomment%} {% assign summary_masternodeList="returns a list of masternodes in different modes." %} {% assign summary_mnSync="returns the sync status, updates to the next step or resets it entirely." %} {% assign summary_move="moves a specified amount from one account in your wallet to another using an off-block-chain transaction." %} -{% assign summary_ping-rpc="sends a P2P ping message to all connected nodes to measure ping time. Results are provided by the `getpeerinfo` RPC pingtime and pingwait fields as decimal seconds. The P2P `ping` message is handled in a queue with all other commands, so it measures processing backlog, not just network ping." %} +{% assign summary_ping-rpc="sends a P2P ping message to all connected nodes to measure ping time. Results are provided by the `getpeerinfo` RPC pingtime and pingwait fields as decimal seconds. The P2P `ping` message is handled in a queue with all other commands, so it measures processing backlog, not just network ping." %} {% assign summary_preciousBlock="treats a block as if it were received before others with the same work." %} {% assign summary_prioritiseTransaction="adds virtual priority or fee to a transaction, allowing it to be accepted into blocks mined by this node (or miners which use this node) with a lower priority or fee. (It can also remove virtual priority or fee, requiring the transaction have a higher priority or fee to be accepted into a locally-mined block.)" %} {% assign summary_privateSend="controls the mixing process." %} @@ -120,7 +120,7 @@ This file is licensed under the terms of its source texts{%endcomment%} {% assign summary_signMessageWithPrivKey="signs a message with a given private key." %} {% assign summary_signRawTransaction="signs a transaction in the serialized transaction format using private keys stored in the wallet or provided in the call." %} {% assign summary_stop="safely shuts down the Dash Core server." %} -{% assign summary_submitBlock="accepts a block, verifies it is a valid addition to the block chain, and broadcasts it to the network. Extra parameters are ignored by Bitcoin Core but may be used by mining pools or other programs." %} +{% assign summary_submitBlock="accepts a block, verifies it is a valid addition to the block chain, and broadcasts it to the network. Extra parameters are ignored by Dash Core but may be used by mining pools or other programs." %} {% assign summary_validateAddress="returns information about the given Bitcoin address." %} {% assign summary_verifyChain="verifies each entry in the local block chain database." %} {% assign summary_verifyMessage="verifies a signed message." %}