-
Notifications
You must be signed in to change notification settings - Fork 620
Adds retry on watchContractEvents #3256
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
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
🦋 Changeset detectedLatest commit: cad03df The changes in this PR will be included in the next version bump. This PR includes changesets to release 8 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
This stack of pull requests is managed by Graphite. Learn more about stacking. Join @gregfromstl and the rest of your teammates on |
50e8712 to
00dd040
Compare
CodSpeed Performance ReportMerging #3256 will not alter performanceComparing Summary
|
size-limit report 📦
|
00dd040 to
76bfa58
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3256 +/- ##
=======================================
Coverage 63.32% 63.32%
=======================================
Files 833 834 +1
Lines 63394 63433 +39
Branches 3425 3432 +7
=======================================
+ Hits 40142 40172 +30
- Misses 22577 22586 +9
Partials 675 675
*This pull request uses carry forward flags. Click here to find out more.
|
3a393e4 to
859e100
Compare
859e100 to
f64710d
Compare
f64710d to
a5a13d2
Compare
a5a13d2 to
8ef7761
Compare
8ef7761 to
cad03df
Compare

Fixes CNCT-1342
PR-Codex overview
This PR enhances the
watchContractEventsfunction inthirdwebby adding automatic retries on event watching and introduces a newretryutility function for handling promise retries.Detailed summary
watchContractEventsretryutility function for promise retriesretryfunctionisEIP155Enforcedfunction with spy and test cases