1. 03 Dec, 2021 1 commit
    • Conner Fromknecht's avatar
      fix: disable geth preemptive empty block mining logic · 285f0b2c
      Conner Fromknecht authored
      When using PoW, geth begins mining on empty blocks before attempting to
      select which transactions to include. This optimization is not needed,
      as we require that every L2 block have exactly one transaction. This
      commit disables this behavior an modifies the tests accordingly. The
      test is also expanded to be stricter wrt to testing number of txs and
      uncles on all blocks.
      285f0b2c
  2. 01 Dec, 2021 18 commits
  3. 30 Nov, 2021 21 commits