- Add admin and debug management apis;
- Add new tests;
- Add uvloop support (python 3.5+ required);
- Add more docstrings to the code;
- Add tests for all rpc methods;
- Add admin and debug;
- Fix error for unixsocket retring;
- Fix unixsocket invalid loop for Python 3.4;
- BaseAsyncIOClient._rpc marked as deprecated and will be removed in 0.3.0;
- Add sphinx docs;
- Initial release;
- Ethereum client implemented;
- WIP on RPC management.