flashbots / mev-share-node

GNU Affero General Public License v3.0
95 stars 12 forks source link

recheduled failed bundles if they are not expired yet #2

Closed dvush closed 1 year ago

dvush commented 1 year ago

📝 Summary

Before, bundle valid in some block range that fails first simulation somewhere in that range was discarded.

Now, we retry simulation of that bundle for multiple blocks in that range until it succeeds or expires.

⛱ Motivation and Context

📚 References


✅ I have run these commands

Ruteri commented 1 year ago

Value-oriented design let's go