ethereum / eth-abi

Ethereum ABI utilities for python
MIT License
241 stars 268 forks source link

updating to eth-typing to 2.0.0 #110

Closed javimaravillas closed 5 years ago

javimaravillas commented 5 years ago

What was wrong?

eth-typing was fixed to the minor version of 2.0.0. Due to https://github.com/ethereum/py-evm/issues/1484, we need a new version with that dependency updated.

How was it fixed?

Updating the dependency was enough. Test are passing. Didn't find any breaking change from 1.3 to 2.0.0, neither in code or documentation.