Skip to content
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

feat(proxy): Forward requests via JSON RPC endpoint #1

Merged
merged 6 commits into from
Feb 8, 2025

Conversation

0xKitsune
Copy link

Currently, rollup-boost forwards all requests other than Engine API requests via the auth RPC endpoint. This requires that client implementations expose all methods in FORWARD_REQUESTS through their auth RPC endpoint, however this is not the case for op-geth. This PR introduces the --l2-http-url and --builder-http-url flags to forward all requests via the JSON RPC api (other than Engine API requests).

@0xKitsune 0xKitsune changed the title feat(proxy): feat(proxy): Forward requests via JSON RPC endpoint Feb 7, 2025
@0xOsiris
Copy link

0xOsiris commented Feb 7, 2025

Let's patch tests, and lints

@0xKitsune 0xKitsune merged commit 0b3c373 into main Feb 8, 2025
4 checks passed
@0xKitsune 0xKitsune deleted the kit/forward-requests-via-json-rpc branch February 8, 2025 00:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants