From b813ae5a284b87f153ddb3450fdbd0b15285f91b Mon Sep 17 00:00:00 2001 From: Gareth Davies Date: Wed, 8 May 2019 13:34:30 -0700 Subject: [PATCH] Updating to v2.0.5-1 --- addmultisigaddress.html | 14 +- addnode.html | 14 +- backupwallet.html | 14 +- clearbanned.html | 14 +- createmultisig.html | 14 +- createrawtransaction.html | 14 +- decoderawtransaction.html | 14 +- decodescript.html | 14 +- disconnectnode.html | 14 +- dumpprivkey.html | 14 +- dumpwallet.html | 14 +- encryptwallet.html | 14 +- estimatefee.html | 14 +- estimatepriority.html | 14 +- fundrawtransaction.html | 14 +- generate.html | 14 +- getaccount.html | 14 +- getaccountaddress.html | 14 +- getaddednodeinfo.html | 14 +- getaddressesbyaccount.html | 14 +- getbalance.html | 14 +- getbestblockhash.html | 14 +- getblock.html | 14 +- getblockchaininfo.html | 14 +- getblockcount.html | 14 +- getblockhash.html | 14 +- getblockheader.html | 14 +- getblocksubsidy.html | 14 +- getblocktemplate.html | 14 +- getchaintips.html | 14 +- getconnectioncount.html | 14 +- getdeprecationinfo.html | 14 +- getdifficulty.html | 14 +- getgenerate.html | 14 +- getinfo.html | 14 +- getlocalsolps.html | 14 +- getmempoolinfo.html | 14 +- getmininginfo.html | 14 +- getnettotals.html | 14 +- getnetworkhashps.html | 14 +- getnetworkinfo.html | 14 +- getnetworksolps.html | 14 +- getnewaddress.html | 14 +- getpeerinfo.html | 14 +- getrawchangeaddress.html | 14 +- getrawmempool.html | 14 +- getrawtransaction.html | 14 +- getreceivedbyaccount.html | 14 +- getreceivedbyaddress.html | 14 +- gettransaction.html | 14 +- gettxout.html | 14 +- gettxoutproof.html | 14 +- gettxoutsetinfo.html | 14 +- getunconfirmedbalance.html | 14 +- getwalletinfo.html | 14 +- help.html | 14 +- importaddress.html | 14 +- importprivkey.html | 14 +- importwallet.html | 14 +- index.html | 14 +- keypoolrefill.html | 14 +- listaccounts.html | 14 +- listaddressgroupings.html | 14 +- listbanned.html | 14 +- listlockunspent.html | 14 +- listreceivedbyaccount.html | 14 +- listreceivedbyaddress.html | 14 +- listsinceblock.html | 14 +- listtransactions.html | 14 +- listunspent.html | 14 +- lockunspent.html | 14 +- move.html | 14 +- ping.html | 14 +- prioritisetransaction.html | 14 +- script/template.html | 8 +- sendfrom.html | 14 +- sendmany.html | 14 +- sendrawtransaction.html | 14 +- sendtoaddress.html | 14 +- setaccount.html | 14 +- setban.html | 14 +- setgenerate.html | 14 +- settxfee.html | 14 +- signmessage.html | 14 +- signrawtransaction.html | 14 +- stop.html | 14 +- submitblock.html | 14 +- validateaddress.html | 14 +- verifychain.html | 14 +- verifymessage.html | 14 +- verifytxoutproof.html | 14 +- z_exportkey.html | 14 +- z_exportviewingkey.html | 14 +- z_exportwallet.html | 14 +- z_getbalance.html | 14 +- z_getmigrationstatus.html | 513 +++++++++++++++++++++++++++++++ z_getnewaddress.html | 14 +- z_getoperationresult.html | 14 +- z_getoperationstatus.html | 14 +- z_getpaymentdisclosure.html | 22 +- z_gettotalbalance.html | 14 +- z_importkey.html | 14 +- z_importviewingkey.html | 14 +- z_importwallet.html | 14 +- z_listaddresses.html | 14 +- z_listoperationids.html | 14 +- z_listreceivedbyaddress.html | 14 +- z_listunspent.html | 14 +- z_mergetoaddress.html | 22 +- z_sendmany.html | 14 +- z_setmigration.html | 508 ++++++++++++++++++++++++++++++ z_shieldcoinbase.html | 14 +- z_validateaddress.html | 14 +- z_validatepaymentdisclosure.html | 22 +- zcbenchmark.html | 14 +- zcrawjoinsplit.html | 14 +- zcrawkeygen.html | 14 +- zcrawreceive.html | 14 +- zcsamplejoinsplit.html | 14 +- 119 files changed, 2209 insertions(+), 468 deletions(-) create mode 100644 z_getmigrationstatus.html create mode 100644 z_setmigration.html diff --git a/addmultisigaddress.html b/addmultisigaddress.html index 36ef891..f5fb44f 100644 --- a/addmultisigaddress.html +++ b/addmultisigaddress.html @@ -3,10 +3,10 @@ - + - addmultisigaddress - Zcash 2.0.4 RPC Docs + addmultisigaddress - Zcash 2.0.5-1 RPC Docs @@ -25,14 +25,14 @@
-

addmultisigaddress - Zcash 2.0.4 RPC

+

addmultisigaddress - Zcash 2.0.5-1 RPC

addmultisigaddress nrequired ["key",...] ( "account" )
 
@@ -446,6 +446,9 @@ As json rpc call
                   z_getbalance
                   
+ z_getmigrationstatus +
+ z_getnewaddress
@@ -485,6 +488,9 @@ As json rpc call z_sendmany
+ z_setmigration +
+ z_shieldcoinbase
diff --git a/addnode.html b/addnode.html index b4ac6e7..301d4a7 100644 --- a/addnode.html +++ b/addnode.html @@ -3,10 +3,10 @@ - + - addnode - Zcash 2.0.4 RPC Docs + addnode - Zcash 2.0.5-1 RPC Docs @@ -25,14 +25,14 @@
-

addnode - Zcash 2.0.4 RPC

+

addnode - Zcash 2.0.5-1 RPC

addnode "node" "add|remove|onetry"
 
@@ -433,6 +433,9 @@ Examples:
                   z_getbalance
                   
+ z_getmigrationstatus +
+ z_getnewaddress
@@ -472,6 +475,9 @@ Examples: z_sendmany
+ z_setmigration +
+ z_shieldcoinbase
diff --git a/backupwallet.html b/backupwallet.html index 84a05f6..fb910da 100644 --- a/backupwallet.html +++ b/backupwallet.html @@ -3,10 +3,10 @@ - + - backupwallet - Zcash 2.0.4 RPC Docs + backupwallet - Zcash 2.0.5-1 RPC Docs @@ -25,14 +25,14 @@
-

backupwallet - Zcash 2.0.4 RPC

+

backupwallet - Zcash 2.0.5-1 RPC

backupwallet "destination"
 
@@ -434,6 +434,9 @@ Examples:
                   z_getbalance
                   
+ z_getmigrationstatus +
+ z_getnewaddress
@@ -473,6 +476,9 @@ Examples: z_sendmany
+ z_setmigration +
+ z_shieldcoinbase
diff --git a/clearbanned.html b/clearbanned.html index 7753912..201f9a4 100644 --- a/clearbanned.html +++ b/clearbanned.html @@ -3,10 +3,10 @@ - + - clearbanned - Zcash 2.0.4 RPC Docs + clearbanned - Zcash 2.0.5-1 RPC Docs @@ -25,14 +25,14 @@
-

clearbanned - Zcash 2.0.4 RPC

+

clearbanned - Zcash 2.0.5-1 RPC

clearbanned
 
@@ -428,6 +428,9 @@ Examples:
                   z_getbalance
                   
+ z_getmigrationstatus +
+ z_getnewaddress
@@ -467,6 +470,9 @@ Examples: z_sendmany
+ z_setmigration +
+ z_shieldcoinbase
diff --git a/createmultisig.html b/createmultisig.html index 8be434d..5cfa95a 100644 --- a/createmultisig.html +++ b/createmultisig.html @@ -3,10 +3,10 @@ - + - createmultisig - Zcash 2.0.4 RPC Docs + createmultisig - Zcash 2.0.5-1 RPC Docs @@ -25,14 +25,14 @@
-

createmultisig - Zcash 2.0.4 RPC

+

createmultisig - Zcash 2.0.5-1 RPC

createmultisig nrequired ["key",...]
 
@@ -447,6 +447,9 @@ As a json rpc call
                   z_getbalance
                   
+ z_getmigrationstatus +
+ z_getnewaddress
@@ -486,6 +489,9 @@ As a json rpc call z_sendmany
+ z_setmigration +
+ z_shieldcoinbase
diff --git a/createrawtransaction.html b/createrawtransaction.html index 50ba789..e621bed 100644 --- a/createrawtransaction.html +++ b/createrawtransaction.html @@ -3,10 +3,10 @@ - + - createrawtransaction - Zcash 2.0.4 RPC Docs + createrawtransaction - Zcash 2.0.5-1 RPC Docs @@ -25,14 +25,14 @@
-

createrawtransaction - Zcash 2.0.4 RPC

+

createrawtransaction - Zcash 2.0.5-1 RPC

createrawtransaction [{"txid":"id","vout":n},...] {"address":amount,...} ( locktime ) ( expiryheight )
 
@@ -452,6 +452,9 @@ Examples
                   z_getbalance
                   
+ z_getmigrationstatus +
+ z_getnewaddress
@@ -491,6 +494,9 @@ Examples z_sendmany
+ z_setmigration +
+ z_shieldcoinbase
diff --git a/decoderawtransaction.html b/decoderawtransaction.html index bed6d6c..c59429c 100644 --- a/decoderawtransaction.html +++ b/decoderawtransaction.html @@ -3,10 +3,10 @@ - + - decoderawtransaction - Zcash 2.0.4 RPC Docs + decoderawtransaction - Zcash 2.0.5-1 RPC Docs @@ -25,14 +25,14 @@
-

decoderawtransaction - Zcash 2.0.4 RPC

+

decoderawtransaction - Zcash 2.0.5-1 RPC

decoderawtransaction "hexstring"
 
@@ -497,6 +497,9 @@ Examples:
                   z_getbalance
                   
+ z_getmigrationstatus +
+ z_getnewaddress
@@ -536,6 +539,9 @@ Examples: z_sendmany
+ z_setmigration +
+ z_shieldcoinbase
diff --git a/decodescript.html b/decodescript.html index 041ef60..0ed3f0e 100644 --- a/decodescript.html +++ b/decodescript.html @@ -3,10 +3,10 @@ - + - decodescript - Zcash 2.0.4 RPC Docs + decodescript - Zcash 2.0.5-1 RPC Docs @@ -25,14 +25,14 @@
-

decodescript - Zcash 2.0.4 RPC

+

decodescript - Zcash 2.0.5-1 RPC

decodescript "hex"
 
@@ -444,6 +444,9 @@ Examples:
                   z_getbalance
                   
+ z_getmigrationstatus +
+ z_getnewaddress
@@ -483,6 +486,9 @@ Examples: z_sendmany
+ z_setmigration +
+ z_shieldcoinbase
diff --git a/disconnectnode.html b/disconnectnode.html index 4819cfd..9600a5c 100644 --- a/disconnectnode.html +++ b/disconnectnode.html @@ -3,10 +3,10 @@ - + - disconnectnode - Zcash 2.0.4 RPC Docs + disconnectnode - Zcash 2.0.5-1 RPC Docs @@ -25,14 +25,14 @@
-

disconnectnode - Zcash 2.0.4 RPC

+

disconnectnode - Zcash 2.0.5-1 RPC

disconnectnode "node" 
 
@@ -431,6 +431,9 @@ Examples:
                   z_getbalance
                   
+ z_getmigrationstatus +
+ z_getnewaddress
@@ -470,6 +473,9 @@ Examples: z_sendmany
+ z_setmigration +
+ z_shieldcoinbase
diff --git a/dumpprivkey.html b/dumpprivkey.html index 837b6bc..323fdb1 100644 --- a/dumpprivkey.html +++ b/dumpprivkey.html @@ -3,10 +3,10 @@ - + - dumpprivkey - Zcash 2.0.4 RPC Docs + dumpprivkey - Zcash 2.0.5-1 RPC Docs @@ -25,14 +25,14 @@
-

dumpprivkey - Zcash 2.0.4 RPC

+

dumpprivkey - Zcash 2.0.5-1 RPC

dumpprivkey "t-addr"
 
@@ -436,6 +436,9 @@ Examples:
                   z_getbalance
                   
+ z_getmigrationstatus +
+ z_getnewaddress
@@ -475,6 +478,9 @@ Examples: z_sendmany
+ z_setmigration +
+ z_shieldcoinbase
diff --git a/dumpwallet.html b/dumpwallet.html index ce1ebce..f959ff7 100644 --- a/dumpwallet.html +++ b/dumpwallet.html @@ -3,10 +3,10 @@ - + - dumpwallet - Zcash 2.0.4 RPC Docs + dumpwallet - Zcash 2.0.5-1 RPC Docs @@ -25,14 +25,14 @@
-

dumpwallet - Zcash 2.0.4 RPC

+

dumpwallet - Zcash 2.0.5-1 RPC

dumpwallet "filename"
 
@@ -434,6 +434,9 @@ Examples:
                   z_getbalance
                   
