1. 05 Apr, 2017 2 commits
  2. 27 Mar, 2017 2 commits
  3. 28 Feb, 2017 1 commit
  4. 27 Feb, 2017 2 commits
  5. 24 Feb, 2017 1 commit
  6. 23 Feb, 2017 2 commits
  7. 21 Feb, 2017 1 commit
  8. 17 Feb, 2017 4 commits
  9. 19 Jan, 2017 1 commit
  10. 15 Jan, 2017 1 commit
  11. 13 Jan, 2017 1 commit
    • Gregory Maxwell's avatar
      Introduce assumevalid setting to skip presumed valid scripts. · b7c9f564
      Gregory Maxwell authored
      This disentangles the script validation skipping from checkpoints.
      
      A new option is introduced "assumevalid" which specifies a block whos
       ancestors we assume all have valid scriptsigs and so we do not check
       them when they are also burried under the best header by two weeks
       worth of work.
      
      Unlike checkpoints this has no influence on consensus unless you set
       it to a block with an invalid history.  Because of this it can be
       easily be updated without risk of influencing the network consensus.
      
      This results in a massive IBD speedup.
      
      This approach was independently recommended by Peter Todd and Luke-Jr
       since POW based signature skipping (see PR#9180) does not have the
       verifiable properties of a specific hash and may create bad incentives.
      
      The downside is that, like checkpoints, the defaults bitrot and older
       releases will sync slower.  On the plus side users can provide their
       own value here, and if they set it to something crazy all that will
       happen is more time will be spend validating signatures.
      
      Checkblocks and checklevel are also moved to the hidden debug options:
       Especially now that checkblocks has a low default there is little need
       to change these settings, and users frequently misunderstand them as
       influencing security or IBD speed.  By hiding them we offset the
       space added by this new option.
      b7c9f564
  12. 12 Jan, 2017 2 commits
  13. 05 Jan, 2017 1 commit
  14. 17 Nov, 2016 1 commit
  15. 07 Nov, 2016 1 commit
  16. 18 Oct, 2016 1 commit
  17. 01 Sep, 2016 2 commits
  18. 24 Aug, 2016 1 commit
  19. 12 Aug, 2016 1 commit
  20. 18 Jul, 2016 1 commit
  21. 06 Jul, 2016 1 commit
  22. 28 Jun, 2016 1 commit
  23. 24 Jun, 2016 1 commit
  24. 21 Jun, 2016 1 commit
  25. 10 Jun, 2016 2 commits
  26. 09 Jun, 2016 1 commit
  27. 28 Apr, 2016 1 commit
  28. 25 Apr, 2016 1 commit
  29. 19 Apr, 2016 1 commit
  30. 15 Apr, 2016 1 commit