- Make the ethtester client work with asynchronous code.
0.7.1
-----
- Adds ``ipc_client`` fixture.
0.7.0
-----
- When a contract function call that is supposed to return data returns no data an error was thown. Now a custom exception is thrown. This is a breaking change as previously for addresses this would return the empty address.
0.6.6
-----
- Actually fix the address bug.
0.6.5
-----
- Fix bug where addresses were getting double prefixed with ``0x``
0.6.3
-----
- Shorted path to cli tests to stay under 108 character limit for unix sockets. - Adds tracking of contract addresses deployed to test chains. - New ``redeploy`` feature available within ``populus attach`` as well as notification that your contracts have changed and may require redeployment.