-
Notifications
You must be signed in to change notification settings - Fork 137
Add option to submit blocks only with bundles #16
Conversation
If the flag were on the miner config, you could avoid all the computation as you already know you can't build a block as soon as |
Nice good point, updated to miner. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Make sure to cover all places where MevBundles
is called (one more fillTransactionsAlgoWorker or something).
ca8396c
to
4789e42
Compare
Adding an extra option on miner so we can skip building blocks to relays if they don't include any bundles. Mempool-only blocks with naive algos like greedy or mev-geth are not competitive enough to get bought in the majority of cases, and they can become spammy on relays if more people start running builders.
cc @avalonche @Ruteri
CONTRIBUTING.md