issues
search
matter-labs
/
era-test-node
In-memory node that can be used for integration testing and debugging.
https://matter-labs.github.io/era-test-node
Apache License 2.0
313
stars
76
forks
source link
feat: add support for transaction order
#401
Open
itegulov
opened
6 days ago
itegulov
commented
6 days ago
Anvil supports two modes of ordering transactions in the mempool:
FIFO - transactions are sorted in the order they arrive (this is what we are using right now assuming
https://github.com/matter-labs/era-test-node/pull/392
makes it in)
Fee-based - prioritize transactions based on fees paid to the node (default in anvil so I think we should switch to it too)
Anvil supports two modes of ordering transactions in the mempool: