* Switches to sqlite and remove all mongo stuff
* Starts RPC server on port 8555
* UI is in new process, communicates to node through rpc
* JSON serialization for streamables
* Harvester periodically prints its plot names and sizes
* Process names are set to chia_full node, chia_harvester, etc
* CONTRIBUTING.md, and remove docs from git (put in wiki)
* Adds the SmallHeaderBlock type, it's header block without the PoT and PoSpace
* Fix harvester bug (allows two harvesters in the same machine)
Remove database access from blockchain, and handle headers instead of blocks
Avoid processing blocks and unfinished blocks that we have already seen.
Also adds test for load.
Plotting improvements
1.1.1 release
* windows build instructions
* install.sh newline fix
\n wasn't as cross platform as it should be so reverted to an extra echo
* Add CentOS to README.md
Full CentOS 7.7 install instructions
* mention blspy
* confirmed boost 1.67.0 works on Ubuntu
* Update README.md.
* Fix problem with zip download.
* Remove scm warning
Revert install instructions due to scm fix
* Update README and install scripts to separate timelord installation
Do not install VDF server and its dependencies in install.sh, create a
separate script install_timelord.sh for that.
* Move installation of VDF server dependencies to install_timelord.sh
* First and broken attempt at CentOS install
* Working CentOS 7.7 install
* typos in timelord explanation
* Timlord/VDF build instructions
Specifics for CentOS and MacOS
* Various install tips and tricks
* spelling error
* Add AMZN linux 2 install
* Add AMZN linux 2 timelord install
Also clean up base install instructions
* Combine TL for AMZN and CentOS
* Nits for AMZN and CentOS
* CentOS, AMZN timelord paralleling
* Fix header layouts
* Replace VDF server compilation scripts with Makefile
* layout improvements
* fast_vdf: Remove unused files
* Partial ARM install support
* missing l in lib
* Fleshed out Windows/WSL installs
And verified the method for upgrade to 19.x
* Move MacOS install fullnode to bottom
* Change to mongo "system-wide"
* Add mongo start to WSL
* Add actual upgrade for WSL/Ubuntu
Co-authored-by: Mariano Sorgente <sorgente711@gmail.com>
Co-authored-by: Rostislav Skudnov <skrostislav@gmail.com>
Co-authored-by: Richard Kiss <him@richardkiss.com>
Co-authored-by: wjblanke <wjb2002@flex.com>