Skip to content

Commit 69ee30c

Browse files
committed
newsfragments for ethereum#3705
1 parent d987c4e commit 69ee30c

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

newsfragments/3705.bugfix.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Thread safety for batching and better consistency with ``PersistentConnectionProvider`` implementations:
2+
3+
- Make request batching threadsafe by using ``contextvars.ContextVar`` rather than a global flag for setting the batching state.
4+
- Deterministically match responses with request ids for ``PersistentConnectionProvider`` batch requests.

newsfragments/3705.internal.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fix issues and start running the core tests with `pytest-xdist`, effectively reducing the CI test times by ~75-80%.

0 commit comments

Comments
 (0)