- [BUGFIX] Fixed a few bugs where contract would not be removed if it was not proved in time
- [ENHANCEMENT] Added some optimizations, and now using heartbeat v0.1.9.
- [ENHANCEMENT] Added --print-log option to print logging to console.
- [ENHANCEMENT] Multiple contracts handled per request.
- [ENHANCEMENT] Added stats console and moved output to logger
- [ENHANCEMENT] Restructured farmer to include multithreading: multiple contract pools for answering contracts, and a contract management thread for maintaining the desired total contract size
- [ENHANCEMENT] Modified farmer to write chunks to disk in order to do some limited verification of dedicated hard disk capacity.
- [REBASE] Removed 32MB test file from far back in the history. Recommended to re-clone the repository.
- [ENHANCEMENT] Added --no-ssl-verify tag to prevent verification of ssl certificates
- [ENHANCEMENT] Switched to changelog methodology
- [ENHAMCEMENT] Added ability to specify a signature for submission to server for verification of ownership of address
- Alpha release with some good test functionality
- Initial alpha release