It's generally considered best practice to do FCFS as a block building algorithm if you're trying to left curve reduce MEV in your sequencer.
We should have our default block building do FCFS too. Currently the mempool only orders transactions by account nonce difference, we should also order by the time the transaction entered the mempool.
It's generally considered best practice to do FCFS as a block building algorithm if you're trying to left curve reduce MEV in your sequencer.
We should have our default block building do FCFS too. Currently the mempool only orders transactions by account nonce difference, we should also order by the time the transaction entered the mempool.