flashbots / mev-geth

Go implementation of MEV-Auction for Ethereum
GNU Lesser General Public License v3.0
786 stars 197 forks source link

Allow RevertingTxHashes to skip included already transactions #127

Closed macaroni0 closed 2 years ago

macaroni0 commented 2 years ago

Right now it's not possible to merge 2 bundles back-running same transaction even if they don't compete. Here I propose to extend behaviour of RevertingTxHashes field inside bundles to allow more efficient merging of bundles.

1makarov commented 2 years ago

This is a very cool idea, has it been implemented?