+ z_getmigrationstatus +
+ z_getnewaddress
@@ -473,6 +476,9 @@ Examples: z_sendmany
+ z_setmigration +
+ z_shieldcoinbase
diff --git a/encryptwallet.html b/encryptwallet.html index 1b15519..d98757c 100644 --- a/encryptwallet.html +++ b/encryptwallet.html @@ -3,10 +3,10 @@ - + - encryptwallet - Zcash 2.0.4 RPC Docs + encryptwallet - Zcash 2.0.5-1 RPC Docs @@ -25,14 +25,14 @@
-

encryptwallet - Zcash 2.0.4 RPC

+

encryptwallet - Zcash 2.0.5-1 RPC

encryptwallet "passphrase"
 
@@ -457,6 +457,9 @@ As a json rpc call
                   z_getbalance
                   
+ z_getmigrationstatus +
+ z_getnewaddress
@@ -496,6 +499,9 @@ As a json rpc call z_sendmany
+ z_setmigration +
+ z_shieldcoinbase
diff --git a/estimatefee.html b/estimatefee.html index 66b868b..22f7eb4 100644 --- a/estimatefee.html +++ b/estimatefee.html @@ -3,10 +3,10 @@ - + - estimatefee - Zcash 2.0.4 RPC Docs + estimatefee - Zcash 2.0.5-1 RPC Docs @@ -25,14 +25,14 @@
-

estimatefee - Zcash 2.0.4 RPC

+

estimatefee - Zcash 2.0.5-1 RPC

estimatefee nblocks
 
@@ -438,6 +438,9 @@ Example:
                   z_getbalance
                   
+ z_getmigrationstatus +
+ z_getnewaddress
@@ -477,6 +480,9 @@ Example: z_sendmany
+ z_setmigration +
+ z_shieldcoinbase
diff --git a/estimatepriority.html b/estimatepriority.html index bfa1516..2815788 100644 --- a/estimatepriority.html +++ b/estimatepriority.html @@ -3,10 +3,10 @@ - + - estimatepriority - Zcash 2.0.4 RPC Docs + estimatepriority - Zcash 2.0.5-1 RPC Docs @@ -25,14 +25,14 @@
-

estimatepriority - Zcash 2.0.4 RPC

+

estimatepriority - Zcash 2.0.5-1 RPC

estimatepriority nblocks
 
@@ -438,6 +438,9 @@ Example:
                   z_getbalance
                   
+ z_getmigrationstatus +
+ z_getnewaddress
@@ -477,6 +480,9 @@ Example: z_sendmany
+ z_setmigration +
+ z_shieldcoinbase
diff --git a/fundrawtransaction.html b/fundrawtransaction.html index d8f3672..5b912b8 100644 --- a/fundrawtransaction.html +++ b/fundrawtransaction.html @@ -3,10 +3,10 @@ - + - fundrawtransaction - Zcash 2.0.4 RPC Docs + fundrawtransaction - Zcash 2.0.5-1 RPC Docs @@ -25,14 +25,14 @@
-

fundrawtransaction - Zcash 2.0.4 RPC

+

fundrawtransaction - Zcash 2.0.5-1 RPC

fundrawtransaction "hexstring"
 
@@ -452,6 +452,9 @@ Send the transaction
                   z_getbalance
                   
+ z_getmigrationstatus +
+ z_getnewaddress
@@ -491,6 +494,9 @@ Send the transaction z_sendmany
+ z_setmigration +
+ z_shieldcoinbase
diff --git a/generate.html b/generate.html index 775bc4a..4adbb6b 100644 --- a/generate.html +++ b/generate.html @@ -3,10 +3,10 @@ - + - generate - Zcash 2.0.4 RPC Docs + generate - Zcash 2.0.5-1 RPC Docs @@ -25,14 +25,14 @@
-

generate - Zcash 2.0.4 RPC

+

generate - Zcash 2.0.5-1 RPC

generate numblocks
 
@@ -437,6 +437,9 @@ Generate 11 blocks
                   z_getbalance
                   
+ z_getmigrationstatus +
+ z_getnewaddress
@@ -476,6 +479,9 @@ Generate 11 blocks z_sendmany
+ z_setmigration +
+ z_shieldcoinbase
diff --git a/getaccount.html b/getaccount.html index c1906e2..e50e74e 100644 --- a/getaccount.html +++ b/getaccount.html @@ -3,10 +3,10 @@ - + - getaccount - Zcash 2.0.4 RPC Docs + getaccount - Zcash 2.0.5-1 RPC Docs @@ -25,14 +25,14 @@
-

getaccount - Zcash 2.0.4 RPC

+

getaccount - Zcash 2.0.5-1 RPC

getaccount "zcashaddress"
 
@@ -434,6 +434,9 @@ Examples:
                   z_getbalance
                   
+ z_getmigrationstatus +
+ z_getnewaddress
@@ -473,6 +476,9 @@ Examples: z_sendmany
+ z_setmigration +
+ z_shieldcoinbase
diff --git a/getaccountaddress.html b/getaccountaddress.html index 95bb431..3e38344 100644 --- a/getaccountaddress.html +++ b/getaccountaddress.html @@ -3,10 +3,10 @@ - + - getaccountaddress - Zcash 2.0.4 RPC Docs + getaccountaddress - Zcash 2.0.5-1 RPC Docs @@ -25,14 +25,14 @@
-

getaccountaddress - Zcash 2.0.4 RPC

+

getaccountaddress - Zcash 2.0.5-1 RPC

getaccountaddress "account"
 
@@ -436,6 +436,9 @@ Examples:
                   z_getbalance
                   
+ z_getmigrationstatus +
+ z_getnewaddress
@@ -475,6 +478,9 @@ Examples: z_sendmany
+ z_setmigration +
+ z_shieldcoinbase
diff --git a/getaddednodeinfo.html b/getaddednodeinfo.html index a6186fc..4a1faa1 100644 --- a/getaddednodeinfo.html +++ b/getaddednodeinfo.html @@ -3,10 +3,10 @@ - + - getaddednodeinfo - Zcash 2.0.4 RPC Docs + getaddednodeinfo - Zcash 2.0.5-1 RPC Docs @@ -25,14 +25,14 @@
-

getaddednodeinfo - Zcash 2.0.4 RPC

+

getaddednodeinfo - Zcash 2.0.5-1 RPC

getaddednodeinfo dns ( "node" )
 
@@ -452,6 +452,9 @@ Examples:
                   z_getbalance
                   
+ z_getmigrationstatus +
+ z_getnewaddress
@@ -491,6 +494,9 @@ Examples: z_sendmany
+ z_setmigration +
+ z_shieldcoinbase
diff --git a/getaddressesbyaccount.html b/getaddressesbyaccount.html index ca5a6b4..705e734 100644 --- a/getaddressesbyaccount.html +++ b/getaddressesbyaccount.html @@ -3,10 +3,10 @@ - + - getaddressesbyaccount - Zcash 2.0.4 RPC Docs + getaddressesbyaccount - Zcash 2.0.5-1 RPC Docs @@ -25,14 +25,14 @@
-

getaddressesbyaccount - Zcash 2.0.4 RPC

+

getaddressesbyaccount - Zcash 2.0.5-1 RPC

getaddressesbyaccount "account"
 
@@ -437,6 +437,9 @@ Examples:
                   z_getbalance
                   
+ z_getmigrationstatus +
+ z_getnewaddress
@@ -476,6 +479,9 @@ Examples: z_sendmany
+ z_setmigration +
+ z_shieldcoinbase
diff --git a/getbalance.html b/getbalance.html index a44aaf1..1b50ff9 100644 --- a/getbalance.html +++ b/getbalance.html @@ -3,10 +3,10 @@ - + - getbalance - Zcash 2.0.4 RPC Docs + getbalance - Zcash 2.0.5-1 RPC Docs @@ -25,14 +25,14 @@
-

getbalance - Zcash 2.0.4 RPC

+

getbalance - Zcash 2.0.5-1 RPC

getbalance ( "account" minconf includeWatchonly )
 
@@ -443,6 +443,9 @@ As a json rpc call
                   z_getbalance
                   
+ z_getmigrationstatus +
+ z_getnewaddress
@@ -482,6 +485,9 @@ As a json rpc call z_sendmany
+ z_setmigration +
+ z_shieldcoinbase
diff --git a/getbestblockhash.html b/getbestblockhash.html index bf0c6dd..a2ce390 100644 --- a/getbestblockhash.html +++ b/getbestblockhash.html @@ -3,10 +3,10 @@ - + - getbestblockhash - Zcash 2.0.4 RPC Docs + getbestblockhash - Zcash 2.0.5-1 RPC Docs @@ -25,14 +25,14 @@
-

getbestblockhash - Zcash 2.0.4 RPC

+

getbestblockhash - Zcash 2.0.5-1 RPC

getbestblockhash
 
@@ -431,6 +431,9 @@ Examples
                   z_getbalance
                   
+ z_getmigrationstatus +
+ z_getnewaddress
@@ -470,6 +473,9 @@ Examples z_sendmany
+ z_setmigration +
+ z_shieldcoinbase
diff --git a/getblock.html b/getblock.html index 19b828a..9b352a6 100644 --- a/getblock.html +++ b/getblock.html @@ -3,10 +3,10 @@ - + - getblock - Zcash 2.0.4 RPC Docs + getblock - Zcash 2.0.5-1 RPC Docs @@ -25,14 +25,14 @@
-

getblock - Zcash 2.0.4 RPC

+

getblock - Zcash 2.0.5-1 RPC

getblock "hash|height" ( verbosity )
 
@@ -469,6 +469,9 @@ Examples:
                   z_getbalance
                   
+ z_getmigrationstatus +
+ z_getnewaddress
@@ -508,6 +511,9 @@ Examples: z_sendmany
+ z_setmigration +
+ z_shieldcoinbase
diff --git a/getblockchaininfo.html b/getblockchaininfo.html index 12b5452..2c032d8 100644 --- a/getblockchaininfo.html +++ b/getblockchaininfo.html @@ -3,10 +3,10 @@ - + - getblockchaininfo - Zcash 2.0.4 RPC Docs + getblockchaininfo - Zcash 2.0.5-1 RPC Docs @@ -25,14 +25,14 @@
-

getblockchaininfo - Zcash 2.0.4 RPC

+

getblockchaininfo - Zcash 2.0.5-1 RPC

getblockchaininfo
 Returns an object containing various state info regarding block chain processing.
@@ -468,6 +468,9 @@ Examples:
                   z_getbalance
                   
+ z_getmigrationstatus +
+ z_getnewaddress
@@ -507,6 +510,9 @@ Examples: z_sendmany
+ z_setmigration +
+ z_shieldcoinbase
diff --git a/getblockcount.html b/getblockcount.html index d74f13b..612eb69 100644 --- a/getblockcount.html +++ b/getblockcount.html @@ -3,10 +3,10 @@ - + - getblockcount - Zcash 2.0.4 RPC Docs + getblockcount - Zcash 2.0.5-1 RPC Docs @@ -25,14 +25,14 @@
-

getblockcount - Zcash 2.0.4 RPC

+

getblockcount - Zcash 2.0.5-1 RPC

getblockcount
 
@@ -431,6 +431,9 @@ Examples:
                   z_getbalance
                   
+ z_getmigrationstatus +
+ z_getnewaddress
@@ -470,6 +473,9 @@ Examples: z_sendmany
+ z_setmigration +
+ z_shieldcoinbase
diff --git a/getblockhash.html b/getblockhash.html index 762f8c4..3d79f88 100644 --- a/getblockhash.html +++ b/getblockhash.html @@ -3,10 +3,10 @@ - + - getblockhash - Zcash 2.0.4 RPC Docs + getblockhash - Zcash 2.0.5-1 RPC Docs @@ -25,14 +25,14 @@
-

getblockhash - Zcash 2.0.4 RPC

+

getblockhash - Zcash 2.0.5-1 RPC

getblockhash index
 
@@ -434,6 +434,9 @@ Examples:
                   z_getbalance
                   
+ z_getmigrationstatus +
+ z_getnewaddress
@@ -473,6 +476,9 @@ Examples: z_sendmany
+ z_setmigration +
+ z_shieldcoinbase
diff --git a/getblockheader.html b/getblockheader.html index 39d3a17..5c5990f 100644 --- a/getblockheader.html +++ b/getblockheader.html @@ -3,10 +3,10 @@ - + - getblockheader - Zcash 2.0.4 RPC Docs + getblockheader - Zcash 2.0.5-1 RPC Docs @@ -25,14 +25,14 @@
-

getblockheader - Zcash 2.0.4 RPC

+

getblockheader - Zcash 2.0.5-1 RPC

getblockheader "hash" ( verbose )
 
@@ -452,6 +452,9 @@ Examples:
                   z_getbalance
                   
+ z_getmigrationstatus +
+ z_getnewaddress
@@ -491,6 +494,9 @@ Examples: z_sendmany
+ z_setmigration +
+ z_shieldcoinbase
diff --git a/getblocksubsidy.html b/getblocksubsidy.html index ea25a3c..7fd3387 100644 --- a/getblocksubsidy.html +++ b/getblocksubsidy.html @@ -3,10 +3,10 @@ - + - getblocksubsidy - Zcash 2.0.4 RPC Docs + getblocksubsidy - Zcash 2.0.5-1 RPC Docs @@ -25,14 +25,14 @@
-

