feat(ingress-rpc): Add eth_sendBackrunBundle RPC method with op-rbuilder integration#78
Merged
cody-wang-cb merged 13 commits intomasterfrom Dec 2, 2025
Merged
feat(ingress-rpc): Add eth_sendBackrunBundle RPC method with op-rbuilder integration#78cody-wang-cb merged 13 commits intomasterfrom
cody-wang-cb merged 13 commits intomasterfrom
Conversation
wlawt
reviewed
Nov 26, 2025
crates/ingress-rpc/src/service.rs
Outdated
Contributor
There was a problem hiding this comment.
qq: is there a difference between builder_tx and builder_clients?
Contributor
Author
There was a problem hiding this comment.
good point, i can merge the 2
wlawt
reviewed
Nov 26, 2025
crates/ingress-rpc/src/service.rs
Outdated
Contributor
There was a problem hiding this comment.
nit: is it possible to move all the helpers into the second impl here ?
wlawt
approved these changes
Dec 2, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds a new
eth_sendBackrunBundleRPC endpoint to the ingress service that validates, meters, and forwards backrun bundles to op-rbuilderChanges
Configuration
TIPS_INGRESS_BACKRUN_ENABLEDflag to enable/disable backrun bundle submissionAPI
eth_sendBackrunBundleBundleformat where:txs[0]= target transaction (trigger)txs[1..]= backrun transactionsCode Quality
validate_parse_and_meter_bundle()helpersend_bundleandsend_backrun_bundleto reduce duplicationTesting
Added a new justfile util function
send-txn-with-backrunto execute target tx + backrun bundlesFrom the logs
tips
op-rbuilder