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

op-dispute-mon: Wrap L1 RPC client with timeouts #13059

Merged
merged 1 commit into from
Nov 26, 2024

Conversation

ajsutton
Copy link
Contributor

Description

Wrap op-dispute-mon L1 RPC client with timeouts.

Requires moving from ethclient.Client to sources.L1Client since ethclient.Client requires a *rpc.Client which doesn't have any support for request timeouts.

Tests

Updated unit tests for new APIs.

@ajsutton ajsutton requested review from a team as code owners November 24, 2024 22:34
Requires moving from ethclient.Client to sources.L1Client since ethclient.Client requires a *rpc.Client which doesn't have any support for request timeouts.
@ajsutton ajsutton force-pushed the aj/dispute-mon-timeout branch from 235b0a2 to c66a357 Compare November 26, 2024 01:33
@ajsutton ajsutton enabled auto-merge November 26, 2024 01:34
@ajsutton ajsutton added this pull request to the merge queue Nov 26, 2024
Merged via the queue into develop with commit d5dfd51 Nov 26, 2024
41 checks passed
@ajsutton ajsutton deleted the aj/dispute-mon-timeout branch November 26, 2024 01:46
Copy link

codecov bot commented Nov 26, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 0.00%. Comparing base (70d9020) to head (c66a357).
Report is 2 commits behind head on develop.

Additional details and impacted files
@@             Coverage Diff              @@
##           develop   #13059       +/-   ##
============================================
- Coverage    44.38%        0   -44.39%     
============================================
  Files          798        0      -798     
  Lines        71607        0    -71607     
============================================
- Hits         31786        0    -31786     
+ Misses       37238        0    -37238     
+ Partials      2583        0     -2583     
Flag Coverage Δ
cannon-go-tests-32 ?
cannon-go-tests-64 ?

Flags with carried forward coverage won't be shown. Click here to find out more.

see 798 files with indirect coverage changes

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