Skip to content

Commit 73edd9d

Browse files
committed
bump eth-tester to newly released version with prague changes
- newsfragment for #3659
1 parent 7a87de8 commit 73edd9d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

newsfragments/3659.feature.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Support for Prague network upgrade, mainly ``requests_hash`` and ``authorization_list`` formatters. Add support for serializing ``SignedSetCodeTransaction`` (`eth-account` pydantic model) directly added to transaction dicts.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"tester": [
99
# Note: ethereum-maintained libraries in this list should be added to the
1010
# `install_pre_releases.py` script.
11-
"eth-tester[py-evm]>=0.12.0b1,<0.13.0b1",
11+
"eth-tester[py-evm]>=0.13.0b1,<0.14.0b1",
1212
"py-geth>=5.1.0",
1313
],
1414
"dev": [

0 commit comments

Comments
 (0)