First major release after significant library refactor. A huge thanks to @void4 for getting this library off the ground and doing all of the initial heavy lifting.
This release:
- Python3 Compatability (will require installing pyethereum from source until a python3 compatable release is made)
- Includes a new provider,
web3.web3.rpcprovider,TestRPCProvider
which uses theethereum.tester
EVM for Ethereum interactions. This is intended to help with testing.
- Much more comprehensive test coverage.
Other notes:
- Contracts are likely broken.
- Asynchronous interactions are not implemented yet.
- This should probably still be treated as pre-release/beta software.