New 0.9.2 RPCs: getblockchaininfo, getnetworkinfo, getwalletinfo

Added the three new RPCs to the RPC docs and also added a warning that
getinfo will be removed in a future version.
This commit is contained in:
David A. Harding 2014-08-07 21:23:42 -04:00
parent eaf0b2262f
commit 2c07b3de0e
No known key found for this signature in database
GPG key ID: 4B29C30FF29EC4B7
3 changed files with 193 additions and 0 deletions

View file

@ -240,6 +240,7 @@ BIP72:
'`getbalance`': rpc getbalance
'`getbestblockhash`': rpc getbestblockhash
'`getblock`': rpc getblock
'`getblockchaininfo`': rpc getblockchaininfo
'`getblockcount`': rpc getblockcount
'`getblockhash`': rpc getblockhash
'`getblocktemplate`': rpc getblocktemplate
@ -251,6 +252,7 @@ BIP72:
'`getmininginfo`': rpc getmininginfo
'`getnettotals`': rpc getnettotals
'`getnetworkhashps`': rpc getnetworkhashps
'`getnetworkinfo`': rpc getnetworkinfo
'`getnewaddress`': rpc getnewaddress
'`getpeerinfo`': rpc getpeerinfo
'`getrawchangeaddress`': rpc getrawchangeaddress
@ -262,6 +264,7 @@ BIP72:
'`gettxout`': rpc gettxout
'`gettxoutsetinfo`': rpc gettxoutsetinfo
'`getunconfirmedbalance`': rpc getunconfirmedbalance
'`getwalletinfo`': rpc getwalletinfo
'`getwork`': rpc getwork
'`help`': rpc help
'`importprivkey`': rpc importprivkey