Currently evm_mine always produces an empty block without looking at the mempool. This shouldn't be the case - we want evm_mine to take whatever it can from the mempool and produce a block that way; sort of how immediate sealing mode works in https://github.com/matter-labs/era-test-node/pull/392.
Currently
evm_mine
always produces an empty block without looking at the mempool. This shouldn't be the case - we wantevm_mine
to take whatever it can from the mempool and produce a block that way; sort of how immediate sealing mode works in https://github.com/matter-labs/era-test-node/pull/392.