-
Notifications
You must be signed in to change notification settings - Fork 175
Update pyrlp version #111
Comments
There are dependency issues ethereum/pydevp2p#95 casper depends on pydevp2p which requires rlp<1. This is because devp2p is python2 and python3 compatible but rlp>1 and eth_utils are not compatible with python2. |
Thanks for looking into this! |
Any update on this one? |
@djrtwo. It's blocked. How do we proceed? We have to make pydevp2p python 3 only... Is that ok? |
ah ... sorry @hrishikeshio , most of the packages in |
should be unblocked @hrishikeshio |
Thanks guys. But now it seems pyethereum upgraded to rlp 1 only in the very recent commit. and the build is failing. ethereum/pyethereum@6c7cf77 Created this issue. |
Now its blocked because of this ethereum/pyethereum#879 |
This is going to be fixed in #150 becuase I am getting rid of the pyethereum dependency. I'll take it from here. Thanks for your help digging @hrishikeshio |
addressed in #150 |
Issue
Recently the pyrlp upgraded to 1.0.0-beta and introduced some breaking changes, such as removing
encode_hex
anddecode_hex
functions ethereum/pyrlp#55 .Suggested implementation
rlp >= 1.0.0-beta
inrequirements.txt
The text was updated successfully, but these errors were encountered: