neobytes/src/rpc
Alexander Block d946f21bd9 Masternode related refactorings in preparation of DIP3 (#2212)
* Split CActiveMasternode into CActiveMasternodeInfo and CLegacyActiveMasternodeManager

* Use CKeyID instead of CPubKey whenever possible in masternode code

* Rename activeMasternode to activeMasternodeInfo and make it a struct

* Rename pubKeyIDXXX to keyIDXXX

* Bump SERIALIZATION_VERSION_STRING

* Fix build error after rebase

* Fix compilation warning/error with clang
2018-08-11 22:55:56 +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 Add previousbits field to getblocktemplate output (#2201) 2018-08-11 01:28:30 +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