Replies: 1 comment 1 reply
-
Would one also be able to exclude certain miners who have shown bad behavior in the past, or only filter by MEV Geth version? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Some searchers have requested the ability to exclude certain miners from receiving bundles due to slight deviations in implementation leading to undesirable results.
While FlashBots is working hard to make sure all miners implementation is up to standard, it is possible for the miner to introduce breaking changes. The ability for the searcher to define a whitelist of miners would allow them to perform better risk management on execution.
This would take the form of an additional optional array parameter to
eth_sendBundle
which provides a list of accepted block.coinbase addresses.Issue: flashbots/mev-relay-js#38
Beta Was this translation helpful? Give feedback.
All reactions