getblocksubsidy - Zcash 2.0.4 RPC

+

getblocksubsidy - Zcash 2.0.5-1 RPC

getblocksubsidy height
 
@@ -437,6 +437,9 @@ Examples:
                   z_getbalance
                   
+ z_getmigrationstatus +
+ z_getnewaddress
@@ -476,6 +479,9 @@ Examples: z_sendmany
+ z_setmigration +
+ z_shieldcoinbase
diff --git a/getblocktemplate.html b/getblocktemplate.html index 42e7b63..e565204 100644 --- a/getblocktemplate.html +++ b/getblocktemplate.html @@ -3,10 +3,10 @@ - + - getblocktemplate - Zcash 2.0.4 RPC Docs + getblocktemplate - Zcash 2.0.5-1 RPC Docs @@ -25,14 +25,14 @@
-

getblocktemplate - Zcash 2.0.4 RPC

+

getblocktemplate - Zcash 2.0.5-1 RPC

getblocktemplate ( "jsonrequestobject" )
 
@@ -475,6 +475,9 @@ Examples:
                   z_getbalance
                   
+ z_getmigrationstatus +
+ z_getnewaddress
@@ -514,6 +517,9 @@ Examples: z_sendmany
+ z_setmigration +
+ z_shieldcoinbase
diff --git a/getchaintips.html b/getchaintips.html index a0c4e6b..98de559 100644 --- a/getchaintips.html +++ b/getchaintips.html @@ -3,10 +3,10 @@ - + - getchaintips - Zcash 2.0.4 RPC Docs + getchaintips - Zcash 2.0.5-1 RPC Docs @@ -25,14 +25,14 @@
-

getchaintips - Zcash 2.0.4 RPC

+

getchaintips - Zcash 2.0.5-1 RPC

getchaintips
 Return information about all known tips in the block tree, including the main chain as well as orphaned branches.
@@ -449,6 +449,9 @@ Examples:
                   z_getbalance
                   
+ z_getmigrationstatus +
+ z_getnewaddress
@@ -488,6 +491,9 @@ Examples: z_sendmany
+ z_setmigration +
+ z_shieldcoinbase
diff --git a/getconnectioncount.html b/getconnectioncount.html index 13d72a2..0046369 100644 --- a/getconnectioncount.html +++ b/getconnectioncount.html @@ -3,10 +3,10 @@ - + - getconnectioncount - Zcash 2.0.4 RPC Docs + getconnectioncount - Zcash 2.0.5-1 RPC Docs @@ -25,14 +25,14 @@
-

getconnectioncount - Zcash 2.0.4 RPC

+

getconnectioncount - Zcash 2.0.5-1 RPC

getconnectioncount
 
@@ -431,6 +431,9 @@ Examples:
                   z_getbalance
                   
+ z_getmigrationstatus +
+ z_getnewaddress
@@ -470,6 +473,9 @@ Examples: z_sendmany
+ z_setmigration +
+ z_shieldcoinbase
diff --git a/getdeprecationinfo.html b/getdeprecationinfo.html index 4e5e67a..b3ac2b3 100644 --- a/getdeprecationinfo.html +++ b/getdeprecationinfo.html @@ -3,10 +3,10 @@ - + - getdeprecationinfo - Zcash 2.0.4 RPC Docs + getdeprecationinfo - Zcash 2.0.5-1 RPC Docs @@ -25,14 +25,14 @@
-

getdeprecationinfo - Zcash 2.0.4 RPC

+

getdeprecationinfo - Zcash 2.0.5-1 RPC

getdeprecationinfo
 Returns an object containing current version and deprecation block height. Applicable only on mainnet.
@@ -434,6 +434,9 @@ Examples:
                   z_getbalance
                   
+ z_getmigrationstatus +
+ z_getnewaddress
@@ -473,6 +476,9 @@ Examples: z_sendmany
+ z_setmigration +
+ z_shieldcoinbase
diff --git a/getdifficulty.html b/getdifficulty.html index 344d151..af3bf65 100644 --- a/getdifficulty.html +++ b/getdifficulty.html @@ -3,10 +3,10 @@ - + - getdifficulty - Zcash 2.0.4 RPC Docs + getdifficulty - Zcash 2.0.5-1 RPC Docs @@ -25,14 +25,14 @@
-

getdifficulty - Zcash 2.0.4 RPC

+

getdifficulty - Zcash 2.0.5-1 RPC

getdifficulty
 
@@ -431,6 +431,9 @@ Examples:
                   z_getbalance
                   
+ z_getmigrationstatus +
+ z_getnewaddress
@@ -470,6 +473,9 @@ Examples: z_sendmany
+ z_setmigration +
+ z_shieldcoinbase
diff --git a/getgenerate.html b/getgenerate.html index f603df3..c08b254 100644 --- a/getgenerate.html +++ b/getgenerate.html @@ -3,10 +3,10 @@ - + - getgenerate - Zcash 2.0.4 RPC Docs + getgenerate - Zcash 2.0.5-1 RPC Docs @@ -25,14 +25,14 @@
-

getgenerate - Zcash 2.0.4 RPC

+

getgenerate - Zcash 2.0.5-1 RPC

getgenerate
 
@@ -433,6 +433,9 @@ Examples:
                   z_getbalance
                   
+ z_getmigrationstatus +
+ z_getnewaddress
@@ -472,6 +475,9 @@ Examples: z_sendmany
+ z_setmigration +
+ z_shieldcoinbase
diff --git a/getinfo.html b/getinfo.html index 3bdf60b..9216e6f 100644 --- a/getinfo.html +++ b/getinfo.html @@ -3,10 +3,10 @@ - + - getinfo - Zcash 2.0.4 RPC Docs + getinfo - Zcash 2.0.5-1 RPC Docs @@ -25,14 +25,14 @@
-

getinfo - Zcash 2.0.4 RPC

+

getinfo - Zcash 2.0.5-1 RPC

getinfo
 Returns an object containing various state info.
@@ -447,6 +447,9 @@ Examples:
                   z_getbalance
                   
+ z_getmigrationstatus +
+ z_getnewaddress
@@ -486,6 +489,9 @@ Examples: z_sendmany
+ z_setmigration +
+ z_shieldcoinbase
diff --git a/getlocalsolps.html b/getlocalsolps.html index 9825eb7..0b265c0 100644 --- a/getlocalsolps.html +++ b/getlocalsolps.html @@ -3,10 +3,10 @@ - + - getlocalsolps - Zcash 2.0.4 RPC Docs + getlocalsolps - Zcash 2.0.5-1 RPC Docs @@ -25,14 +25,14 @@
-

getlocalsolps - Zcash 2.0.4 RPC

+

getlocalsolps - Zcash 2.0.5-1 RPC

getlocalsolps
 
@@ -432,6 +432,9 @@ Examples:
                   z_getbalance
                   
+ z_getmigrationstatus +
+ z_getnewaddress
@@ -471,6 +474,9 @@ Examples: z_sendmany
+ z_setmigration +
+ z_shieldcoinbase
diff --git a/getmempoolinfo.html b/getmempoolinfo.html index 3b1d5f3..cdbf389 100644 --- a/getmempoolinfo.html +++ b/getmempoolinfo.html @@ -3,10 +3,10 @@ - + - getmempoolinfo - Zcash 2.0.4 RPC Docs + getmempoolinfo - Zcash 2.0.5-1 RPC Docs @@ -25,14 +25,14 @@
-

getmempoolinfo - Zcash 2.0.4 RPC

+

getmempoolinfo - Zcash 2.0.5-1 RPC

getmempoolinfo
 
@@ -435,6 +435,9 @@ Examples:
                   z_getbalance
                   
+ z_getmigrationstatus +
+ z_getnewaddress
@@ -474,6 +477,9 @@ Examples: z_sendmany
+ z_setmigration +
+ z_shieldcoinbase
diff --git a/getmininginfo.html b/getmininginfo.html index c3f7dcb..9393136 100644 --- a/getmininginfo.html +++ b/getmininginfo.html @@ -3,10 +3,10 @@ - + - getmininginfo - Zcash 2.0.4 RPC Docs + getmininginfo - Zcash 2.0.5-1 RPC Docs @@ -25,14 +25,14 @@
-

getmininginfo - Zcash 2.0.4 RPC

+

getmininginfo - Zcash 2.0.5-1 RPC

getmininginfo
 
@@ -443,6 +443,9 @@ Examples:
                   z_getbalance
                   
+ z_getmigrationstatus +
+ z_getnewaddress
@@ -482,6 +485,9 @@ Examples: z_sendmany
+ z_setmigration +
+ z_shieldcoinbase
diff --git a/getnettotals.html b/getnettotals.html index c6aa1bd..985f36a 100644 --- a/getnettotals.html +++ b/getnettotals.html @@ -3,10 +3,10 @@ - + - getnettotals - Zcash 2.0.4 RPC Docs + getnettotals - Zcash 2.0.5-1 RPC Docs @@ -25,14 +25,14 @@
-

getnettotals - Zcash 2.0.4 RPC

+

getnettotals - Zcash 2.0.5-1 RPC

getnettotals
 
@@ -436,6 +436,9 @@ Examples:
                   z_getbalance
                   
+ z_getmigrationstatus +
+ z_getnewaddress
@@ -475,6 +478,9 @@ Examples: z_sendmany
+ z_setmigration +
+ z_shieldcoinbase
diff --git a/getnetworkhashps.html b/getnetworkhashps.html index 6e63f49..41604a0 100644 --- a/getnetworkhashps.html +++ b/getnetworkhashps.html @@ -3,10 +3,10 @@ - + - getnetworkhashps - Zcash 2.0.4 RPC Docs + getnetworkhashps - Zcash 2.0.5-1 RPC Docs @@ -25,14 +25,14 @@
-

getnetworkhashps - Zcash 2.0.4 RPC

+

getnetworkhashps - Zcash 2.0.5-1 RPC

getnetworkhashps ( blocks height )
 
@@ -439,6 +439,9 @@ Examples:
                   z_getbalance
                   
+ z_getmigrationstatus +
+ z_getnewaddress
@@ -478,6 +481,9 @@ Examples: z_sendmany
+ z_setmigration +
+ z_shieldcoinbase
diff --git a/getnetworkinfo.html b/getnetworkinfo.html index 60ccdfe..6c1362d 100644 --- a/getnetworkinfo.html +++ b/getnetworkinfo.html @@ -3,10 +3,10 @@ - + - getnetworkinfo - Zcash 2.0.4 RPC Docs + getnetworkinfo - Zcash 2.0.5-1 RPC Docs @@ -25,14 +25,14 @@
-

getnetworkinfo - Zcash 2.0.4 RPC

+

getnetworkinfo - Zcash 2.0.5-1 RPC

getnetworkinfo
 Returns an object containing various state info regarding P2P networking.
@@ -456,6 +456,9 @@ Examples:
                   z_getbalance
                   
+ z_getmigrationstatus +
+ z_getnewaddress
@@ -495,6 +498,9 @@ Examples: z_sendmany
+ z_setmigration +
+ z_shieldcoinbase
diff --git a/getnetworksolps.html b/getnetworksolps.html index f2cf0f9..f111f5b 100644 --- a/getnetworksolps.html +++ b/getnetworksolps.html @@ -3,10 +3,10 @@ - + - getnetworksolps - Zcash 2.0.4 RPC Docs + getnetworksolps - Zcash 2.0.5-1 RPC Docs @@ -25,14 +25,14 @@
-

getnetworksolps - Zcash 2.0.4 RPC

+

getnetworksolps - Zcash 2.0.5-1 RPC

getnetworksolps ( blocks height )
 
@@ -437,6 +437,9 @@ Examples:
                   z_getbalance
                   
+ z_getmigrationstatus +
+ z_getnewaddress
@@ -476,6 +479,9 @@ Examples: z_sendmany
+ z_setmigration +
+ z_shieldcoinbase
diff --git a/getnewaddress.html b/getnewaddress.html index 2641db7..663cf76 100644 --- a/getnewaddress.html +++ b/getnewaddress.html @@ -3,10 +3,10 @@ - + - getnewaddress - Zcash 2.0.4 RPC Docs + getnewaddress - Zcash 2.0.5-1 RPC Docs @@ -25,14 +25,14 @@
-

getnewaddress - Zcash 2.0.4 RPC

+

getnewaddress - Zcash 2.0.5-1 RPC

getnewaddress ( "account" )
 
@@ -434,6 +434,9 @@ Examples:
                   z_getbalance
                   
+ z_getmigrationstatus +
+ z_getnewaddress
@@ -473,6 +476,9 @@ Examples: z_sendmany
+ z_setmigration +
+ z_shieldcoinbase
diff --git a/getpeerinfo.html b/getpeerinfo.html index 649920f..c58914f 100644 --- a/getpeerinfo.html +++ b/getpeerinfo.html @@ -3,10 +3,10 @@ - + - getpeerinfo - Zcash 2.0.4 RPC Docs + getpeerinfo - Zcash 2.0.5-1 RPC Docs @@ -25,14 +25,14 @@
-

getpeerinfo - Zcash 2.0.4 RPC

+

getpeerinfo - Zcash 2.0.5-1 RPC

getpeerinfo
 
@@ -458,6 +458,9 @@ Examples:
                   z_getbalance
                   
