1. 13 Feb, 2019 1 commit
  2. 19 Dec, 2018 1 commit
  3. 18 Dec, 2018 1 commit
  4. 20 Nov, 2018 1 commit
  5. 13 Nov, 2018 2 commits
  6. 12 Nov, 2018 1 commit
    • Sergei Zubov's avatar
      Modify fee calculations · 781d0b29
      Sergei Zubov authored
      Splitting fee between miner and DeStream extracted to function.
      In consensus, sum of fees of all transactions is split, not each fee.
      781d0b29
  7. 01 Nov, 2018 2 commits
  8. 31 Oct, 2018 1 commit
  9. 29 Oct, 2018 4 commits
  10. 26 Oct, 2018 4 commits
  11. 23 Oct, 2018 1 commit
  12. 22 Oct, 2018 1 commit
    • 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
  13. 11 Oct, 2018 1 commit
    • Sergei Zubov's avatar
      Add DeStream fee to transactions · 23daf4d4
      Sergei Zubov authored
      Fee is calculated based on fixed rate and splits up between miner and
      DeStream wallet. Fee and split rates are network parameters.
      Fee check is disabled, DeStream don't have minimal or maximal fee.
      Funds are sent to DeStream wallet via additional output of CoinStake
      transaction.
      23daf4d4
  14. 03 Oct, 2018 2 commits
    • Sergei Zubov's avatar
      Add DeStream cointype and prefix · afa4ab6b
      Sergei Zubov authored
      Cointype for DeStream - 3564, 0x80000dec (DeStream Coin). Leading
      symbol in address - D
      afa4ab6b
    • Sergei Zubov's avatar
      Modify emission · 1df0738a
      Sergei Zubov authored
      Splitting initial coins to multiple addresses allows creating multiple
      transactions from initial wallet in one block. Also, all funds won't be
      locked awaiting confirmations, just part of them.
      1df0738a
  15. 26 Sep, 2018 1 commit
  16. 06 Sep, 2018 1 commit
  17. 05 Sep, 2018 1 commit
  18. 04 Sep, 2018 1 commit
  19. 08 Aug, 2018 1 commit
  20. 31 Jul, 2018 1 commit
  21. 27 Jul, 2018 1 commit
  22. 23 Jul, 2018 1 commit
    • Pavel Pavlov's avatar
      Modify ApiSettings · 2a918bb7
      Pavel Pavlov authored
      - added DefaultDeStreamApiPort, TestDeStreamApiPort
      Restorer of modify NetworkExtensions
      2a918bb7
  23. 19 Jul, 2018 1 commit
  24. 17 Jul, 2018 2 commits
  25. 16 Jul, 2018 2 commits