1. 21 Nov, 2018 4 commits
  2. 20 Nov, 2018 2 commits
  3. 19 Nov, 2018 1 commit
  4. 15 Nov, 2018 1 commit
    • Sergei Zubov's avatar
      Modify input selection · fe545d5a
      Sergei Zubov authored
      Only confirmed coinstake transactions are passed to transaction builder
      as available inputs.
      Inputs from coinstake transactions are not grouped to avoid spending
      all coins avaliable for staking.
      fe545d5a
  5. 13 Nov, 2018 3 commits
  6. 12 Nov, 2018 2 commits
  7. 09 Nov, 2018 1 commit
  8. 07 Nov, 2018 2 commits
  9. 01 Nov, 2018 3 commits
  10. 31 Oct, 2018 1 commit
  11. 30 Oct, 2018 5 commits
  12. 29 Oct, 2018 4 commits
  13. 26 Oct, 2018 4 commits
  14. 25 Oct, 2018 1 commit
    • Sergei Zubov's avatar
      Fix CoinStake transaction · 4791d4b6
      Sergei Zubov authored
      Only worker that finds solution to POS should add output with fees.
      Otherwise, race condition occurs and output with fee is added multiple
      times and not in right place, causing consensus to reject block with
      bad signature exception.
      4791d4b6
  15. 23 Oct, 2018 2 commits
  16. 22 Oct, 2018 2 commits
    • Sergei Zubov's avatar
      Add random select of fee address · 6cb9d329
      Sergei Zubov authored
      Sending all fees to same address will make funds on that address
      unspendable - it will never be enough confirmations on top of last
      transactions. Taking random address from pool will prevent this issue.
      6cb9d329
    • Sergei Zubov's avatar
      Add consensus rule for fee checking · b5070c9a
      Sergei Zubov authored
      Consensus checks that fee is charged from all spent funds (not change)
      and is split between miner and DeStream
      b5070c9a
  17. 19 Oct, 2018 1 commit
  18. 17 Oct, 2018 1 commit
    • Sergei Zubov's avatar
      Modify consensus to ignore pointer input · 0e5c86ab
      Sergei Zubov authored
      Input with pointer to change output conflicts with consensus rules as
      there is no underlying transaction with funds for that input. Consensus
      modified to ignore that input in funds checks.
      0e5c86ab