Auto merge of #1137 - bitcartel:zc.v0.11.2.latest_deprecate_zcraw_api, r=ebfull

zcash-cli: Label zcraw... rpc commands as being deprecated

These RPC calls will be removed from 1.0, so let's mark them as deprecated.
This commit is contained in:
zkbot 2016-07-28 17:25:52 +00:00
commit b2e956be01
1 changed files with 3 additions and 0 deletions

View File

@ -2468,6 +2468,7 @@ Value zc_raw_receive(const json_spirit::Array& params, bool fHelp)
throw runtime_error(
"zcrawreceive zcsecretkey encryptednote\n"
"\n"
"Scheduled for deprecation. This call will be removed in 1.0.\n"
"Decrypts encryptednote and checks if the coin commitments\n"
"are in the blockchain as indicated by the \"exists\" result.\n"
"\n"
@ -2551,6 +2552,7 @@ Value zc_raw_joinsplit(const json_spirit::Array& params, bool fHelp)
" inputs: a JSON object mapping {note: zcsecretkey, ...}\n"
" outputs: a JSON object mapping {zcaddr: value, ...}\n"
"\n"
"Scheduled for deprecation. This call will be removed in 1.0.\n"
"Splices a joinsplit into rawtx. Inputs are unilaterally confidential.\n"
"Outputs are confidential between sender/receiver. The vpub_old and\n"
"vpub_new values are globally public and move transparent value into\n"
@ -2734,6 +2736,7 @@ Value zc_raw_keygen(const json_spirit::Array& params, bool fHelp)
throw runtime_error(
"zcrawkeygen\n"
"\n"
"Scheduled for deprecation. This call will be removed in 1.0.\n"
"Generate a zcaddr which can send and receive confidential values.\n"
"\n"
"Output: {\n"