-
Notifications
You must be signed in to change notification settings - Fork 61
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: block height staleness checker #705
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #705 +/- ##
==========================================
+ Coverage 56.50% 56.53% +0.03%
==========================================
Files 256 257 +1
Lines 13461 13495 +34
==========================================
+ Hits 7606 7630 +24
- Misses 5121 5128 +7
- Partials 734 737 +3 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM just some code that can be removed leftover
Closes CON-1704
Add a
BlockAgeChecker
interface that defi providers can use when checking responses.