+ z_getmigrationstatus +
+ z_getnewaddress
@@ -497,6 +500,9 @@ Examples: z_sendmany
+ z_setmigration +
+ z_shieldcoinbase
diff --git a/getrawchangeaddress.html b/getrawchangeaddress.html index 0e10b94..da2afee 100644 --- a/getrawchangeaddress.html +++ b/getrawchangeaddress.html @@ -3,10 +3,10 @@ - + - getrawchangeaddress - Zcash 2.0.4 RPC Docs + getrawchangeaddress - Zcash 2.0.5-1 RPC Docs @@ -25,14 +25,14 @@
-

getrawchangeaddress - Zcash 2.0.4 RPC

+

getrawchangeaddress - Zcash 2.0.5-1 RPC

getrawchangeaddress
 
@@ -432,6 +432,9 @@ Examples:
                   z_getbalance
                   
+ z_getmigrationstatus +
+ z_getnewaddress
@@ -471,6 +474,9 @@ Examples: z_sendmany
+ z_setmigration +
+ z_shieldcoinbase
diff --git a/getrawmempool.html b/getrawmempool.html index 9a2ef09..5b5ed0c 100644 --- a/getrawmempool.html +++ b/getrawmempool.html @@ -3,10 +3,10 @@ - + - getrawmempool - Zcash 2.0.4 RPC Docs + getrawmempool - Zcash 2.0.5-1 RPC Docs @@ -25,14 +25,14 @@
-

getrawmempool - Zcash 2.0.4 RPC

+

getrawmempool - Zcash 2.0.5-1 RPC

getrawmempool ( verbose )
 
@@ -452,6 +452,9 @@ Examples
                   z_getbalance
                   
+ z_getmigrationstatus +
+ z_getnewaddress
@@ -491,6 +494,9 @@ Examples z_sendmany
+ z_setmigration +
+ z_shieldcoinbase
diff --git a/getrawtransaction.html b/getrawtransaction.html index 542d2b5..0d1fba9 100644 --- a/getrawtransaction.html +++ b/getrawtransaction.html @@ -3,10 +3,10 @@ - + - getrawtransaction - Zcash 2.0.4 RPC Docs + getrawtransaction - Zcash 2.0.5-1 RPC Docs @@ -25,14 +25,14 @@
-

getrawtransaction - Zcash 2.0.4 RPC

+

getrawtransaction - Zcash 2.0.5-1 RPC

getrawtransaction "txid" ( verbose )
 
@@ -512,6 +512,9 @@ Examples:
                   z_getbalance
                   
+ z_getmigrationstatus +
+ z_getnewaddress
@@ -551,6 +554,9 @@ Examples: z_sendmany
+ z_setmigration +
+ z_shieldcoinbase
diff --git a/getreceivedbyaccount.html b/getreceivedbyaccount.html index 365a794..8ad41ce 100644 --- a/getreceivedbyaccount.html +++ b/getreceivedbyaccount.html @@ -3,10 +3,10 @@ - + - getreceivedbyaccount - Zcash 2.0.4 RPC Docs + getreceivedbyaccount - Zcash 2.0.5-1 RPC Docs @@ -25,14 +25,14 @@
-

getreceivedbyaccount - Zcash 2.0.4 RPC

+

getreceivedbyaccount - Zcash 2.0.5-1 RPC

getreceivedbyaccount "account" ( minconf )
 
@@ -445,6 +445,9 @@ As a json rpc call
                   z_getbalance
                   
+ z_getmigrationstatus +
+ z_getnewaddress
@@ -484,6 +487,9 @@ As a json rpc call z_sendmany
+ z_setmigration +
+ z_shieldcoinbase
diff --git a/getreceivedbyaddress.html b/getreceivedbyaddress.html index 89ea57d..f13fb86 100644 --- a/getreceivedbyaddress.html +++ b/getreceivedbyaddress.html @@ -3,10 +3,10 @@ - + - getreceivedbyaddress - Zcash 2.0.4 RPC Docs + getreceivedbyaddress - Zcash 2.0.5-1 RPC Docs @@ -25,14 +25,14 @@
-

getreceivedbyaddress - Zcash 2.0.4 RPC

+

getreceivedbyaddress - Zcash 2.0.5-1 RPC

getreceivedbyaddress "zcashaddress" ( minconf )
 
@@ -445,6 +445,9 @@ As a json rpc call
                   z_getbalance
                   
+ z_getmigrationstatus +
+ z_getnewaddress
@@ -484,6 +487,9 @@ As a json rpc call z_sendmany
+ z_setmigration +
+ z_shieldcoinbase
diff --git a/gettransaction.html b/gettransaction.html index d001c18..3f5a3ae 100644 --- a/gettransaction.html +++ b/gettransaction.html @@ -3,10 +3,10 @@ - + - gettransaction - Zcash 2.0.4 RPC Docs + gettransaction - Zcash 2.0.5-1 RPC Docs @@ -25,14 +25,14 @@
-

gettransaction - Zcash 2.0.4 RPC

+

gettransaction - Zcash 2.0.5-1 RPC

gettransaction "txid" ( includeWatchonly )
 
@@ -467,6 +467,9 @@ Examples:
                   z_getbalance
                   
+ z_getmigrationstatus +
+ z_getnewaddress
@@ -506,6 +509,9 @@ Examples: z_sendmany
+ z_setmigration +
+ z_shieldcoinbase
diff --git a/gettxout.html b/gettxout.html index d58dbcd..da2cbd3 100644 --- a/gettxout.html +++ b/gettxout.html @@ -3,10 +3,10 @@ - + - gettxout - Zcash 2.0.4 RPC Docs + gettxout - Zcash 2.0.5-1 RPC Docs @@ -25,14 +25,14 @@
-

gettxout - Zcash 2.0.4 RPC

+

gettxout - Zcash 2.0.5-1 RPC

gettxout "txid" n ( includemempool )
 
@@ -459,6 +459,9 @@ As a json rpc call
                   z_getbalance
                   
+ z_getmigrationstatus +
+ z_getnewaddress
@@ -498,6 +501,9 @@ As a json rpc call z_sendmany
+ z_setmigration +
+ z_shieldcoinbase
diff --git a/gettxoutproof.html b/gettxoutproof.html index a312bc5..b221425 100644 --- a/gettxoutproof.html +++ b/gettxoutproof.html @@ -3,10 +3,10 @@ - + - gettxoutproof - Zcash 2.0.4 RPC Docs + gettxoutproof - Zcash 2.0.5-1 RPC Docs @@ -25,14 +25,14 @@
-

gettxoutproof - Zcash 2.0.4 RPC

+

gettxoutproof - Zcash 2.0.5-1 RPC

gettxoutproof ["txid",...] ( blockhash )
 
@@ -442,6 +442,9 @@ Result:
                   z_getbalance
                   
+ z_getmigrationstatus +
+ z_getnewaddress
@@ -481,6 +484,9 @@ Result: z_sendmany
+ z_setmigration +
+ z_shieldcoinbase
diff --git a/gettxoutsetinfo.html b/gettxoutsetinfo.html index 085657c..620e6c2 100644 --- a/gettxoutsetinfo.html +++ b/gettxoutsetinfo.html @@ -3,10 +3,10 @@ - + - gettxoutsetinfo - Zcash 2.0.4 RPC Docs + gettxoutsetinfo - Zcash 2.0.5-1 RPC Docs @@ -25,14 +25,14 @@
-

gettxoutsetinfo - Zcash 2.0.4 RPC

+

gettxoutsetinfo - Zcash 2.0.5-1 RPC

gettxoutsetinfo
 
@@ -440,6 +440,9 @@ Examples:
                   z_getbalance
                   
+ z_getmigrationstatus +
+ z_getnewaddress
@@ -479,6 +482,9 @@ Examples: z_sendmany
+ z_setmigration +
+ z_shieldcoinbase
diff --git a/getunconfirmedbalance.html b/getunconfirmedbalance.html index 2668c21..5971e1b 100644 --- a/getunconfirmedbalance.html +++ b/getunconfirmedbalance.html @@ -3,10 +3,10 @@ - + - getunconfirmedbalance - Zcash 2.0.4 RPC Docs + getunconfirmedbalance - Zcash 2.0.5-1 RPC Docs @@ -25,14 +25,14 @@
-

getunconfirmedbalance - Zcash 2.0.4 RPC

+

getunconfirmedbalance - Zcash 2.0.5-1 RPC

getunconfirmedbalance
 Returns the server's total unconfirmed balance
@@ -423,6 +423,9 @@ Returns the server's total unconfirmed balance
                   z_getbalance
                   
+ z_getmigrationstatus +
+ z_getnewaddress
@@ -462,6 +465,9 @@ Returns the server's total unconfirmed balance z_sendmany
+ z_setmigration +
+ z_shieldcoinbase
diff --git a/getwalletinfo.html b/getwalletinfo.html index 9dc5ea6..32fb04d 100644 --- a/getwalletinfo.html +++ b/getwalletinfo.html @@ -3,10 +3,10 @@ - + - getwalletinfo - Zcash 2.0.4 RPC Docs + getwalletinfo - Zcash 2.0.5-1 RPC Docs @@ -25,14 +25,14 @@
-

getwalletinfo - Zcash 2.0.4 RPC

+

getwalletinfo - Zcash 2.0.5-1 RPC

getwalletinfo
 Returns an object containing various wallet state info.
@@ -441,6 +441,9 @@ Examples:
                   z_getbalance
                   
+ z_getmigrationstatus +
+ z_getnewaddress
@@ -480,6 +483,9 @@ Examples: z_sendmany
+ z_setmigration +
+ z_shieldcoinbase
diff --git a/help.html b/help.html index 3e3d9b1..4f0beac 100644 --- a/help.html +++ b/help.html @@ -3,10 +3,10 @@ - + - help - Zcash 2.0.4 RPC Docs + help - Zcash 2.0.5-1 RPC Docs @@ -25,14 +25,14 @@
-

help - Zcash 2.0.4 RPC

+

help - Zcash 2.0.5-1 RPC

help ( "command" )
 
@@ -430,6 +430,9 @@ Result:
                   z_getbalance
                   
+ z_getmigrationstatus +
+ z_getnewaddress
@@ -469,6 +472,9 @@ Result: z_sendmany
+ z_setmigration +
+ z_shieldcoinbase
diff --git a/importaddress.html b/importaddress.html index 66adf1d..aa09239 100644 --- a/importaddress.html +++ b/importaddress.html @@ -3,10 +3,10 @@ - + - importaddress - Zcash 2.0.4 RPC Docs + importaddress - Zcash 2.0.5-1 RPC Docs @@ -25,14 +25,14 @@
-

importaddress - Zcash 2.0.4 RPC

+

importaddress - Zcash 2.0.5-1 RPC

importaddress "address" ( "label" rescan )
 
@@ -442,6 +442,9 @@ As a JSON-RPC call
                   z_getbalance
                   
+ z_getmigrationstatus +
+ z_getnewaddress
@@ -481,6 +484,9 @@ As a JSON-RPC call z_sendmany
+ z_setmigration +
+ z_shieldcoinbase
diff --git a/importprivkey.html b/importprivkey.html index 56bbfee..f9efeba 100644 --- a/importprivkey.html +++ b/importprivkey.html @@ -3,10 +3,10 @@ - + - importprivkey - Zcash 2.0.4 RPC Docs + importprivkey - Zcash 2.0.5-1 RPC Docs @@ -25,14 +25,14 @@
-

importprivkey - Zcash 2.0.4 RPC

+

importprivkey - Zcash 2.0.5-1 RPC

importprivkey "zcashprivkey" ( "label" rescan )
 
@@ -445,6 +445,9 @@ As a JSON-RPC call
                   z_getbalance
                   
+ z_getmigrationstatus +
+ z_getnewaddress
@@ -484,6 +487,9 @@ As a JSON-RPC call z_sendmany
+ z_setmigration +
+ z_shieldcoinbase
diff --git a/importwallet.html b/importwallet.html index 00f6bfe..ece6570 100644 --- a/importwallet.html +++ b/importwallet.html @@ -3,10 +3,10 @@ - + - importwallet - Zcash 2.0.4 RPC Docs + importwallet - Zcash 2.0.5-1 RPC Docs @@ -25,14 +25,14 @@
-

importwallet - Zcash 2.0.4 RPC

+

importwallet - Zcash 2.0.5-1 RPC

importwallet "filename"
 
@@ -438,6 +438,9 @@ Import using the json rpc call
                   z_getbalance
                   
+ z_getmigrationstatus +
+ z_getnewaddress
@@ -477,6 +480,9 @@ Import using the json rpc call z_sendmany
+ z_setmigration +
+ z_shieldcoinbase
diff --git a/index.html b/index.html index 58b8fef..9aa4777 100644 --- a/index.html +++ b/index.html @@ -3,10 +3,10 @@ - + - Zcash 2.0.4 RPC Docs + Zcash 2.0.5-1 RPC Docs @@ -25,14 +25,14 @@
-

Zcash 2.0.4 RPC

+

Zcash 2.0.5-1 RPC

