refactor: move provider to background thread#1486
Conversation
|
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1486 +/- ##
==========================================
- Coverage 79.40% 79.40% -0.01%
==========================================
Files 446 446
Lines 76607 76655 +48
Branches 76607 76655 +48
==========================================
+ Hits 60832 60868 +36
- Misses 13654 13666 +12
Partials 2121 2121 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
65b08b7 to
3f812fe
Compare
3f812fe to
c689632
Compare
|
/bench |
|
/bench |
|
🚀 Starting regression benchmark for |
|
/bench |
|
🚀 Starting regression benchmark for |
Replaces the synchronisation mechanism of the JSON-RPC provider from mutexes and tokio blocking threads to channels and a dedicated OS thread.