neobytes/src/rpc
UdjinM6 bab543f3e6
Various RPC fixes (#1958)
* RPC: fix listunspent include_unsafe param usage

* RPC: Add two fields to indicate if some mempool entry is an InstantSend tx and if it was locked or not

* RPC: Add privatesend_balance to getwalletinfo rpc

* RPC: "BTC" -> CURRENCY_UNIT

* RPC: more EnsureWalletIsAvailable in Dash-specific code

* RPC: EnsureWalletIsUnlocked in `gobject prepare`

Also fixes missing cs_wallet lock

* RPC: disable `privatesend` rpc on masternodes completely

* RPC: refactor `spork` rpc

* RPC: Show correct port in HelpExampleRpc

* RPC: few trivial fixes

* fix
2018-03-01 16:18:46 +03:00
..
blockchain.cpp Various RPC fixes (#1958) 2018-03-01 16:18:46 +03:00
client.cpp Various RPC fixes (#1958) 2018-03-01 16:18:46 +03:00
client.h Merge #8811: rpc: Add support for JSON-RPC named arguments 2018-01-18 07:38:57 +01:00
governance.cpp Various RPC fixes (#1958) 2018-03-01 16:18:46 +03:00
masternode.cpp Various RPC fixes (#1958) 2018-03-01 16:18:46 +03:00
mining.cpp Various RPC fixes (#1958) 2018-03-01 16:18:46 +03:00
misc.cpp Various RPC fixes (#1958) 2018-03-01 16:18:46 +03:00
net.cpp Merge pull request #1948 from UdjinM6/removeusingnamespacestd 2018-02-22 10:41:52 +03:00
protocol.cpp Merge #9476: [refactor] Remove using namespace <xxx> from rpc/ & script/ sources 2018-02-21 22:32:13 +03:00
protocol.h Merge #8788: [RPC] Give RPC commands more information about the RPC request 2018-01-13 13:44:37 +01:00
rawtransaction.cpp Merge #9643: [refactor] Remove using namespace <xxx> from wallet/ & util* 2018-02-21 22:32:13 +03:00
register.h Merge #8163: Do not shadow global RPC table variable (tableRPC) 2018-01-09 14:16:37 +01:00
server.cpp Various RPC fixes (#1958) 2018-03-01 16:18:46 +03:00
server.h [wallet] Add include_unsafe argument to listunspent RPC 2018-02-07 13:11:09 +01:00