-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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(protocol): expose getUncleProofDelay function #7058
Conversation
…on of when their L2 block which contains their transaction can roughly be expected
Codecov Report
@@ Coverage Diff @@
## main #7058 +/- ##
==========================================
+ Coverage 64.75% 65.79% +1.03%
==========================================
Files 108 108
Lines 2925 2929 +4
Branches 355 355
==========================================
+ Hits 1894 1927 +33
+ Misses 955 926 -29
Partials 76 76
*This pull request uses carry forward flags. Click here to find out more.
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Congrats, your important contribution to this open-source project has earned you a GitPOAP! GitPOAP: 2023 Taiko Contributor: Head to gitpoap.io & connect your GitHub account to mint! Learn more about GitPOAPs here. |
expose avgProofTime for block id so users of bridge can see expectation of when their L2 block which contains their transaction can roughly be expected
closes #421