chia-blockchain/tests
Mariano Sorgente 49e4629935
Sqlite, RPC server, and other changes (#68)
* 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)
2020-01-13 22:19:53 +09:00
..
consensus pyblack autoformatting 2019-11-18 13:50:31 +09:00
plots Scripts (#14) 2019-11-08 16:51:01 -05:00
rpc Sqlite, RPC server, and other changes (#68) 2020-01-13 22:19:53 +09:00
util Sqlite, RPC server, and other changes (#68) 2020-01-13 22:19:53 +09:00
__init__.py Added tests, improved serialization 2019-08-05 14:38:16 +09:00
block_tools.py Change block time to 5 min, 128 block epoch, default upnp 2019-11-28 00:35:48 +09:00
pytest.ini Sqlite, RPC server, and other changes (#68) 2020-01-13 22:19:53 +09:00
test_blockchain.py Sqlite, RPC server, and other changes (#68) 2020-01-13 22:19:53 +09:00
test_node_load.py Sqlite, RPC server, and other changes (#68) 2020-01-13 22:19:53 +09:00
test_store.py Sqlite, RPC server, and other changes (#68) 2020-01-13 22:19:53 +09:00