Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 605 Bytes

CHANGES.rst

File metadata and controls

31 lines (21 loc) · 605 Bytes

0.2.1 (2017-10-08)

  • Add admin and debug management apis;
  • Add new tests;
  • Add uvloop support (python 3.5+ required);

0.2.0 (2017-10-05)

  • 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;

0.1.1 (2017-10-01)

  • Add sphinx docs;

0.1.0 (2017-09-30)

  • Initial release;
  • Ethereum client implemented;
  • WIP on RPC management.