-
Notifications
You must be signed in to change notification settings - Fork 10
feat(bundles): Support backrun bundles execution #32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
8c7ab63 to
9273c95
Compare
dvush
left a comment
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.
I like that this implementation is simple to understand and it solves the problem of mempool replacements in an elegant way.
There are couple of things that I wanted to point out as possible issues.
| continue 'bundle_loop; | ||
| } | ||
|
|
||
| // Sort backrun txs by priority fee (descending) |
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.
not too sure if this is 100% necessary
Summary
base_sendBackrunBundleRPC endpoint and in-memory store to enable backrun transactions to execute immediately after their target transactions during block building.✅ I have completed the following steps:
make lintmake test