1. 27 Oct, 2016 1 commit
  2. 25 Oct, 2016 1 commit
  3. 21 Oct, 2016 1 commit
    • infernoman's avatar
      Max tx size -> 250kb · a6abc112
      infernoman authored
      DRK -> CRW
      
      Max darksend amount -> 10000
      
      
      Former-commit-id: 7861c573ed3bc24a5368d8a9d446571ee576b36a
      a6abc112
  4. 19 Oct, 2016 1 commit
    • Infernoman's avatar
      9999 -> 9340 · e0a9517f
      Infernoman authored
      Former-commit-id: 9158d212fc1b27f395912a189010341df2d65ffe
      e0a9517f
  5. 29 Jul, 2016 1 commit
  6. 08 Jun, 2016 3 commits
  7. 01 Jun, 2016 1 commit
  8. 02 Mar, 2016 1 commit
  9. 26 Aug, 2015 1 commit
    • UdjinM6's avatar
      fixes for mapSeenMasternodeBroadcast: · d2d8e465
      UdjinM6 authored
      - active masternode ping should update mapSeenMasternodeBroadcast's lastPing too
      - dseg should fill mapSeenMasternodeBroadcast to be able to serve it later on getdata with MSG_MASTERNODE_ANNOUNCE inv
      d2d8e465
  10. 24 Aug, 2015 2 commits
    • Evan Duffield's avatar
      Fix remote-activation hanging issue · 882f691a
      Evan Duffield authored
      - Clients that were waiting for remote activation were repeatidly checking their wallet and external address. This will make them skip that check if the wallet is empty, then be remotely activated by mnb.
      882f691a
    • Evan Duffield's avatar
      Fix remote-activation hanging issue · e906bdba
      Evan Duffield authored
      - Clients that were waiting for remote activation were repeatidly checking their wallet and external address. This will make them skip that check if the wallet is empty, then be remotely activated by mnb.
      e906bdba
  11. 23 Aug, 2015 1 commit
  12. 15 Aug, 2015 1 commit
  13. 14 Aug, 2015 1 commit
  14. 12 Aug, 2015 1 commit
    • UdjinM6's avatar
      fix · 5b0862c9
      UdjinM6 authored
      5b0862c9
  15. 10 Aug, 2015 1 commit
  16. 09 Aug, 2015 2 commits
  17. 07 Aug, 2015 1 commit
  18. 05 Aug, 2015 2 commits
  19. 30 Jul, 2015 3 commits
  20. 26 Jul, 2015 3 commits
  21. 25 Jul, 2015 2 commits
  22. 23 Jul, 2015 1 commit
  23. 22 Jul, 2015 1 commit
  24. 19 Jul, 2015 1 commit
  25. 18 Jul, 2015 1 commit
  26. 17 Jul, 2015 1 commit
  27. 14 Jul, 2015 1 commit
    • UdjinM6's avatar
      Major masternode broadcast/ping changes (incompatible with prev version, proto bump required): · 018435f5
      UdjinM6 authored
      - Do not rely on local lastTimeSeen and requested fRequested anymore. Use last know (signed) ping instead and base all logic on that. Should reduce mn list difference between
       nodes.
      - Rework CActiveMasternode accordingly along with states, errorMessages, rpc etc.
      - Clean some related code, move parts from public to private
      - drop c_str in LogPrintf that were related to this functionality (todo: drop it for LogPrintf everywhere else)
      018435f5
  28. 10 Jul, 2015 1 commit
  29. 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
  30. 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