1. 11 Feb, 2018 3 commits
  2. 10 Feb, 2018 1 commit
  3. 04 Feb, 2018 2 commits
  4. 03 Feb, 2018 1 commit
  5. 01 Feb, 2018 6 commits
  6. 31 Jan, 2018 1 commit
  7. 30 Jan, 2018 1 commit
  8. 28 Jan, 2018 5 commits
  9. 27 Jan, 2018 7 commits
  10. 26 Jan, 2018 1 commit
  11. 25 Jan, 2018 9 commits
  12. 24 Jan, 2018 3 commits
    • Volodymyr Shamray's avatar
      Target timespan changed to 6 hours · 9e952ad6
      Volodymyr Shamray authored
      Issue #110
      
      Due to mining power fluctuating a lot in testnet it might be useful
      to reduce time before difficulty will be adjusted. We won't expect
      security risks (this is testnet, after all), but hopefully it will
      help us with testing
      9e952ad6
    • Volodymyr Shamray's avatar
      Adjust constants, fix int arithmetics · 93c599f4
      Volodymyr Shamray authored
      Issue #110
      
      - More integer arithmetic fixed implemented
      - Proposal needs 12 min in testnet to be established
      - Final budget submission starts 8 blocks before superblock
      - Code refactored
      93c599f4
    • Volodymyr Shamray's avatar
      Refactor some budget-related functions · eadaee74
      Volodymyr Shamray authored
      - Some references were changed to const references
      - CBudgetDB constructor and declaration were C++11-improved
      eadaee74