trustlines-protocol / blockchain

MIT License
10 stars 7 forks source link

Upgrade Web3.py to 5.0.0b4 #262

Closed saschagoebel closed 5 years ago

saschagoebel commented 5 years ago

As discussed we should update Web3.py to a recent version because of the ChainId Bug that has been fixed in version 5.0.0b3.

Sadly there's some compatibility problem with ethpm which I was not able to resolve.

Steps to reproduce

ghost commented 5 years ago

I've opened a PR: https://github.com/trustlines-protocol/blockchain/pull/263

Make sure you uninstall ethpm first. Details are in the PR.