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
When a bundle is submitted, it can miss inclusion for a variety of reasons.
Bundle is failing
Bundle is not profitable
Miner that won target block not Flashbots miner
Miner that won target block was Flashbots miner, but didn't receive the block in time
Miner that won target block was Flashbots miner, but bundle price wasn't large enough for selection
The eth_callBundle helps identify 1 and 2, but we don't have visibility into 3, 4, or 5. We already log bundles to a database (from bundle-reporter that also powers #bundle-alerts), we should make an RPC service on top of it that the library could hit to learn more about target block.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
When a bundle is submitted, it can miss inclusion for a variety of reasons.
The eth_callBundle helps identify 1 and 2, but we don't have visibility into 3, 4, or 5. We already log bundles to a database (from bundle-reporter that also powers #bundle-alerts), we should make an RPC service on top of it that the library could hit to learn more about target block.
Beta Was this translation helpful? Give feedback.
All reactions