neobytes/src/rpc
UdjinM6 d7a8489f31 Fix masternode score/rank calculations (#1620)
* fix CMasternode::CalculateScore, new mn score algo activation is triggered by DIP0001 lock-in

* unify rank calculation, base it on full mn vector rather than using active mns only

* bump CMasternodeMan::SERIALIZATION_VERSION_STRING

* unify rank calculations even further

* fix (partially revert previous one)
2017-09-14 16:58:29 +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 Fix masternode score/rank calculations (#1620) 2017-09-14 16:58:29 +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