Skip to content

Commit be39d5b

Browse files
cburgdorfPeppece
authored andcommitted
Bump up rlp dependency to use faster rust based rlp backend
1 parent 453be10 commit be39d5b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

newsfragments/1951.performance.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Upgrade rlp library to ``v2.0.0-a1`` which uses faster rust based encoding/decoding.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"mypy_extensions>=0.4.1,<1.0.0",
1616
"py-ecc>=1.4.7,<5.0.0",
1717
"pyethash>=0.1.27,<1.0.0",
18-
"rlp>=1.1.0,<2.0.0",
18+
"rlp==2.0.0-alpha.1",
1919
"trie==2.0.0-alpha.3",
2020
],
2121
# The eth-extra sections is for libraries that the evm does not

0 commit comments

Comments
 (0)