1. 29 Mar, 2021 1 commit
    • gary rong's avatar
      core/state/pruner: move the compaction out of the pruning procedure (#22579) · 76700ac8
      gary rong authored
      The main idea behind it is: the range compaction is very expensive
      which can take a few hours to finish. During this long procedure,
      a lot of exceptions can occur, e.g.
      - Geth is killed manually
      - Geth is killed because of machine crash
      - etc
      
      In order to minimize the effect of the exceptions, the compaction
      is moved out of the pruning. So that even the compaction is not
      finished, the pruning is regarded as done.
      76700ac8
  2. 26 Mar, 2021 11 commits
  3. 25 Mar, 2021 5 commits
  4. 24 Mar, 2021 4 commits
  5. 23 Mar, 2021 2 commits
  6. 22 Mar, 2021 6 commits
  7. 20 Mar, 2021 3 commits
  8. 19 Mar, 2021 8 commits