1. 13 Jan, 2017 3 commits
    • Pieter Wuille's avatar
      57b5527f
    • Pieter Wuille's avatar
      Update key.cpp to use new libsecp256k1 · ff608cd9
      Pieter Wuille authored
      libsecp256k1's API changed, so update key.cpp to use it.
      
      Libsecp256k1 now has explicit context objects, which makes it completely thread-safe.
      In turn, keep an explicit context object in key.cpp, which is explicitly initialized
      destroyed. This is not really pretty now, but it's more efficient than the static
      initialized object in key.cpp (which made for example bitcoin-tx slow, as for most of
      its calls, libsecp256k1 wasn't actually needed).
      
      This also brings in the new blinding support in libsecp256k1. By passing in a random
      seed, temporary variables during the elliptic curve computations are altered, in such
      a way that if an attacker does not know the blind, observing the internal operations
      leaks less information about the keys used. This was implemented by Greg Maxwell.
      ff608cd9
    • Cory Fields's avatar
      Remove keepass and fix allocators/pagelocker · caa1be4b
      Cory Fields authored
      caa1be4b
  2. 06 Dec, 2016 1 commit
  3. 11 Nov, 2016 2 commits
    • infernoman's avatar
      change dash-cli -> crown-cli · 84c26ca7
      infernoman authored
      change dash-tx -> crown-tx
      
      change dash-config.h
      
      change das
      h- -> crown-
      
      change dashrpc->crownrpc
      
      change dash_qt -> crown_qt
      
      change dash_cli -> crown_cli
      
      chang
      e dash_tx -> crown_tx
      
      change test_dash -> test_crown
      
      
      Former-commit-id: f22ef63258e4b6b7ae790be64ba079162262415f
      84c26ca7
    • infernoman's avatar
      dashd -> crownd · d70d4726
      infernoman authored
      Former-commit-id: 710728d54be28f63f083313259ac60b441dbb4f3
      d70d4726
  4. 27 Oct, 2016 4 commits
  5. 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
  6. 19 Oct, 2016 4 commits
  7. 18 Oct, 2016 1 commit
    • Infernoman's avatar
      getauxblock · 9363e271
      Infernoman authored
      Former-commit-id: fe6d8ac1591fb329eb6d29d1f4400aa97038bb63
      9363e271
  8. 17 Oct, 2016 1 commit
  9. 10 Oct, 2016 2 commits
    • Infernoman's avatar
      remove keepass · c7a185c3
      Infernoman authored
      Former-commit-id: e034860e3c6b8acc4a2bb857f8784aa733ba4e88
      c7a185c3
    • Infernoman's avatar
      fix merge 0.9 · 1597af55
      Infernoman authored
      Former-commit-id: 7eedaf3abcf2cf59e16d3efdf6a6b145424b1b22
      1597af55
  10. 28 Jul, 2016 1 commit
  11. 08 Jun, 2016 3 commits
  12. 29 Sep, 2015 1 commit
  13. 11 Sep, 2015 1 commit
    • UdjinM6's avatar
      IX fixes: · 31252481
      UdjinM6 authored
      - refactor initialization/fix initial values
      - use global `fEnableInstantX`
      - rpc output: `confirmations` (i.e. total) and `bcconfirmations` (blockchain only), fixes #593 also
      - throw error in UI before submiting IX if it violates max amount
      31252481
  14. 29 Aug, 2015 1 commit
  15. 28 Aug, 2015 1 commit
    • UdjinM6's avatar
      Few cleanups: · 2530e44e
      UdjinM6 authored
      - compiling errors
      - output
      - CBitcoinAddress usage cleanup
      - refresh qt project file
      - fix typo in `masternode` debug category
      2530e44e
  16. 18 Aug, 2015 1 commit
  17. 12 Aug, 2015 2 commits
    • UdjinM6's avatar
      cleanups: · 297aa6d2
      UdjinM6 authored
      - typos
      - remove `mnodeman.` inside `CMasternodeMan::`
      297aa6d2
    • UdjinM6's avatar
      fix · 5b0862c9
      UdjinM6 authored
      5b0862c9
  18. 11 Aug, 2015 1 commit
  19. 10 Aug, 2015 1 commit
    • Evan Duffield's avatar
      Disable masternode and budget cache · 06f71602
      Evan Duffield authored
      - It seems these might cause clients to get stuck in rare cases, plus we sync all of this information from the network when the client loads up anyway. I think it's best to disable these features and see if the clients stop getting stuck on random reboots.
      06f71602
  20. 08 Aug, 2015 2 commits
  21. 06 Aug, 2015 1 commit
  22. 05 Aug, 2015 1 commit
  23. 03 Aug, 2015 1 commit
  24. 02 Aug, 2015 1 commit
  25. 31 Jul, 2015 2 commits