feat: add ETHEREUM_HTTP_TIMEOUT_MS env var for viem HTTP transport (backport #20919)#21434
Merged
spalladino merged 3 commits intobackport-to-v4-next-stagingfrom Mar 12, 2026
Merged
Conversation
5c50c04 to
4eb8703
Compare
0a5fe75 to
c292133
Compare
spalladino
approved these changes
Mar 12, 2026
c292133 to
0a5fe75
Compare
Collaborator
|
Whoops, sorry, meant to hit update on a different PR. |
6afeb7b to
73d484d
Compare
Collaborator
Author
Flakey Tests🤖 says: This CI run detected 1 tests that failed, but were tolerated due to a .test_patterns.yml entry. |
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
Backport of #20919 to v4-next.
Adds
ETHEREUM_HTTP_TIMEOUT_MSenv var to configure the timeout for viem HTTP transports used in L1 RPC calls. IntroducesmakeL1HttpTransporthelper to centralize transport creation with consistent timeout support.Conflict Resolution
Cherry-pick had a conflict in
blob-client/src/client/http.tsbecausenexthad refactoredgetSlotNumberto acceptparentBeaconBlockRootas a parameter. Resolved by keeping the v4-next code structure and applying only the transport change (makeL1HttpTransportwith timeout support).Commits
ClaudeBox log: https://claudebox.work/s/02b67d20aae96377?run=2