Made by @karel_3d; license of the docs is MIT (see zcash repo), license of the scripts and webpage is also MIT ((C) 2018 Karel Bilek) (github repo) @@ -417,6 +417,9 @@ z_getbalance
+ z_getmigrationstatus +
+ z_getnewaddress
@@ -456,6 +459,9 @@ z_sendmany
+ z_setmigration +
+ z_shieldcoinbase
diff --git a/keypoolrefill.html b/keypoolrefill.html index 85d07d0..d2f4a32 100644 --- a/keypoolrefill.html +++ b/keypoolrefill.html @@ -3,10 +3,10 @@ - + - keypoolrefill - Zcash 2.0.4 RPC Docs + keypoolrefill - Zcash 2.0.5-1 RPC Docs @@ -25,14 +25,14 @@

-

keypoolrefill - Zcash 2.0.4 RPC

+

keypoolrefill - Zcash 2.0.5-1 RPC

keypoolrefill ( newsize )
 
@@ -431,6 +431,9 @@ Examples:
                   z_getbalance
                   
+ z_getmigrationstatus +
+ z_getnewaddress
@@ -470,6 +473,9 @@ Examples: z_sendmany
+ z_setmigration +
+ z_shieldcoinbase
diff --git a/listaccounts.html b/listaccounts.html index 234c0d5..089eadc 100644 --- a/listaccounts.html +++ b/listaccounts.html @@ -3,10 +3,10 @@ - + - listaccounts - Zcash 2.0.4 RPC Docs + listaccounts - Zcash 2.0.5-1 RPC Docs @@ -25,14 +25,14 @@
-

listaccounts - Zcash 2.0.4 RPC

+

listaccounts - Zcash 2.0.5-1 RPC

listaccounts ( minconf includeWatchonly)
 
@@ -448,6 +448,9 @@ As json rpc call
                   z_getbalance
                   
+ z_getmigrationstatus +
+ z_getnewaddress
@@ -487,6 +490,9 @@ As json rpc call z_sendmany
+ z_setmigration +
+ z_shieldcoinbase
diff --git a/listaddressgroupings.html b/listaddressgroupings.html index ecbc4cf..c017ed0 100644 --- a/listaddressgroupings.html +++ b/listaddressgroupings.html @@ -3,10 +3,10 @@ - + - listaddressgroupings - Zcash 2.0.4 RPC Docs + listaddressgroupings - Zcash 2.0.5-1 RPC Docs @@ -25,14 +25,14 @@
-

listaddressgroupings - Zcash 2.0.4 RPC

+

listaddressgroupings - Zcash 2.0.5-1 RPC

listaddressgroupings
 
@@ -443,6 +443,9 @@ Examples:
                   z_getbalance
                   
+ z_getmigrationstatus +
+ z_getnewaddress
@@ -482,6 +485,9 @@ Examples: z_sendmany
+ z_setmigration +
+ z_shieldcoinbase
diff --git a/listbanned.html b/listbanned.html index cae30a3..58d7816 100644 --- a/listbanned.html +++ b/listbanned.html @@ -3,10 +3,10 @@ - + - listbanned - Zcash 2.0.4 RPC Docs + listbanned - Zcash 2.0.5-1 RPC Docs @@ -25,14 +25,14 @@
-

listbanned - Zcash 2.0.4 RPC

+

listbanned - Zcash 2.0.5-1 RPC

listbanned
 
@@ -428,6 +428,9 @@ Examples:
                   z_getbalance
                   
+ z_getmigrationstatus +
+ z_getnewaddress
@@ -467,6 +470,9 @@ Examples: z_sendmany
+ z_setmigration +
+ z_shieldcoinbase
diff --git a/listlockunspent.html b/listlockunspent.html index 8b15323..bdcba4f 100644 --- a/listlockunspent.html +++ b/listlockunspent.html @@ -3,10 +3,10 @@ - + - listlockunspent - Zcash 2.0.4 RPC Docs + listlockunspent - Zcash 2.0.5-1 RPC Docs @@ -25,14 +25,14 @@
-

listlockunspent - Zcash 2.0.4 RPC

+

listlockunspent - Zcash 2.0.5-1 RPC

listlockunspent
 
@@ -451,6 +451,9 @@ As a json rpc call
                   z_getbalance
                   
+ z_getmigrationstatus +
+ z_getnewaddress
@@ -490,6 +493,9 @@ As a json rpc call z_sendmany
+ z_setmigration +
+ z_shieldcoinbase
diff --git a/listreceivedbyaccount.html b/listreceivedbyaccount.html index fac38ba..1cb8feb 100644 --- a/listreceivedbyaccount.html +++ b/listreceivedbyaccount.html @@ -3,10 +3,10 @@ - + - listreceivedbyaccount - Zcash 2.0.4 RPC Docs + listreceivedbyaccount - Zcash 2.0.5-1 RPC Docs @@ -25,14 +25,14 @@
-

listreceivedbyaccount - Zcash 2.0.4 RPC

+

listreceivedbyaccount - Zcash 2.0.5-1 RPC

listreceivedbyaccount ( minconf includeempty includeWatchonly)
 
@@ -445,6 +445,9 @@ Examples:
                   z_getbalance
                   
+ z_getmigrationstatus +
+ z_getnewaddress
@@ -484,6 +487,9 @@ Examples: z_sendmany
+ z_setmigration +
+ z_shieldcoinbase
diff --git a/listreceivedbyaddress.html b/listreceivedbyaddress.html index 2efefd5..d2994fc 100644 --- a/listreceivedbyaddress.html +++ b/listreceivedbyaddress.html @@ -3,10 +3,10 @@ - + - listreceivedbyaddress - Zcash 2.0.4 RPC Docs + listreceivedbyaddress - Zcash 2.0.5-1 RPC Docs @@ -25,14 +25,14 @@
-

listreceivedbyaddress - Zcash 2.0.4 RPC

+

listreceivedbyaddress - Zcash 2.0.5-1 RPC

listreceivedbyaddress ( minconf includeempty includeWatchonly)
 
@@ -446,6 +446,9 @@ Examples:
                   z_getbalance
                   
+ z_getmigrationstatus +
+ z_getnewaddress
@@ -485,6 +488,9 @@ Examples: z_sendmany
+ z_setmigration +
+ z_shieldcoinbase
diff --git a/listsinceblock.html b/listsinceblock.html index 6569de7..2e8f945 100644 --- a/listsinceblock.html +++ b/listsinceblock.html @@ -3,10 +3,10 @@ - + - listsinceblock - Zcash 2.0.4 RPC Docs + listsinceblock - Zcash 2.0.5-1 RPC Docs @@ -25,14 +25,14 @@
-

listsinceblock - Zcash 2.0.4 RPC

+

listsinceblock - Zcash 2.0.5-1 RPC

listsinceblock ( "blockhash" target-confirmations includeWatchonly)
 
@@ -456,6 +456,9 @@ Examples:
                   z_getbalance
                   
+ z_getmigrationstatus +
+ z_getnewaddress
@@ -495,6 +498,9 @@ Examples: z_sendmany
+ z_setmigration +
+ z_shieldcoinbase
diff --git a/listtransactions.html b/listtransactions.html index 0407e5c..183fbec 100644 --- a/listtransactions.html +++ b/listtransactions.html @@ -3,10 +3,10 @@ - + - listtransactions - Zcash 2.0.4 RPC Docs + listtransactions - Zcash 2.0.5-1 RPC Docs @@ -25,14 +25,14 @@
-

listtransactions - Zcash 2.0.4 RPC

+

listtransactions - Zcash 2.0.5-1 RPC

listtransactions ( "account" count from includeWatchonly)
 
@@ -476,6 +476,9 @@ As a json rpc call
                   z_getbalance
                   
+ z_getmigrationstatus +
+ z_getnewaddress
@@ -515,6 +518,9 @@ As a json rpc call z_sendmany
+ z_setmigration +
+ z_shieldcoinbase
diff --git a/listunspent.html b/listunspent.html index ed538c0..2889b3d 100644 --- a/listunspent.html +++ b/listunspent.html @@ -3,10 +3,10 @@ - + - listunspent - Zcash 2.0.4 RPC Docs + listunspent - Zcash 2.0.5-1 RPC Docs @@ -25,14 +25,14 @@
-

listunspent - Zcash 2.0.4 RPC

+

listunspent - Zcash 2.0.5-1 RPC

listunspent ( minconf maxconf  ["address",...] )
 
@@ -459,6 +459,9 @@ Examples
                   z_getbalance
                   
+ z_getmigrationstatus +
+ z_getnewaddress
@@ -498,6 +501,9 @@ Examples z_sendmany
+ z_setmigration +
+ z_shieldcoinbase
diff --git a/lockunspent.html b/lockunspent.html index 938a077..e4b41f0 100644 --- a/lockunspent.html +++ b/lockunspent.html @@ -3,10 +3,10 @@ - + - lockunspent - Zcash 2.0.4 RPC Docs + lockunspent - Zcash 2.0.5-1 RPC Docs @@ -25,14 +25,14 @@
-

lockunspent - Zcash 2.0.4 RPC

+

lockunspent - Zcash 2.0.5-1 RPC

lockunspent unlock [{"txid":"txid","vout":n},...]
 
@@ -460,6 +460,9 @@ As a json rpc call
                   z_getbalance
                   
+ z_getmigrationstatus +
+ z_getnewaddress
@@ -499,6 +502,9 @@ As a json rpc call z_sendmany
+ z_setmigration +
+ z_shieldcoinbase
diff --git a/move.html b/move.html index a71ede4..1aaab94 100644 --- a/move.html +++ b/move.html @@ -3,10 +3,10 @@ - + - move - Zcash 2.0.4 RPC Docs + move - Zcash 2.0.5-1 RPC Docs @@ -25,14 +25,14 @@
-

move - Zcash 2.0.4 RPC

+

move - Zcash 2.0.5-1 RPC

move "fromaccount" "toaccount" amount ( minconf "comment" )
 
@@ -445,6 +445,9 @@ As a json rpc call
                   z_getbalance
                   
+ z_getmigrationstatus +
+ z_getnewaddress
@@ -484,6 +487,9 @@ As a json rpc call z_sendmany
+ z_setmigration +
+ z_shieldcoinbase
diff --git a/ping.html b/ping.html index 610a547..4b9faf1 100644 --- a/ping.html +++ b/ping.html @@ -3,10 +3,10 @@ - + - ping - Zcash 2.0.4 RPC Docs + ping - Zcash 2.0.5-1 RPC Docs @@ -25,14 +25,14 @@
-

ping - Zcash 2.0.4 RPC

+

ping - Zcash 2.0.5-1 RPC

ping
 
@@ -430,6 +430,9 @@ Examples:
                   z_getbalance
                   
+ z_getmigrationstatus +
+ z_getnewaddress
@@ -469,6 +472,9 @@ Examples: z_sendmany
+ z_setmigration +
+ z_shieldcoinbase
diff --git a/prioritisetransaction.html b/prioritisetransaction.html index c59891d..3797308 100644 --- a/prioritisetransaction.html +++ b/prioritisetransaction.html @@ -3,10 +3,10 @@ - + - prioritisetransaction - Zcash 2.0.4 RPC Docs + prioritisetransaction - Zcash 2.0.5-1 RPC Docs @@ -25,14 +25,14 @@
-

prioritisetransaction - Zcash 2.0.4 RPC

+

prioritisetransaction - Zcash 2.0.5-1 RPC

prioritisetransaction <txid> <priority delta> <fee delta>
 Accepts the transaction into mined blocks at a higher (or lower) priority
@@ -439,6 +439,9 @@ Examples:
                   z_getbalance
                   
+ z_getmigrationstatus +
+ z_getnewaddress
@@ -478,6 +481,9 @@ Examples: z_sendmany
+ z_setmigration +
+ z_shieldcoinbase
diff --git a/script/template.html b/script/template.html index 4443ef8..0d9cdd6 100644 --- a/script/template.html +++ b/script/template.html @@ -3,10 +3,10 @@ - + - {{if .Command}}{{.Command.Name}} - {{end}}Zcash 2.0.4 RPC Docs + {{if .Command}}{{.Command.Name}} - {{end}}Zcash 2.0.5-1 RPC Docs @@ -25,14 +25,14 @@
-

{{if .Command}}{{.Command.Name}} - {{end}}Zcash 2.0.4 RPC

+

{{if .Command}}{{.Command.Name}} - {{end}}Zcash 2.0.5-1 RPC

{{if .Command}}
{{.Command.Description}}

diff --git a/sendfrom.html b/sendfrom.html index c5acbae..1c30108 100644 --- a/sendfrom.html +++ b/sendfrom.html @@ -3,10 +3,10 @@ - + - sendfrom - Zcash 2.0.4 RPC Docs + sendfrom - Zcash 2.0.5-1 RPC Docs @@ -25,14 +25,14 @@
-

sendfrom - Zcash 2.0.4 RPC

+

sendfrom - Zcash 2.0.5-1 RPC

sendfrom "fromaccount" "tozcashaddress" amount ( minconf "comment" "comment-to" )
 
@@ -450,6 +450,9 @@ As a json rpc call
                   z_getbalance
                   
+ z_getmigrationstatus +
+ z_getnewaddress
@@ -489,6 +492,9 @@ As a json rpc call z_sendmany
+ z_setmigration +
+ z_shieldcoinbase
diff --git a/sendmany.html b/sendmany.html index 696723b..6dc296f 100644 --- a/sendmany.html +++ b/sendmany.html @@ -3,10 +3,10 @@ - + - sendmany - Zcash 2.0.4 RPC Docs + sendmany - Zcash 2.0.5-1 RPC Docs @@ -25,14 +25,14 @@
-

