1. 15 Feb, 2019 1 commit
    • Sergei Zubov's avatar
      Merge with stratis release-3.0.0 · 07f6c5ca
      Sergei Zubov authored
      Merge with commit eab948c7387dd08e53574dca41f59630b4c14c7c
      
      Merge network registration
      
      Merge coinview rule
      
      Merge DBreeze CoinView
      
      Merge consensus rule context and base
      
      Merge UnspentOutputSet
      
      Merge block fee rule
      
      Merge load coinview rule
      
      Merge funds preservation rule
      
      Merge consensus errors
      
      Merge transaction builder
      
      Merge block definition
      
      Fix network settings
      
      Merge pos minting
      
      Merge mempool
      
      Merge wallet
      
      Merge light wallet
      
      Merge apps
      
      Fix node builders
      
      Fix working directory
      
      Fix stylecop settings
      
      Modify TxMemPool
      
      Add DeStreamCoinviewHelper
      
      Fix API ports
      
      Fix staking with unconfirmed transactions
      
      FundsPreservationRule compares total inputs and outputs in block. If
      block contains unconfirmed transactions, their input can't be found in
      UTXOs. In that case, inputs are searched in transactions of validating
      block.
      07f6c5ca
  2. 13 Feb, 2019 1 commit
  3. 19 Dec, 2018 1 commit
  4. 18 Dec, 2018 1 commit
  5. 20 Nov, 2018 1 commit
  6. 13 Nov, 2018 2 commits
  7. 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
  8. 01 Nov, 2018 2 commits
  9. 31 Oct, 2018 1 commit
  10. 29 Oct, 2018 4 commits
  11. 26 Oct, 2018 4 commits
  12. 23 Oct, 2018 1 commit
  13. 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
  14. 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
  15. 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
  16. 26 Sep, 2018 1 commit
  17. 06 Sep, 2018 1 commit
  18. 05 Sep, 2018 1 commit
  19. 04 Sep, 2018 1 commit
  20. 08 Aug, 2018 1 commit
  21. 31 Jul, 2018 1 commit
  22. 27 Jul, 2018 1 commit
  23. 23 Jul, 2018 1 commit
    • Pavel Pavlov's avatar
      Modify ApiSettings · 2a918bb7
      Pavel Pavlov authored
      - added DefaultDeStreamApiPort, TestDeStreamApiPort
      Restorer of modify NetworkExtensions
      2a918bb7
  24. 19 Jul, 2018 1 commit
  25. 17 Jul, 2018 2 commits
  26. 16 Jul, 2018 2 commits