Skip to content

sequeuncer: mempool's default block building behavior should be FCFS #1150

@lobstergrindset

Description

@lobstergrindset

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestmempoolsequencerpertaining to the astria-sequencer crate

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions