diff --git a/_includes/devdoc/dash-core/rpcs/rpcs/addwitnessaddress.md b/_includes/devdoc/dash-core/rpcs/rpcs/addwitnessaddress.md index 21c7d67c..1838291c 100644 --- a/_includes/devdoc/dash-core/rpcs/rpcs/addwitnessaddress.md +++ b/_includes/devdoc/dash-core/rpcs/rpcs/addwitnessaddress.md @@ -9,10 +9,15 @@ http://opensource.org/licenses/MIT. {% assign summary_addWitnessAddress="adds a witness address for a script (with pubkey or redeem script known)." %} + + {% autocrossref %} *Added in Bitcoin Core 0.13.0* +{{WARNING_ICON}} **_Not implemented in Dash Core (as of 0.12.2)_** + +{% comment %} *Requires wallet support. Requires an unlocked wallet or an unencrypted wallet.* The `addwitnessaddress` RPC {{summary_addWitnessAddress}} @@ -57,4 +62,6 @@ The RPC is disabled by default on mainnet as long as Segregated Witness has not * [BIP-141 - Segregated Witness](https://github.com/bitcoin/bips/blob/master/bip-0141.mediawiki) * [BIP-142 - Address Format for Segregated Witness](https://github.com/bitcoin/bips/blob/master/bip-0142.mediawiki) +{% endcomment %} + {% endautocrossref %} diff --git a/_includes/devdoc/dash-core/rpcs/rpcs/bumpfee.md b/_includes/devdoc/dash-core/rpcs/rpcs/bumpfee.md index 4fbe2fc7..e91c992b 100644 --- a/_includes/devdoc/dash-core/rpcs/rpcs/bumpfee.md +++ b/_includes/devdoc/dash-core/rpcs/rpcs/bumpfee.md @@ -9,13 +9,18 @@ http://opensource.org/licenses/MIT. {% assign summary_bumpFee="replaces an unconfirmed wallet transaction that signaled RBF with a new transaction that pays a higher fee." %} + + {% autocrossref %} *Added in Bitcoin Core 0.14.0* +{{WARNING_ICON}} **_Not implemented in Dash Core (as of 0.12.2)_** + +{% comment %} *Requires wallet support. Wallet must be unlocked.* -The `bumpfee` RPC {{summary_bumpFee}} The increased fee is deducted from the change output. The command fails if the change output is too small to increase the fee or +The `bumpfee` RPC {{summary_bumpFee}} The increased fee is deducted from the change output. The command fails if the change output is too small to increase the fee or if the wallet or mempool contains a transaction that spends one of the transaction's outputs. The `-walletrbf` option needs to be enabled (default is `false`). *Parameter #1---The TXID of the transaction* @@ -40,7 +45,7 @@ if the wallet or mempool contains a transaction that spends one of the transacti t: "numeric (int)" p: "Optional
(0 or 1)" d: "The confirmation target in blocks. Based on this value the new fee will be calculated using the same code as the `estimatefee` RPC. If not set, the default target of ´6´ blocks will be used" - + - n: "→
`totalFee`" t: "numeric (satoshis)" p: "Optional
(0 or 1)" @@ -50,7 +55,7 @@ if the wallet or mempool contains a transaction that spends one of the transacti t: "bool" p: "Optional
(0 or 1)" d: "Whether the new transaction should still be BIP 125 replaceable. Even if set to `false` the transaction may still be replacable, for example if it has unconfirmed ancestors which are replaceable. The default is `true`" - + {% enditemplate %} *Result---information about the new transaction* @@ -75,7 +80,7 @@ if the wallet or mempool contains a transaction that spends one of the transacti t: "numeric (bitcoins)" p: "Required
(exactly 1)" d: "The fee of the new transaction" - + - n: "→
`errors`" t: "array" p: "Required
(exactly 1)" @@ -113,4 +118,6 @@ Result: * [SendRawTransaction][rpc sendrawtransaction]: {{summary_sendRawTransaction}} * [Serialized Transaction Format][raw transaction format] +{% endcomment %} + {% endautocrossref %} diff --git a/_includes/devdoc/dash-core/rpcs/rpcs/importmulti.md b/_includes/devdoc/dash-core/rpcs/rpcs/importmulti.md index f8cfe88a..32810d77 100644 --- a/_includes/devdoc/dash-core/rpcs/rpcs/importmulti.md +++ b/_includes/devdoc/dash-core/rpcs/rpcs/importmulti.md @@ -13,6 +13,9 @@ http://opensource.org/licenses/MIT. *Added in Bitcoin Core 0.14.0* +{{WARNING_ICON}} **_Not implemented in Dash Core (as of 0.12.2)_** + +{% comment %} *Requires wallet support. Wallet must be unlocked.* The `importmulti` RPC {{summary_importMulti}} @@ -49,7 +52,7 @@ The `importmulti` RPC {{summary_importMulti}} t: "string" p: "Optional
(0 or 1)" d: "A redeem script. Only allowed if either the `address` field is a P2SH address or the `scriptPubKey` field is a P2SH scriptPubKey" - + - n: "→ →
`pubkeys`" t: "array" p: "Optional
(0 or 1)" @@ -59,7 +62,7 @@ The `importmulti` RPC {{summary_importMulti}} t: "array" p: "Optional
(0 or 1)" d: "Array of strings giving private keys whose corresponding public keys must occur in the scriptPubKey or redeemscript" - + - n: "→ →
`internal`" t: "bool" p: "Optional
(0 or 1)" @@ -99,27 +102,27 @@ The `importmulti` RPC {{summary_importMulti}} t: "array" p: "Required
(exactly 1)" d: "An array of JSON objects, with each object describing the execution result of each import" - + - n: "→ Result" t: "object" p: "Required
(1 or more)" - d: "A JSON object describing the execution result of an imported address or script" + d: "A JSON object describing the execution result of an imported address or script" - n: "→ →
`success`" t: "string" p: "Required
(exactly 1)" - d: "Displays `true` if the import has been successful or `false` if it failed" + d: "Displays `true` if the import has been successful or `false` if it failed" - n: "→ →
`error`" t: "string : object" p: "Optional
(0 or 1)" d: "A JSON object containing details about the error. Only displayed if the import fails" - + - n: "→ → →
`code`" t: "number (int)" p: "Optional
(0 or 1)" d: "The error code" - + - n: "→ → →
`message`" t: "string" p: "Optional
(0 or 1)" @@ -153,7 +156,7 @@ Result (scriptPubKey import failed because `internal` was not set to `true`): [ { "success": true - }, + }, { "success": false, "error": { @@ -170,4 +173,6 @@ Result (scriptPubKey import failed because `internal` was not set to `true`): * [ImportAddress][rpc importaddress]: {{summary_importAddress}} * [ImportWallet][rpc importwallet]: {{summary_importWallet}} +{% endcomment %} + {% endautocrossref %} diff --git a/_includes/devdoc/dash-core/rpcs/rpcs/importprunedfunds.md b/_includes/devdoc/dash-core/rpcs/rpcs/importprunedfunds.md index a2adf239..7f4c2631 100644 --- a/_includes/devdoc/dash-core/rpcs/rpcs/importprunedfunds.md +++ b/_includes/devdoc/dash-core/rpcs/rpcs/importprunedfunds.md @@ -13,10 +13,13 @@ http://opensource.org/licenses/MIT. *Added in Bitcoin Core 0.13.0* +{{WARNING_ICON}} **_Not implemented in Dash Core (as of 0.12.2)_** + +{% comment %} *Requires wallet support.* -The `importprunedfunds` RPC {{summary_importPrunedFunds}} Corresponding address or script must previously be included in wallet. -The end-user is responsible to import additional transactions that subsequently spend the imported +The `importprunedfunds` RPC {{summary_importPrunedFunds}} Corresponding address or script must previously be included in wallet. +The end-user is responsible to import additional transactions that subsequently spend the imported outputs or rescan after the point in the blockchain the transaction is included. *Parameter #1---the raw transaction to import* @@ -62,4 +65,6 @@ bitcoin-cli importprunedfunds "txhex" "txoutproof" * [ImportPrivKey][rpc importprivkey]: {{summary_importPrivKey}} * [RemovePrunedFunds][rpc removeprunedfunds]: {{summary_removePrunedFunds}} +{% endcomment %} + {% endautocrossref %} diff --git a/_includes/devdoc/dash-core/rpcs/rpcs/removeprunedfunds.md b/_includes/devdoc/dash-core/rpcs/rpcs/removeprunedfunds.md index 94b8edd2..c93b44e1 100644 --- a/_includes/devdoc/dash-core/rpcs/rpcs/removeprunedfunds.md +++ b/_includes/devdoc/dash-core/rpcs/rpcs/removeprunedfunds.md @@ -13,6 +13,9 @@ http://opensource.org/licenses/MIT. *Added in Bitcoin Core 0.13.0* +{{WARNING_ICON}} **_Not implemented in Dash Core (as of 0.12.2)_** + +{% comment %} *Requires wallet support.* The `removeprunedfunds` RPC {{summary_removePrunedFunds}} This will effect wallet balances. @@ -51,4 +54,6 @@ ebf46446a512166eae7628734ea0a5 * [ImportPrivKey][rpc importprivkey]: {{summary_importPrivKey}} * [ImportPrunedFunds][rpc importprunedfunds]: {{summary_importPrunedFunds}} +{% endcomment %} + {% endautocrossref %} diff --git a/_includes/devdoc/dash-core/rpcs/rpcs/signmessagewithprivkey.md b/_includes/devdoc/dash-core/rpcs/rpcs/signmessagewithprivkey.md index c232fd4e..c0388145 100644 --- a/_includes/devdoc/dash-core/rpcs/rpcs/signmessagewithprivkey.md +++ b/_includes/devdoc/dash-core/rpcs/rpcs/signmessagewithprivkey.md @@ -13,6 +13,9 @@ http://opensource.org/licenses/MIT. *Added in Bitcoin Core 0.13.0* +{{WARNING_ICON}} **_Not implemented in Dash Core (as of 0.12.2)_** + +{% comment %} The `signmessagewithprivkey` RPC {{summary_signMessageWithPrivKey}} *Parameter #1---the private key to sign with* @@ -65,4 +68,6 @@ G+ZauMFgQExAJRKZSldbAVEaZo4i0p2AVivbFASo50PkUnynAMDUiNMVdXDlpYMWvatxCmYmLn8C9zyg * [SignMessage][rpc signmessage]: {{summary_signMessage}} * [VerifyMessage][rpc verifymessage]: {{summary_verifyMessage}} -{% endautocrossref %} \ No newline at end of file +{% endcomment %} + +{% endautocrossref %} diff --git a/_includes/helpers/vars.md b/_includes/helpers/vars.md index 02f8f955..87f24a6d 100644 --- a/_includes/helpers/vars.md +++ b/_includes/helpers/vars.md @@ -320,5 +320,6 @@ NOT IN DASH {% endcapture %} {% assign WARNING="![Warning icon](/img/icons/icon_warning.svg) **Warning:**" %} +{% assign WARNING_ICON="![Warning icon](/img/icons/icon_warning.svg)" %} {% assign reindexNote="Note: if you begin using `txindex=1` after downloading the block chain, you must rebuild your indexes by starting Bitcoin Core with the option `-reindex`. This may take several hours to complete, during which time your node will not process new blocks or transactions. This reindex only needs to be done once." %}