1. 23 Nov, 2021 5 commits
  2. 22 Nov, 2021 6 commits
  3. 19 Nov, 2021 1 commit
  4. 18 Nov, 2021 2 commits
  5. 17 Nov, 2021 2 commits
  6. 16 Nov, 2021 4 commits
  7. 12 Nov, 2021 1 commit
  8. 11 Nov, 2021 4 commits
  9. 10 Nov, 2021 2 commits
  10. 09 Nov, 2021 2 commits
  11. 08 Nov, 2021 10 commits
  12. 05 Nov, 2021 1 commit
    • Martin Holst Swende's avatar
      miner, consensus/clique: avoid memory leak during block stasis (#23861) · 476fb565
      Martin Holst Swende authored
      This PR fixes a problem which arises on clique networks when there is a network stall. Previously, the worker packages were tracked, even if the sealing engine decided not to seal the block (due to clique rules about recent signing). These tracked-but-not-sealed blocks kept building up in memory. 
      This PR changes the situation so the sealing engine instead returns an error, and the worker can thus un-track the package. 
      476fb565