All notable changes to this project will be documented in this file.
- Added the Kapu main network.
- Fix for get_common_blocks.
- 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 the network from "dev" to "dark" to be in compliance with Arky.
- 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
- Can now handle others network (Kapu, Dev)
- If the request time out, a fallback url will be generated and used
- Try catch block for the Arky import, just in case.
- Added a logger for the Transport class.
- Updated the readme.
- Updated the .travis file.
- Pythark can now create a new transaction.
- Testing for the post_new_transaction function.
- Added Travis for better testings.
- Removed the file main.py