Web3.py: Support Solidity v0.6.x

Created on 13 Jan 2020  路  5Comments  路  Source: ethereum/web3.py

  • Version: 5.x

What was wrong?

Placeholder PR to check web3 support for Solidity v0.6. I'll fill in what needs to be done when I dig in, but if anyone knows something that needs to be changed, feel free to comment on this issue.

https://solidity.readthedocs.io/en/v0.6.1/060-breaking-changes.html

PR #1565 has already begun to address the new receive keyword.

Most helpful comment

@kclowes thank you, only receive(), other features that we use are already working with latest version of web3.py

All 5 comments

Do you all have an estimate as to when v0.6 support will land in web3.py? Thanks!

@mswilkison it's not on the immediate docket, but knowing there is interest helps. It looks like supporting receive() is the feature you need? Anything else that would be handy?

@kclowes thank you, only receive(), other features that we use are already working with latest version of web3.py

@mswilkison (or anyone else) On a quick glance, I think we can close this? Are there other v0.6.x features we still need to support?

I think it can be closed, thank you. We are using 0.7.x for now and everything works good

Was this page helpful?
0 / 5 - 0 ratings