V0.14.1 RPC updates (#148)

* RPC - Add getmemoryinfo mode parameter

* RPC - Update RPC Table and quick-ref for getmemoryinfo

* RPC - Add disconnectnode nodeid parameter

* RPC - Update formatting of previous versions

* RPC - Add getmempoolinfo instantsendlocks param

* Correct RPC table getmemoryinfo entry

* Formatting - fix getmempoolinfo indentation

* RPC - getinfo add deprecations-warning

* RPC - estimatesmartfee add conservative param

* RPC - remove instantsendtoaddress references

* RPC - IS changes
 - Remove instantsend field from result of getmempoolentry and 
getrawmempool
 - Deprecated IS send params for multiple RPCs

* RPC - Remove deprecated starting/current priority fields
 Related to dashpay/dash#2768

* Add missing change to fix build error

* RPC Table and quick ref updates

* RPC - Add addrbind to getpeerinfo

* RPC - Add bogosize and disk_size to gettxoutsetinfo

* RPC - Add query_options to listunspent

* Typo fix in generate RPC

* RPC - Add abortrescan

* Formatting fix

* RPC - Add param to listsinceblock 
Also fix depth issue with full tx template and add abandoned field

* RPC - update 2nd param name in submitblock

* RPC - Add conf_target and estimate_mode to sendmany and sendtoaddress

* RPC - Add new uptime RPC

* RPC - Add new listwallets RPC

* RPC - Add new getchaintxstats RPC

* RPC - Update category list for debug

* RPC - Update getblockchaininfo statistics format

* RPC - Add uptime to table

* RPC - Add new logging RPC

* RPC - Add hex field to getblock

* Update rpc table
This commit is contained in:
thephez 2019-08-22 16:42:38 -04:00 committed by GitHub
parent f527344b13
commit 806f29dce1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
36 changed files with 895 additions and 425 deletions

View file

@ -289,6 +289,8 @@ DIP8:
## RPCs
'`abandontransaction`': rpc abandontransaction
'`abandontransaction` RPC': rpc abandontransaction
'`abortrescan`': rpc abortrescan
'`abortrescan` RPC': rpc abortrescan
'`addmultisigaddress`': rpc addmultisigaddress
'`addmultisigaddress` RPC': rpc addmultisigaddress
'`addnode`': rpc addnode
@ -377,6 +379,8 @@ DIP8:
'`getblocktemplate` RPC': rpc getblocktemplate
'`getchaintips`': rpc getchaintips
'`getchaintips` RPC': rpc getchaintips
'`getchaintxstats`': rpc getchaintxstats
'`getchaintxstats` RPC': rpc getchaintxstats
'`getconnectioncount`': rpc getconnectioncount
'`getconnectioncount` RPC': rpc getconnectioncount
'`getdifficulty`': rpc getdifficulty
@ -463,8 +467,6 @@ DIP8:
'`importpubkey` RPC': rpc importpubkey
'`importwallet`': rpc importwallet
'`importwallet` RPC': rpc importwallet
'`instantsendtoaddress`': rpc instantsendtoaddress
'`instantsendtoaddress` RPC': rpc instantsendtoaddress
'`keepass`': rpc keepass
'`keepass` RPC': rpc keepass
'`keypoolrefill`': rpc keypoolrefill
@ -489,8 +491,12 @@ DIP8:
'`listtransactions` RPC': rpc listtransactions
'`listunspent`': rpc listunspent
'`listunspent` RPC': rpc listunspent
'`listwallets`': rpc listwallets
'`listwallets` RPC': rpc listwallets
'`lockunspent`': rpc lockunspent
'`lockunspent` RPC': rpc lockunspent
'`logging`': rpc logging
'`logging` RPC': rpc logging
'`masternode`': rpc masternode
'`masternode` RPC': rpc masternode
'`masternodebroadcast`': rpc masternodebroadcast
@ -560,6 +566,8 @@ DIP8:
'`submitblock` RPC': rpc submitblock
'`validateaddress`': rpc validateaddress
'`validateaddress` RPC': rpc validateaddress
'`uptime`': rpc uptime
'`uptime` RPC': rpc uptime
'`verifychain`': rpc verifychain
'`verifychain` RPC': rpc verifychain
'`verifymessage`': rpc verifymessage