neobytes/src/rpc
UdjinM6 05da4557d0 Refactor masternode management (#1611)
* Store masternodes in a map instead of a vector, drop unused functions in CMasternodeMan

* CTxIn vin -> COutPoint outpoint

* do not use CMasternodeMan::Find outside of the class

* update GetMasternodeInfo

* safe version of GetNextMasternodeInQueueForPayment

* fix ProcessMasternodeConnections

* bump CMasternodeMan::SERIALIZATION_VERSION_STRING
2017-09-11 17:13:48 +03:00
..
blockchain.cpp DIP0001 implementation (#1594) 2017-09-11 17:13:30 +03:00
client.cpp Backport Bitcoin Qt/Gui changes up to 0.14.x part 3 (#1617) 2017-09-11 16:38:14 +03:00
client.h Backport Bincoin PR#7348: MOVE ONLY: move rpc* to rpc/ + same for Dash-specific rpc (#1502) 2017-07-03 16:13:34 +03:00
governance.cpp Refactor masternode management (#1611) 2017-09-11 17:13:48 +03:00
masternode.cpp Refactor masternode management (#1611) 2017-09-11 17:13:48 +03:00
mining.cpp DIP0001 implementation (#1594) 2017-09-11 17:13:30 +03:00
misc.cpp Eliminate g_connman use in spork module. (#1613) 2017-09-07 18:58:38 +03:00
net.cpp Backport Bitcoin Qt/Gui changes up to 0.14.x part 3 (#1617) 2017-09-11 16:38:14 +03:00
protocol.cpp Backport Bincoin PR#7348: MOVE ONLY: move rpc* to rpc/ + same for Dash-specific rpc (#1502) 2017-07-03 16:13:34 +03:00
protocol.h Backport Bitcoin PR#8085: p2p: Begin encapsulation (#1537) 2017-07-21 12:35:19 +03:00
rawtransaction.cpp Relay tx in sendrawtransaction according to its inv.type (#1584) 2017-08-23 17:26:57 +03:00
server.cpp Backport Bitcoin Qt/Gui changes up to 0.14.x part 3 (#1617) 2017-09-11 16:38:14 +03:00
server.h Backport Bitcoin Qt/Gui changes up to 0.14.x part 3 (#1617) 2017-09-11 16:38:14 +03:00