Added - Added the Kapu main network. - Fix for get_common_blocks.
0.1.5
Added - Added the retrying package in the dependencies of Pythark - Added a new catch on the get function (ReadTimeout) - Added the parameter "timeout" inside the except.TimeOut block in api.py
Changed - Changed the network from "dev" to "dark" to be in compliance with Arky.
0.1.4
Added - Updated the docs for the network usage - Added the "retrying" package - Added a retry decorator to the get function - Added a new catch on the get function Changed
0.1.3
Added - Can now handle others network (Kapu, Dev) - If the request time out, a fallback url will be generated and used
Changed
Removed
0.1.2
Added - Try catch block for the Arky import, just in case. - Added a logger for the Transport class.
Changed - Updated the readme. - Updated the .travis file.
0.1.1
Added - Pythark can now create a new transaction. - Testing for the post_new_transaction function. - Added Travis for better testings.