• 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
Name
Last commit
Last update
..
miner.go Loading commit data...
stress_clique.go Loading commit data...
stress_ethash.go Loading commit data...
unconfirmed.go Loading commit data...
unconfirmed_test.go Loading commit data...
worker.go Loading commit data...
worker_test.go Loading commit data...