neobytes/src/rpc
thephez 1f56600c4b Trivial: Protx operator reward clarification (#2407)
Add decimal places to clarify:
1. Non-integers are valid (e.g. 3.25)
2. Granularity - anything beyond x.xx is rounded (e.g. 3.259 -> 3.26)

This is due to DIP3 allowing values 0-10000 for operator reward (1/10000
= 0.01%)
2018-11-02 00:58:36 +03:00
..
blockchain.cpp Prepare DIP3 for testnet and reuse DIP3 deployment for autoix deployment (#2389) 2018-10-26 19:42:52 +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 Trivial: Protx operator reward clarification (#2407) 2018-11-02 00:58:36 +03: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