1. 13 Jan, 2023 3 commits
  2. 12 Jan, 2023 4 commits
  3. 11 Jan, 2023 1 commit
  4. 10 Jan, 2023 7 commits
  5. 09 Jan, 2023 3 commits
  6. 06 Jan, 2023 4 commits
  7. 03 Jan, 2023 11 commits
  8. 29 Dec, 2022 1 commit
  9. 28 Dec, 2022 2 commits
  10. 27 Dec, 2022 1 commit
  11. 21 Dec, 2022 1 commit
  12. 20 Dec, 2022 1 commit
    • Martin Holst Swende's avatar
      tests: update tests (#26314) · b818e73e
      Martin Holst Swende authored
      This PR builds on #26299, but also updates the tests to the most recent version, which includes tests regarding TheMerge.
      
      This change adds checks to the beacon consensus engine, making it more strict in validating the pre- and post-headers, and not relying on the caller to have already correctly sanitized the headers/blocks. 
      b818e73e
  13. 19 Dec, 2022 1 commit
    • rjl493456442's avatar
      core/rawdb: implement resettable freezer (#26324) · 79a478bb
      rjl493456442 authored
      This PR implements resettable freezer by adding a ResettableFreezer wrapper.
      
      The resettable freezer wraps the original freezer in a way that makes it possible to ensure atomic resets. Implementation wise, it relies on the os.Rename and os.RemoveAll to atomically delete the original freezer data and re-create a new one from scratch. 
      79a478bb