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

Add Timeout Flag for L2 Engine #13853

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

pengin7384
Copy link
Contributor

Description

This PR allows the timeout duration for op-geth RPC calls from op-node to be adjusted via a flag.

During the implementation, it was discovered that a 5-second timeout is set in the engine_forkchoiceUpdatedV3 call, while the BaseRPCClient has a default 10-second timeout. These overlapping timeout settings have also been removed.

For more details: #13852

Tests

Additional context

Metadata

Add a new --l2.engine-rpc-timeout flag to configure the timeout duration for L2 Engine RPC calls. This allows for more flexible and explicit control over RPC call timeouts.
@pengin7384 pengin7384 requested review from a team as code owners January 20, 2025 02:25
@pengin7384 pengin7384 requested a review from geoknee January 20, 2025 02:25
@pengin7384 pengin7384 changed the title L2 engine timeout Add Timeout Flag for L2 Engine Jan 20, 2025
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.

1 participant