sendmany - Zcash 2.0.4 RPC

+

sendmany - Zcash 2.0.5-1 RPC

sendmany "fromaccount" {"address":amount,...} ( minconf "comment" ["address",...] )
 
@@ -460,6 +460,9 @@ As a json rpc call
                   z_getbalance
                   
+ z_getmigrationstatus +
+ z_getnewaddress
@@ -499,6 +502,9 @@ As a json rpc call z_sendmany
+ z_setmigration +
+ z_shieldcoinbase
diff --git a/sendrawtransaction.html b/sendrawtransaction.html index 9687cdd..63b2123 100644 --- a/sendrawtransaction.html +++ b/sendrawtransaction.html @@ -3,10 +3,10 @@ - + - sendrawtransaction - Zcash 2.0.4 RPC Docs + sendrawtransaction - Zcash 2.0.5-1 RPC Docs @@ -25,14 +25,14 @@
-

sendrawtransaction - Zcash 2.0.4 RPC

+

sendrawtransaction - Zcash 2.0.5-1 RPC

sendrawtransaction "hexstring" ( allowhighfees )
 
@@ -446,6 +446,9 @@ As a json rpc call
                   z_getbalance
                   
+ z_getmigrationstatus +
+ z_getnewaddress
@@ -485,6 +488,9 @@ As a json rpc call z_sendmany
+ z_setmigration +
+ z_shieldcoinbase
diff --git a/sendtoaddress.html b/sendtoaddress.html index ddcb5e4..67683d2 100644 --- a/sendtoaddress.html +++ b/sendtoaddress.html @@ -3,10 +3,10 @@ - + - sendtoaddress - Zcash 2.0.4 RPC Docs + sendtoaddress - Zcash 2.0.5-1 RPC Docs @@ -25,14 +25,14 @@
-

sendtoaddress - Zcash 2.0.4 RPC

+

sendtoaddress - Zcash 2.0.5-1 RPC

sendtoaddress "zcashaddress" amount ( "comment" "comment-to" subtractfeefromamount )
 
@@ -444,6 +444,9 @@ Examples:
                   z_getbalance
                   
+ z_getmigrationstatus +
+ z_getnewaddress
@@ -483,6 +486,9 @@ Examples: z_sendmany
+ z_setmigration +
+ z_shieldcoinbase
diff --git a/setaccount.html b/setaccount.html index 9b308ff..53ce2d2 100644 --- a/setaccount.html +++ b/setaccount.html @@ -3,10 +3,10 @@ - + - setaccount - Zcash 2.0.4 RPC Docs + setaccount - Zcash 2.0.5-1 RPC Docs @@ -25,14 +25,14 @@
-

setaccount - Zcash 2.0.4 RPC

+

setaccount - Zcash 2.0.5-1 RPC

setaccount "zcashaddress" "account"
 
@@ -432,6 +432,9 @@ Examples:
                   z_getbalance
                   
+ z_getmigrationstatus +
+ z_getnewaddress
@@ -471,6 +474,9 @@ Examples: z_sendmany
+ z_setmigration +
+ z_shieldcoinbase
diff --git a/setban.html b/setban.html index aaae87e..f77b9db 100644 --- a/setban.html +++ b/setban.html @@ -3,10 +3,10 @@ - + - setban - Zcash 2.0.4 RPC Docs + setban - Zcash 2.0.5-1 RPC Docs @@ -25,14 +25,14 @@
-

setban - Zcash 2.0.4 RPC

+

setban - Zcash 2.0.5-1 RPC

setban "ip(/netmask)" "add|remove" (bantime) (absolute)
 
@@ -435,6 +435,9 @@ Examples:
                   z_getbalance
                   
+ z_getmigrationstatus +
+ z_getnewaddress
@@ -474,6 +477,9 @@ Examples: z_sendmany
+ z_setmigration +
+ z_shieldcoinbase
diff --git a/setgenerate.html b/setgenerate.html index 29abfdd..f7487c7 100644 --- a/setgenerate.html +++ b/setgenerate.html @@ -3,10 +3,10 @@ - + - setgenerate - Zcash 2.0.4 RPC Docs + setgenerate - Zcash 2.0.5-1 RPC Docs @@ -25,14 +25,14 @@
-

setgenerate - Zcash 2.0.4 RPC

+

setgenerate - Zcash 2.0.5-1 RPC

setgenerate generate ( genproclimit )
 
@@ -444,6 +444,9 @@ Using json rpc
                   z_getbalance
                   
+ z_getmigrationstatus +
+ z_getnewaddress
@@ -483,6 +486,9 @@ Using json rpc z_sendmany
+ z_setmigration +
+ z_shieldcoinbase
diff --git a/settxfee.html b/settxfee.html index d36d0ff..6f7771b 100644 --- a/settxfee.html +++ b/settxfee.html @@ -3,10 +3,10 @@ - + - settxfee - Zcash 2.0.4 RPC Docs + settxfee - Zcash 2.0.5-1 RPC Docs @@ -25,14 +25,14 @@
-

settxfee - Zcash 2.0.4 RPC

+

settxfee - Zcash 2.0.5-1 RPC

settxfee amount
 
@@ -434,6 +434,9 @@ Examples:
                   z_getbalance
                   
+ z_getmigrationstatus +
+ z_getnewaddress
@@ -473,6 +476,9 @@ Examples: z_sendmany
+ z_setmigration +
+ z_shieldcoinbase
diff --git a/signmessage.html b/signmessage.html index 6b76d2f..6a8bcd9 100644 --- a/signmessage.html +++ b/signmessage.html @@ -3,10 +3,10 @@ - + - signmessage - Zcash 2.0.4 RPC Docs + signmessage - Zcash 2.0.5-1 RPC Docs @@ -25,14 +25,14 @@
-

signmessage - Zcash 2.0.4 RPC

+

signmessage - Zcash 2.0.5-1 RPC

signmessage "t-addr" "message"
 
@@ -445,6 +445,9 @@ As json rpc
                   z_getbalance
                   
+ z_getmigrationstatus +
+ z_getnewaddress
@@ -484,6 +487,9 @@ As json rpc z_sendmany
+ z_setmigration +
+ z_shieldcoinbase
diff --git a/signrawtransaction.html b/signrawtransaction.html index a0036f0..f1f3e92 100644 --- a/signrawtransaction.html +++ b/signrawtransaction.html @@ -3,10 +3,10 @@ - + - signrawtransaction - Zcash 2.0.4 RPC Docs + signrawtransaction - Zcash 2.0.5-1 RPC Docs @@ -25,14 +25,14 @@
-

signrawtransaction - Zcash 2.0.4 RPC

+

signrawtransaction - Zcash 2.0.5-1 RPC

signrawtransaction "hexstring" ( [{"txid":"id","vout":n,"scriptPubKey":"hex","redeemScript":"hex"},...] ["privatekey1",...] sighashtype )
 
@@ -476,6 +476,9 @@ Examples:
                   z_getbalance
                   
+ z_getmigrationstatus +
+ z_getnewaddress
@@ -515,6 +518,9 @@ Examples: z_sendmany
+ z_setmigration +
+ z_shieldcoinbase
diff --git a/stop.html b/stop.html index d9fcbcf..e581f87 100644 --- a/stop.html +++ b/stop.html @@ -3,10 +3,10 @@ - + - stop - Zcash 2.0.4 RPC Docs + stop - Zcash 2.0.5-1 RPC Docs @@ -25,14 +25,14 @@
-

stop - Zcash 2.0.4 RPC

+

stop - Zcash 2.0.5-1 RPC

stop
 
@@ -423,6 +423,9 @@ Stop Zcash server.
                   z_getbalance
                   
+ z_getmigrationstatus +
+ z_getnewaddress
@@ -462,6 +465,9 @@ Stop Zcash server. z_sendmany
+ z_setmigration +
+ z_shieldcoinbase
diff --git a/submitblock.html b/submitblock.html index 13e37d3..d7c4a7d 100644 --- a/submitblock.html +++ b/submitblock.html @@ -3,10 +3,10 @@ - + - submitblock - Zcash 2.0.4 RPC Docs + submitblock - Zcash 2.0.5-1 RPC Docs @@ -25,14 +25,14 @@
-

submitblock - Zcash 2.0.4 RPC

+

submitblock - Zcash 2.0.5-1 RPC

submitblock "hexdata" ( "jsonparametersobject" )
 
@@ -445,6 +445,9 @@ Examples:
                   z_getbalance
                   
+ z_getmigrationstatus +
+ z_getnewaddress
@@ -484,6 +487,9 @@ Examples: z_sendmany
+ z_setmigration +
+ z_shieldcoinbase
diff --git a/validateaddress.html b/validateaddress.html index f1dfffa..3a6c1d6 100644 --- a/validateaddress.html +++ b/validateaddress.html @@ -3,10 +3,10 @@ - + - validateaddress - Zcash 2.0.4 RPC Docs + validateaddress - Zcash 2.0.5-1 RPC Docs @@ -25,14 +25,14 @@
-

validateaddress - Zcash 2.0.4 RPC

+

validateaddress - Zcash 2.0.5-1 RPC

validateaddress "zcashaddress"
 
@@ -443,6 +443,9 @@ Examples:
                   z_getbalance
                   
+ z_getmigrationstatus +
+ z_getnewaddress
@@ -482,6 +485,9 @@ Examples: z_sendmany
+ z_setmigration +
+ z_shieldcoinbase
diff --git a/verifychain.html b/verifychain.html index 175372c..39a0b76 100644 --- a/verifychain.html +++ b/verifychain.html @@ -3,10 +3,10 @@ - + - verifychain - Zcash 2.0.4 RPC Docs + verifychain - Zcash 2.0.5-1 RPC Docs @@ -25,14 +25,14 @@
-

verifychain - Zcash 2.0.4 RPC

+

verifychain - Zcash 2.0.5-1 RPC

verifychain ( checklevel numblocks )
 
@@ -435,6 +435,9 @@ Examples:
                   z_getbalance
                   
+ z_getmigrationstatus +
+ z_getnewaddress
@@ -474,6 +477,9 @@ Examples: z_sendmany
+ z_setmigration +
+ z_shieldcoinbase
diff --git a/verifymessage.html b/verifymessage.html index 7056742..9a08799 100644 --- a/verifymessage.html +++ b/verifymessage.html @@ -3,10 +3,10 @@ - + - verifymessage - Zcash 2.0.4 RPC Docs + verifymessage - Zcash 2.0.5-1 RPC Docs @@ -25,14 +25,14 @@
-

verifymessage - Zcash 2.0.4 RPC

+

verifymessage - Zcash 2.0.5-1 RPC

verifymessage "zcashaddress" "signature" "message"
 
@@ -446,6 +446,9 @@ As json rpc
                   z_getbalance
                   
+ z_getmigrationstatus +
+ z_getnewaddress
@@ -485,6 +488,9 @@ As json rpc z_sendmany
+ z_setmigration +
+ z_shieldcoinbase
diff --git a/verifytxoutproof.html b/verifytxoutproof.html index 17929aa..5e89f93 100644 --- a/verifytxoutproof.html +++ b/verifytxoutproof.html @@ -3,10 +3,10 @@ - + - verifytxoutproof - Zcash 2.0.4 RPC Docs + verifytxoutproof - Zcash 2.0.5-1 RPC Docs @@ -25,14 +25,14 @@
-

verifytxoutproof - Zcash 2.0.4 RPC

+

verifytxoutproof - Zcash 2.0.5-1 RPC

verifytxoutproof "proof"
 
@@ -431,6 +431,9 @@ Result:
                   z_getbalance
                   
+ z_getmigrationstatus +
+ z_getnewaddress
@@ -470,6 +473,9 @@ Result: z_sendmany
+ z_setmigration +
+ z_shieldcoinbase
diff --git a/z_exportkey.html b/z_exportkey.html index bd7ad5a..d0cbe55 100644 --- a/z_exportkey.html +++ b/z_exportkey.html @@ -3,10 +3,10 @@ - + - z_exportkey - Zcash 2.0.4 RPC Docs + z_exportkey - Zcash 2.0.5-1 RPC Docs @@ -25,14 +25,14 @@
-

z_exportkey - Zcash 2.0.4 RPC

+

z_exportkey - Zcash 2.0.5-1 RPC

z_exportkey "zaddr"
 
@@ -436,6 +436,9 @@ Examples:
                   z_getbalance
                   
+ z_getmigrationstatus +
+ z_getnewaddress
@@ -475,6 +478,9 @@ Examples: z_sendmany
+ z_setmigration +
+ z_shieldcoinbase
diff --git a/z_exportviewingkey.html b/z_exportviewingkey.html index 1b879b8..d3d528d 100644 --- a/z_exportviewingkey.html +++ b/z_exportviewingkey.html @@ -3,10 +3,10 @@ - + - z_exportviewingkey - Zcash 2.0.4 RPC Docs + z_exportviewingkey - Zcash 2.0.5-1 RPC Docs @@ -25,14 +25,14 @@
-

z_exportviewingkey - Zcash 2.0.4 RPC

+

z_exportviewingkey - Zcash 2.0.5-1 RPC

z_exportviewingkey "zaddr"
 
@@ -435,6 +435,9 @@ Examples:
                   z_getbalance
                   
