-
-
Notifications
You must be signed in to change notification settings - Fork 348
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
chore: refactor chain event emits #6993
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## unstable #6993 +/- ##
============================================
- Coverage 62.49% 62.49% -0.01%
============================================
Files 576 576
Lines 61199 61198 -1
Branches 2141 2132 -9
============================================
- Hits 38246 38243 -3
- Misses 22914 22916 +2
Partials 39 39 |
Performance Report✔️ no performance regression detected Full benchmark results
|
I noticed Vouch is subscribing to block event but it's not time-sensitive as it is just used for internal block<>slot mapping, so we should be fine to delay it slightly. |
🎉 This PR is included in v1.21.0 🎉 |
* chore: refactor chain event emits * chore: wrap emits in callInNextEventLoop
Motivation
Description