refactor: move provider to background thread#1486
Conversation
|
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1486 +/- ##
==========================================
- Coverage 79.41% 79.40% -0.02%
==========================================
Files 446 446
Lines 76644 76692 +48
Branches 76644 76692 +48
==========================================
+ Hits 60867 60895 +28
- Misses 13652 13670 +18
- Partials 2125 2127 +2 ☔ 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 |
|
/bench hardhat-ref=ci/fix-outdated-deps |
|
🚀 Starting regression benchmark for |
|
/bench hardhat-ref=ci/fix-outdated-deps |
|
🚀 Starting regression benchmark for |
|
/bench |
|
🚀 Starting regression benchmark for |
|
✅ Regression benchmark passed for |
Replaces the synchronisation mechanism of the JSON-RPC provider from mutexes and tokio blocking threads to channels and a dedicated OS thread.