+ z_getmigrationstatus +
+ z_getnewaddress
@@ -474,6 +477,9 @@ Examples: z_sendmany
+ z_setmigration +
+ z_shieldcoinbase
diff --git a/z_exportwallet.html b/z_exportwallet.html index 77641c3..e821183 100644 --- a/z_exportwallet.html +++ b/z_exportwallet.html @@ -3,10 +3,10 @@ - + - z_exportwallet - Zcash 2.0.4 RPC Docs + z_exportwallet - Zcash 2.0.5-1 RPC Docs @@ -25,14 +25,14 @@
-

z_exportwallet - Zcash 2.0.4 RPC

+

z_exportwallet - Zcash 2.0.5-1 RPC

z_exportwallet "filename"
 
@@ -434,6 +434,9 @@ Examples:
                   z_getbalance
                   
+ z_getmigrationstatus +
+ z_getnewaddress
@@ -473,6 +476,9 @@ Examples: z_sendmany
+ z_setmigration +
+ z_shieldcoinbase
diff --git a/z_getbalance.html b/z_getbalance.html index 6d7df05..09a88b0 100644 --- a/z_getbalance.html +++ b/z_getbalance.html @@ -3,10 +3,10 @@ - + - z_getbalance - Zcash 2.0.4 RPC Docs + z_getbalance - Zcash 2.0.5-1 RPC Docs @@ -25,14 +25,14 @@
-

z_getbalance - Zcash 2.0.4 RPC

+

z_getbalance - Zcash 2.0.5-1 RPC

z_getbalance "address" ( minconf )
 
@@ -445,6 +445,9 @@ As a json rpc call
                   z_getbalance
                   
+ z_getmigrationstatus +
+ z_getnewaddress
@@ -484,6 +487,9 @@ As a json rpc call z_sendmany
+ z_setmigration +
+ z_shieldcoinbase
diff --git a/z_getmigrationstatus.html b/z_getmigrationstatus.html new file mode 100644 index 0000000..a1169f5 --- /dev/null +++ b/z_getmigrationstatus.html @@ -0,0 +1,513 @@ + + + + + + + + + z_getmigrationstatus - Zcash 2.0.5-1 RPC Docs + + + + + + + + + + +
+ +
+
+

z_getmigrationstatus - Zcash 2.0.5-1 RPC

+ +
z_getmigrationstatus
+Returns information about the status of the Sprout to Sapling migration.
+In the result a transactions is defined as finalized if and only if it has
+at least ten confirmations.
+Note: It is possible that manually created transactions involving this wallet
+will be included in the result.
+
+Result:
+{
+  "enabled": true|false,                    (boolean) Whether or not migration is enabled
+  "destination_address": "zaddr",           (string) The Sapling address that will receive Sprout funds
+  "unmigrated_amount": nnn.n,               (numeric) The total amount of unmigrated ZEC 
+  "unfinalized_migrated_amount": nnn.n,     (numeric) The total amount of unfinalized ZEC 
+  "finalized_migrated_amount": nnn.n,       (numeric) The total amount of finalized ZEC 
+  "finalized_migration_transactions": nnn,  (numeric) The number of migration transactions involving this wallet
+  "time_started": ttt,                      (numeric, optional) The block time of the first migration transaction as a Unix timestamp
+  "migration_txids": [txids]                (json array of strings) An array of all migration txids involving this wallet
+}
+
+
+
+ +

+ Made by @karel_3d; license of the docs is MIT (see zcash repo), license of the scripts and webpage is also MIT ((C) 2018 Karel Bilek) (github repo) +

+

+ Note it uses a mainnet node +

+
+
+ +
+
+ Blockchain +
+ +
+
+ +
+
+ Control +
+
+ + getinfo +
+ + help +
+ + stop +
+ +
+
+
+ +
+
+ Disclosure +
+ +
+
+ +
+
+ Generating +
+
+ + generate +
+ + getgenerate +
+ + setgenerate +
+ +
+
+
+ + +
+ +
+
+ Network +
+ +
+
+ + +
+ +
+
+ Util +
+ +
+
+ + +
+ +
+
+
+ + diff --git a/z_getnewaddress.html b/z_getnewaddress.html index 8e8eeb0..6f10865 100644 --- a/z_getnewaddress.html +++ b/z_getnewaddress.html @@ -3,10 +3,10 @@ - + - z_getnewaddress - Zcash 2.0.4 RPC Docs + z_getnewaddress - Zcash 2.0.5-1 RPC Docs @@ -25,14 +25,14 @@
-

z_getnewaddress - Zcash 2.0.4 RPC

+

z_getnewaddress - Zcash 2.0.5-1 RPC

z_getnewaddress ( type )
 
@@ -437,6 +437,9 @@ Examples:
                   z_getbalance
                   
+ z_getmigrationstatus +
+ z_getnewaddress
@@ -476,6 +479,9 @@ Examples: z_sendmany
+ z_setmigration +
+ z_shieldcoinbase
diff --git a/z_getoperationresult.html b/z_getoperationresult.html index a2ee5a4..b8afc63 100644 --- a/z_getoperationresult.html +++ b/z_getoperationresult.html @@ -3,10 +3,10 @@ - + - z_getoperationresult - Zcash 2.0.4 RPC Docs + z_getoperationresult - Zcash 2.0.5-1 RPC Docs @@ -25,14 +25,14 @@
-

z_getoperationresult - Zcash 2.0.4 RPC

+

z_getoperationresult - Zcash 2.0.5-1 RPC

z_getoperationresult (["operationid", ... ]) 
 
@@ -434,6 +434,9 @@ Examples:
                   z_getbalance
                   
+ z_getmigrationstatus +
+ z_getnewaddress
@@ -473,6 +476,9 @@ Examples: z_sendmany
+ z_setmigration +
+ z_shieldcoinbase
diff --git a/z_getoperationstatus.html b/z_getoperationstatus.html index ababf4c..23f1795 100644 --- a/z_getoperationstatus.html +++ b/z_getoperationstatus.html @@ -3,10 +3,10 @@ - + - z_getoperationstatus - Zcash 2.0.4 RPC Docs + z_getoperationstatus - Zcash 2.0.5-1 RPC Docs @@ -25,14 +25,14 @@
-

z_getoperationstatus - Zcash 2.0.4 RPC

+

z_getoperationstatus - Zcash 2.0.5-1 RPC

z_getoperationstatus (["operationid", ... ]) 
 
@@ -434,6 +434,9 @@ Examples:
                   z_getbalance
                   
+ z_getmigrationstatus +
+ z_getnewaddress
@@ -473,6 +476,9 @@ Examples: z_sendmany
+ z_setmigration +
+ z_shieldcoinbase
diff --git a/z_getpaymentdisclosure.html b/z_getpaymentdisclosure.html index ea1001d..054dc72 100644 --- a/z_getpaymentdisclosure.html +++ b/z_getpaymentdisclosure.html @@ -3,10 +3,10 @@ - + - z_getpaymentdisclosure - Zcash 2.0.4 RPC Docs + z_getpaymentdisclosure - Zcash 2.0.5-1 RPC Docs @@ -25,14 +25,14 @@
-

z_getpaymentdisclosure - Zcash 2.0.4 RPC

+

z_getpaymentdisclosure - Zcash 2.0.5-1 RPC

z_getpaymentdisclosure "txid" "js_index" "output_index" ("message") 
 
@@ -40,6 +40,14 @@ Generate a payment disclosure for a given joinsplit output.
 
 EXPERIMENTAL FEATURE
 
+WARNING: z_getpaymentdisclosure is disabled.
+To enable it, restart zcashd with the -experimentalfeatures and
+-paymentdisclosure commandline options, or add these two lines
+to the zcash.conf file:
+
+experimentalfeatures=1
+paymentdisclosure=1
+
 Arguments:
 1. "txid"            (string, required) 
 2. "js_index"        (string, required) 
@@ -439,6 +447,9 @@ Examples:
                   z_getbalance
                   
+ z_getmigrationstatus +
+ z_getnewaddress
@@ -478,6 +489,9 @@ Examples: z_sendmany
+ z_setmigration +
+ z_shieldcoinbase
diff --git a/z_gettotalbalance.html b/z_gettotalbalance.html index a1cdd89..61daf75 100644 --- a/z_gettotalbalance.html +++ b/z_gettotalbalance.html @@ -3,10 +3,10 @@ - + - z_gettotalbalance - Zcash 2.0.4 RPC Docs + z_gettotalbalance - Zcash 2.0.5-1 RPC Docs @@ -25,14 +25,14 @@
-

z_gettotalbalance - Zcash 2.0.4 RPC

+

z_gettotalbalance - Zcash 2.0.5-1 RPC

z_gettotalbalance ( minconf includeWatchonly )
 
@@ -450,6 +450,9 @@ As a json rpc call
                   z_getbalance
                   
+ z_getmigrationstatus +
+ z_getnewaddress
@@ -489,6 +492,9 @@ As a json rpc call z_sendmany
+ z_setmigration +
+ z_shieldcoinbase
diff --git a/z_importkey.html b/z_importkey.html index 0a899a1..39e8ff4 100644 --- a/z_importkey.html +++ b/z_importkey.html @@ -3,10 +3,10 @@ - + - z_importkey - Zcash 2.0.4 RPC Docs + z_importkey - Zcash 2.0.5-1 RPC Docs @@ -25,14 +25,14 @@
-

z_importkey - Zcash 2.0.4 RPC

+

z_importkey - Zcash 2.0.5-1 RPC

z_importkey "zkey" ( rescan startHeight )
 
@@ -448,6 +448,9 @@ As a JSON-RPC call
                   z_getbalance
                   
+ z_getmigrationstatus +
+ z_getnewaddress
@@ -487,6 +490,9 @@ As a JSON-RPC call z_sendmany
+ z_setmigration +
+ z_shieldcoinbase
diff --git a/z_importviewingkey.html b/z_importviewingkey.html index adb7cac..2954361 100644 --- a/z_importviewingkey.html +++ b/z_importviewingkey.html @@ -3,10 +3,10 @@ - + - z_importviewingkey - Zcash 2.0.4 RPC Docs + z_importviewingkey - Zcash 2.0.5-1 RPC Docs @@ -25,14 +25,14 @@
-

z_importviewingkey - Zcash 2.0.4 RPC

+

z_importviewingkey - Zcash 2.0.5-1 RPC

z_importviewingkey "vkey" ( rescan startHeight )
 
@@ -448,6 +448,9 @@ As a JSON-RPC call
                   z_getbalance
                   
+ z_getmigrationstatus +
+ z_getnewaddress
@@ -487,6 +490,9 @@ As a JSON-RPC call z_sendmany
+ z_setmigration +
+ z_shieldcoinbase
diff --git a/z_importwallet.html b/z_importwallet.html index ed0c8c5..cdad6c6 100644 --- a/z_importwallet.html +++ b/z_importwallet.html @@ -3,10 +3,10 @@ - + - z_importwallet - Zcash 2.0.4 RPC Docs + z_importwallet - Zcash 2.0.5-1 RPC Docs @@ -25,14 +25,14 @@
-

z_importwallet - Zcash 2.0.4 RPC

+

z_importwallet - Zcash 2.0.5-1 RPC

z_importwallet "filename"
 
@@ -438,6 +438,9 @@ Import using the json rpc call
                   z_getbalance
                   
+ z_getmigrationstatus +
+ z_getnewaddress
@@ -477,6 +480,9 @@ Import using the json rpc call z_sendmany
+ z_setmigration +
+ z_shieldcoinbase
diff --git a/z_listaddresses.html b/z_listaddresses.html index 72bcf19..69cf65b 100644 --- a/z_listaddresses.html +++ b/z_listaddresses.html @@ -3,10 +3,10 @@ - + - z_listaddresses - Zcash 2.0.4 RPC Docs + z_listaddresses - Zcash 2.0.5-1 RPC Docs @@ -25,14 +25,14 @@
-

z_listaddresses - Zcash 2.0.4 RPC

+

z_listaddresses - Zcash 2.0.5-1 RPC

z_listaddresses ( includeWatchonly )
 
@@ -437,6 +437,9 @@ Examples:
                   z_getbalance
                   
+ z_getmigrationstatus +
+ z_getnewaddress
@@ -476,6 +479,9 @@ Examples: z_sendmany
+ z_setmigration +
+ z_shieldcoinbase
diff --git a/z_listoperationids.html b/z_listoperationids.html index b1db828..7d79385 100644 --- a/z_listoperationids.html +++ b/z_listoperationids.html @@ -3,10 +3,10 @@ - + - z_listoperationids - Zcash 2.0.4 RPC Docs + z_listoperationids - Zcash 2.0.5-1 RPC Docs @@ -25,14 +25,14 @@
-

z_listoperationids - Zcash 2.0.4 RPC

+

z_listoperationids - Zcash 2.0.5-1 RPC

z_listoperationids
 
@@ -437,6 +437,9 @@ Examples:
                   z_getbalance
                   
+ z_getmigrationstatus +
+ z_getnewaddress
@@ -476,6 +479,9 @@ Examples: z_sendmany
+ z_setmigration +
+ z_shieldcoinbase
diff --git a/z_listreceivedbyaddress.html b/z_listreceivedbyaddress.html index 308042a..0164d4c 100644 --- a/z_listreceivedbyaddress.html +++ b/z_listreceivedbyaddress.html @@ -3,10 +3,10 @@ - + - z_listreceivedbyaddress - Zcash 2.0.4 RPC Docs + z_listreceivedbyaddress - Zcash 2.0.5-1 RPC Docs @@ -25,14 +25,14 @@
-

