neobytes/src/rpc
Alexander Block 25b6dae9ea
Code style and RPC help string cleanups for DIP2/DIP3 (#2379)
* Fix code style in DIP2/DIP3 code (single statement ifs with curly braces)

* Fix DIP3 RPC help strings

* Handle review comments

* Handle more review comments
2018-10-26 07:03:14 +02:00
..
blockchain.cpp Automatic InstantSend locks for "simple" transactions (#2140) 2018-09-26 17:17:47 +03:00
client.cpp adds rpc calls for setprivatesendrounds and setprivatesendamount (#2230) 2018-08-21 17:07:54 +03:00
client.h Merge #8811: rpc: Add support for JSON-RPC named arguments 2018-01-18 07:38:57 +01:00
governance.cpp Allow referencing other TX outputs for ProRegTx collateral (#2366) 2018-10-25 17:29:50 +03:00
masternode.cpp Allow referencing other TX outputs for ProRegTx collateral (#2366) 2018-10-25 17:29:50 +03:00
mining.cpp Enforce MN and superblock payments in same block 2018-09-05 14:06:31 +02:00
misc.cpp Fix some warnings and do a couple of other trivial cleanups (#2315) 2018-09-28 10:55:11 +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 Add instantlock field to getrawtransaction rpc output (#2314) 2018-09-26 17:16:22 +03:00
register.h Implement "protx register" RPC 2018-08-30 19:47:38 +02:00
rpcevo.cpp Code style and RPC help string cleanups for DIP2/DIP3 (#2379) 2018-10-26 07:03:14 +02:00
server.cpp Add new ParseXXX methods to easily parse UniValue values (#2211) 2018-08-11 01:33:56 +03:00
server.h Add new ParseXXX methods to easily parse UniValue values (#2211) 2018-08-11 01:33:56 +03:00