You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 25, 2024. It is now read-only.
Hi everyone! I'm currently actively investigating block builder. And I'm a little bit confused about bundle and tx ordering algo in block.
According to implementation and blocks produced by flashbot builders in mainnet, block builder sorts txs and bundles by effective gas and mev gas price and adds in to the block. Both for ALGO_MEV_GETH and ALGO_GREEDY algo type (I know about some differences between these algo types, but they both in general sort txs and bundles). Finally, txs and bundles are sorted in block by effective gas price.
Instead of ranking and including bundles based off of effective gas price the algorithm now optimizes for overall block profit.
Top-of-block execution is no longer a guarantee.
Bundle ordering by effective gas price is no longer a guarantee.
I see a contradiction here here. Why docs tells that Top-of-block execution and Bundle ordering are is no longer a guarantee? I will glad to get answer to my question, thanks guys!
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi everyone! I'm currently actively investigating block builder. And I'm a little bit confused about bundle and tx ordering algo in block.
According to implementation and blocks produced by flashbot builders in mainnet, block builder sorts txs and bundles by effective gas and mev gas price and adds in to the block. Both for
ALGO_MEV_GETH
andALGO_GREEDY
algo type (I know about some differences between these algo types, but they both in general sort txs and bundles). Finally, txs and bundles are sorted in block by effective gas price.But in the docs you have these:
I see a contradiction here here. Why docs tells that Top-of-block execution and Bundle ordering are is no longer a guarantee? I will glad to get answer to my question, thanks guys!
The text was updated successfully, but these errors were encountered: