neobytes/src/rpc
Alexander Block 50eb98d901 Prepare for DIP3 operator reward payments and switch to array in getblocktemplate (#2216)
* Prepare for DIP3 operator reward payments and switch to array in getblocktemplate

This commit allows to later split MN rewards into multiple recipients, e.g.
the owner reward and operator reward. It also updates the getblocktemplate
output to return an array of MN payments instead of a single entry.

This should allow MN miners and pool operators to prepare themself for the
upcoming changes in regard to operator rewards.

* txoutsMasternode -> voutMasternode

* More renaming

* Consider all masternode payments when looking for a known masternode
2018-08-14 12:58:38 +03:00
..
blockchain.cpp RPC: Add description for InstantSend-related fields of mempool entry (#2050) 2018-04-30 01:09:47 +03:00
client.cpp sendrawtransaction no longer bypasses transaction policy limits by default (#2110) 2018-06-12 14:33:23 +03:00
client.h Merge #8811: rpc: Add support for JSON-RPC named arguments 2018-01-18 07:38:57 +01:00
governance.cpp Masternode related refactorings in preparation of DIP3 (#2212) 2018-08-11 22:55:56 +03:00
masternode.cpp Masternode related refactorings in preparation of DIP3 (#2212) 2018-08-11 22:55:56 +03:00
mining.cpp Prepare for DIP3 operator reward payments and switch to array in getblocktemplate (#2216) 2018-08-14 12:58:38 +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 Fix typos and rpc help text (#2120) 2018-06-18 19:07:09 +03:00
register.h Merge #8163: Do not shadow global RPC table variable (tableRPC) 2018-01-09 14:16:37 +01: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