1. 23 Jun, 2015 1 commit
    • Evan Duffield's avatar
      Coinbase Payee Cache Implementation · 23d7458c
      Evan Duffield authored
      - Masternode nLastPaid is removed and a new caching system that keeps the last 30 days of coinbase payees replaces it
      - To deal with some significant attack vectors, the masternode donation feature was removed. The donation feature was added to support developement anyway, so this will be replaced by the budgeting code.
      -  This code should allow the network to come to consensus about who should be paid pretty effectively
      23d7458c
  2. 15 Jun, 2015 1 commit
    • Evan Duffield's avatar
      Masternode System Bug Fixes · 1930d357
      Evan Duffield authored
      - Fixed a race condition with masternode node selection upon new blocks
      - Using nTime for lastpaid instead of the current time for high consensus
      1930d357
  3. 15 May, 2015 1 commit
  4. 18 Apr, 2015 1 commit
    • Evan Duffield's avatar
      Masternode Overhaul · 154c901c
      Evan Duffield authored
      - Added new CMasterBroadcast/CmasternodePing objects, with all of the code required to check each new message. SHould be much easier to tell what's going on now.
      154c901c
  5. 08 Apr, 2015 1 commit
  6. 24 Mar, 2015 1 commit
  7. 23 Mar, 2015 1 commit
  8. 22 Mar, 2015 1 commit
  9. 21 Mar, 2015 1 commit
  10. 19 Mar, 2015 1 commit
  11. 16 Mar, 2015 4 commits
  12. 11 Mar, 2015 1 commit
  13. 05 Mar, 2015 1 commit
  14. 04 Mar, 2015 1 commit
  15. 25 Feb, 2015 1 commit
  16. 23 Feb, 2015 2 commits
  17. 15 Feb, 2015 1 commit
  18. 08 Feb, 2015 1 commit
  19. 06 Feb, 2015 1 commit
  20. 01 Feb, 2015 1 commit
  21. 29 Jan, 2015 1 commit
  22. 08 Jan, 2015 1 commit
  23. 31 Dec, 2014 1 commit
    • Evan Duffield's avatar
      Regtest+Darksend / Dsee update / vecMasternodes · 98ae6897
      Evan Duffield authored
      - Made masternodes/darksend compatible with regression testing mode (a local-only blockchain that doesn't require mining). Developers can now test multiple rounds in a few minutes without waiting on mining (much faster).
      - Added dsee security verification to v11
      - darkSendMasternodes -> vecMasternodes (must clearer)
      98ae6897
  24. 30 Dec, 2014 1 commit
  25. 24 Dec, 2014 1 commit
  26. 23 Dec, 2014 1 commit
  27. 16 Dec, 2014 1 commit
  28. 14 Dec, 2014 1 commit
    • Francis Reynders's avatar
      Improve support for start-many: · e0a66cbf
      Francis Reynders authored
      - refactored CActiveMasternode
      - added masternodeconfig to handle remote masternode configuration
      - read masternodeconfig upon init
      - new masternode rpc commands: stop-many, start-alias, stop-alias, list-conf
      - added notCapableReason field for better handling not capable issues
      e0a66cbf
  29. 11 Dec, 2014 2 commits