Paul Robinson

Results 26 comments of Paul Robinson

Why not just compile it with an older compiler version?

> Should the deprecation belong in the web3 v7 migration guide? Yeah, can be mentioned along with the removal of the `EthPM` module there. I don't have any better ideas...

There are a lot of types throughout the lib, but it doesn't appear that `mypy` checks were ever run as part of CI. With the incoming template updates, `mypy` is...

Usage question - I pulled an ABI from web3 (`extended_resolver.py`), use `get_all_function_abis` to get function info, then take a `name` from that, say `supportsInterface`. From the description, I should be...

No CI breakage in downstream py-evm, eth-tester, eth-account, or eth-keyfile.

Thanks for this, @darwintree. We'd need to hold this for our next breaking release cycle since it's used by other of our libs. When I import your update into `eth-account`...

Thanks for the offer, but we need to coordinate dropping/adding python versions across all our libs. Plus updates from our template. I'll leave this open, as it certainly needs to...