z_listreceivedbyaddress - Zcash 2.0.4 RPC

+

z_listreceivedbyaddress - Zcash 2.0.5-1 RPC

z_listreceivedbyaddress "address" ( minconf )
 
@@ -443,6 +443,9 @@ Examples:
                   z_getbalance
                   
+ z_getmigrationstatus +
+ z_getnewaddress
@@ -482,6 +485,9 @@ Examples: z_sendmany
+ z_setmigration +
+ z_shieldcoinbase
diff --git a/z_listunspent.html b/z_listunspent.html index ee2fb28..f16974e 100644 --- a/z_listunspent.html +++ b/z_listunspent.html @@ -3,10 +3,10 @@ - + - z_listunspent - Zcash 2.0.4 RPC Docs + z_listunspent - Zcash 2.0.5-1 RPC Docs @@ -25,14 +25,14 @@
-

z_listunspent - Zcash 2.0.4 RPC

+

z_listunspent - Zcash 2.0.5-1 RPC

z_listunspent ( minconf maxconf includeWatchonly ["zaddr",...] )
 
@@ -461,6 +461,9 @@ Examples
                   z_getbalance
                   
+ z_getmigrationstatus +
+ z_getnewaddress
@@ -500,6 +503,9 @@ Examples z_sendmany
+ z_setmigration +
+ z_shieldcoinbase
diff --git a/z_mergetoaddress.html b/z_mergetoaddress.html index 1f23de8..fbb218b 100644 --- a/z_mergetoaddress.html +++ b/z_mergetoaddress.html @@ -3,10 +3,10 @@ - + - z_mergetoaddress - Zcash 2.0.4 RPC Docs + z_mergetoaddress - Zcash 2.0.5-1 RPC Docs @@ -25,17 +25,25 @@
-

z_mergetoaddress - Zcash 2.0.4 RPC

+

z_mergetoaddress - Zcash 2.0.5-1 RPC

z_mergetoaddress ["fromaddress", ... ] "toaddress" ( fee ) ( transparent_limit ) ( shielded_limit ) ( memo )
 
+WARNING: z_mergetoaddress is disabled.
+To enable it, restart zcashd with the -experimentalfeatures and
+-zmergetoaddress commandline options, or add these two lines
+to the zcash.conf file:
+
+experimentalfeatures=1
+zmergetoaddress=1
+
 Merge multiple UTXOs and notes into a single UTXO or note.  Coinbase UTXOs are ignored; use `z_shieldcoinbase`
 to combine those into a single note.
 
@@ -469,6 +477,9 @@ Examples:
                   z_getbalance
                   
+ z_getmigrationstatus +
+ z_getnewaddress
@@ -508,6 +519,9 @@ Examples: z_sendmany
+ z_setmigration +
+ z_shieldcoinbase
diff --git a/z_sendmany.html b/z_sendmany.html index 9ce804a..b606275 100644 --- a/z_sendmany.html +++ b/z_sendmany.html @@ -3,10 +3,10 @@ - + - z_sendmany - Zcash 2.0.4 RPC Docs + z_sendmany - Zcash 2.0.5-1 RPC Docs @@ -25,14 +25,14 @@
-

z_sendmany - Zcash 2.0.4 RPC

+

z_sendmany - Zcash 2.0.5-1 RPC

z_sendmany "fromaddress" [{"address":... ,"amount":...},...] ( minconf ) ( fee )
 
@@ -446,6 +446,9 @@ Examples:
                   z_getbalance
                   
+ z_getmigrationstatus +
+ z_getnewaddress
@@ -485,6 +488,9 @@ Examples: z_sendmany
+ z_setmigration +
+ z_shieldcoinbase
diff --git a/z_setmigration.html b/z_setmigration.html new file mode 100644 index 0000000..5a56697 --- /dev/null +++ b/z_setmigration.html @@ -0,0 +1,508 @@ + + + + + + + + + z_setmigration - Zcash 2.0.5-1 RPC Docs + + + + + + + + + + +
+ +
+
+

z_setmigration - Zcash 2.0.5-1 RPC

+ +
z_setmigration enabled
+When enabled the Sprout to Sapling migration will attempt to migrate all funds from this wallet’s
+Sprout addresses to either the address for Sapling account 0 or the address specified by the parameter
+'-migrationdestaddress'.
+
+This migration is designed to minimize information leakage. As a result for wallets with a significant
+Sprout balance, this process may take several weeks. The migration works by sending, up to 5, as many
+transactions as possible whenever the blockchain reaches a height equal to 499 modulo 500. The transaction
+amounts are picked according to the random distribution specified in ZIP 308. The migration will end once
+the wallet’s Sprout balance is below0.01 ZEC.
+
+Arguments:
+1. enabled  (boolean, required) 'true' or 'false' to enable or disable respectively.
+
+
+
+ +

+ Made by @karel_3d; license of the docs is MIT (see zcash repo), license of the scripts and webpage is also MIT ((C) 2018 Karel Bilek) (github repo) +

+

+ Note it uses a mainnet node +

+
+
+ +
+
+ Blockchain +
+ +
+
+ +
+
+ Control +
+
+ + getinfo +
+ + help +
+ + stop +
+ +
+
+
+ +
+
+ Disclosure +
+ +
+
+ +
+
+ Generating +
+
+ + generate +
+ + getgenerate +
+ + setgenerate +
+ +
+
+
+ + +
+ +
+
+ Network +
+ +
+
+ + +
+ +
+
+ Util +
+ +
+
+ + +
+ +
+
+
+ + diff --git a/z_shieldcoinbase.html b/z_shieldcoinbase.html index de280f6..5f6e301 100644 --- a/z_shieldcoinbase.html +++ b/z_shieldcoinbase.html @@ -3,10 +3,10 @@ - + - z_shieldcoinbase - Zcash 2.0.4 RPC Docs + z_shieldcoinbase - Zcash 2.0.5-1 RPC Docs @@ -25,14 +25,14 @@
-

z_shieldcoinbase - Zcash 2.0.4 RPC

+

z_shieldcoinbase - Zcash 2.0.5-1 RPC

z_shieldcoinbase "fromaddress" "tozaddress" ( fee ) ( limit )
 
@@ -448,6 +448,9 @@ Examples:
                   z_getbalance
                   
+ z_getmigrationstatus +
+ z_getnewaddress
@@ -487,6 +490,9 @@ Examples: z_sendmany
+ z_setmigration +
+ z_shieldcoinbase
diff --git a/z_validateaddress.html b/z_validateaddress.html index 5017b65..7d6f789 100644 --- a/z_validateaddress.html +++ b/z_validateaddress.html @@ -3,10 +3,10 @@ - + - z_validateaddress - Zcash 2.0.4 RPC Docs + z_validateaddress - Zcash 2.0.5-1 RPC Docs @@ -25,14 +25,14 @@
-

z_validateaddress - Zcash 2.0.4 RPC

+

z_validateaddress - Zcash 2.0.5-1 RPC

z_validateaddress "zaddr"
 
@@ -443,6 +443,9 @@ Examples:
                   z_getbalance
                   
+ z_getmigrationstatus +
+ z_getnewaddress
@@ -482,6 +485,9 @@ Examples: z_sendmany
+ z_setmigration +
+ z_shieldcoinbase
diff --git a/z_validatepaymentdisclosure.html b/z_validatepaymentdisclosure.html index cde5e65..8ae26e0 100644 --- a/z_validatepaymentdisclosure.html +++ b/z_validatepaymentdisclosure.html @@ -3,10 +3,10 @@ - + - z_validatepaymentdisclosure - Zcash 2.0.4 RPC Docs + z_validatepaymentdisclosure - Zcash 2.0.5-1 RPC Docs @@ -25,14 +25,14 @@
-

z_validatepaymentdisclosure - Zcash 2.0.4 RPC

+

z_validatepaymentdisclosure - Zcash 2.0.5-1 RPC

z_validatepaymentdisclosure "paymentdisclosure"
 
@@ -40,6 +40,14 @@ Validates a payment disclosure.
 
 EXPERIMENTAL FEATURE
 
+WARNING: z_validatepaymentdisclosure is disabled.
+To enable it, restart zcashd with the -experimentalfeatures and
+-paymentdisclosure commandline options, or add these two lines
+to the zcash.conf file:
+
+experimentalfeatures=1
+paymentdisclosure=1
+
 Arguments:
 1. "paymentdisclosure"     (string, required) Hex data string, with "zpd:" prefix.
 
@@ -433,6 +441,9 @@ Examples:
                   z_getbalance
                   
+ z_getmigrationstatus +
+ z_getnewaddress
@@ -472,6 +483,9 @@ Examples: z_sendmany
+ z_setmigration +
+ z_shieldcoinbase
diff --git a/zcbenchmark.html b/zcbenchmark.html index 8cfcc4e..27c4da7 100644 --- a/zcbenchmark.html +++ b/zcbenchmark.html @@ -3,10 +3,10 @@ - + - zcbenchmark - Zcash 2.0.4 RPC Docs + zcbenchmark - Zcash 2.0.5-1 RPC Docs @@ -25,14 +25,14 @@
-

zcbenchmark - Zcash 2.0.4 RPC

+

zcbenchmark - Zcash 2.0.5-1 RPC

zcbenchmark benchmarktype samplecount
 
@@ -435,6 +435,9 @@ Output: [
                   z_getbalance
                   
+ z_getmigrationstatus +
+ z_getnewaddress
@@ -474,6 +477,9 @@ Output: [ z_sendmany
+ z_setmigration +
+ z_shieldcoinbase
diff --git a/zcrawjoinsplit.html b/zcrawjoinsplit.html index 345c7a2..901a660 100644 --- a/zcrawjoinsplit.html +++ b/zcrawjoinsplit.html @@ -3,10 +3,10 @@ - + - zcrawjoinsplit - Zcash 2.0.4 RPC Docs + zcrawjoinsplit - Zcash 2.0.5-1 RPC Docs @@ -25,14 +25,14 @@
-

zcrawjoinsplit - Zcash 2.0.4 RPC

+

zcrawjoinsplit - Zcash 2.0.5-1 RPC

zcrawjoinsplit rawtx inputs outputs vpub_old vpub_new
   inputs: a JSON object mapping {note: zcsecretkey, ...}
@@ -440,6 +440,9 @@ Output: {
                   z_getbalance
                   
+ z_getmigrationstatus +
+ z_getnewaddress
@@ -479,6 +482,9 @@ Output: { z_sendmany
+ z_setmigration +
+ z_shieldcoinbase
diff --git a/zcrawkeygen.html b/zcrawkeygen.html index 47c6856..66a7c24 100644 --- a/zcrawkeygen.html +++ b/zcrawkeygen.html @@ -3,10 +3,10 @@ - + - zcrawkeygen - Zcash 2.0.4 RPC Docs + zcrawkeygen - Zcash 2.0.5-1 RPC Docs @@ -25,14 +25,14 @@
-

zcrawkeygen - Zcash 2.0.4 RPC

+

zcrawkeygen - Zcash 2.0.5-1 RPC

zcrawkeygen
 
@@ -430,6 +430,9 @@ Output: {
                   z_getbalance
                   
+ z_getmigrationstatus +
+ z_getnewaddress
@@ -469,6 +472,9 @@ Output: { z_sendmany
+ z_setmigration +
+ z_shieldcoinbase
diff --git a/zcrawreceive.html b/zcrawreceive.html index 9ea300c..f0bf5a6 100644 --- a/zcrawreceive.html +++ b/zcrawreceive.html @@ -3,10 +3,10 @@ - + - zcrawreceive - Zcash 2.0.4 RPC Docs + zcrawreceive - Zcash 2.0.5-1 RPC Docs @@ -25,14 +25,14 @@
-

zcrawreceive - Zcash 2.0.4 RPC

+

zcrawreceive - Zcash 2.0.5-1 RPC

zcrawreceive zcsecretkey encryptednote
 
@@ -431,6 +431,9 @@ Output: {
                   z_getbalance
                   
+ z_getmigrationstatus +
+ z_getnewaddress
@@ -470,6 +473,9 @@ Output: { z_sendmany
+ z_setmigration +
+ z_shieldcoinbase
diff --git a/zcsamplejoinsplit.html b/zcsamplejoinsplit.html index d9d414c..f995cff 100644 --- a/zcsamplejoinsplit.html +++ b/zcsamplejoinsplit.html @@ -3,10 +3,10 @@ - + - zcsamplejoinsplit - Zcash 2.0.4 RPC Docs + zcsamplejoinsplit - Zcash 2.0.5-1 RPC Docs @@ -25,14 +25,14 @@
-

zcsamplejoinsplit - Zcash 2.0.4 RPC

+

zcsamplejoinsplit - Zcash 2.0.5-1 RPC

zcsamplejoinsplit
 
@@ -424,6 +424,9 @@ Perform a joinsplit and return the JSDescription.
                   z_getbalance
                   
+ z_getmigrationstatus +
+ z_getnewaddress
@@ -463,6 +466,9 @@ Perform a joinsplit and return the JSDescription. z_sendmany
+ z_setmigration +
+ z_shieldcoinbase