Commit Graph

29 Commits

Author SHA1 Message Date
Mariano Sorgente 5b867c96f7 WARNING py.test 2021-02-07 20:13:01 +09:00
Mariano Sorgente 46de03f4d0 Increase timeout slightly 2021-02-07 20:13:01 +09:00
almog 92d5ca2b06 revert pytest.ini 2021-01-12 17:00:54 -05:00
almog 36291004e8 refactor, weight proof get_fork_point, add test for forkpoint 2021-01-12 17:00:54 -05:00
Mariano Sorgente 077b506088 Back to WARNING level for tests 2021-01-12 17:00:54 -05:00
Mariano Sorgente 02eca259a0 Update chia show and netspace 2021-01-12 17:00:54 -05:00
Mariano Sorgente faff98cc0c Update Chiavdf 2021-01-12 17:00:53 -05:00
Mariano Sorgente fa3511b953 Full node RPCsa 2021-01-12 17:00:53 -05:00
Mariano Sorgente 1c881b55d4 Fix weight issue, and restart timelord if necessary 2021-01-12 17:00:53 -05:00
Mariano Sorgente b4bf2b1715 Fix timelord issue 2021-01-12 17:00:53 -05:00
Mariano Sorgente 231bfea165 Update timelord 2021-01-12 17:00:53 -05:00
Mariano Sorgente fff9ccb026 Got simulation test to pass 2021-01-12 17:00:53 -05:00
Yostra 11e59b085a fix all 2021-01-12 17:00:52 -05:00
Yostra 7c079cf143 networking 2021-01-12 17:00:52 -05:00
Mariano Sorgente 4ba329bd3e Remove randomness from tests 2020-07-16 13:05:43 -07:00
Mariano Sorgente 22bca02451 Don't recreate block tools in simulator 2020-07-16 13:05:43 -07:00
Mariano Sorgente dfb1750a04 Log level warning 2020-07-16 13:05:43 -07:00
Mariano Sorgente 04edeb5255 Speed up tests 2020-07-16 13:05:43 -07:00
Mariano Sorgente 2fc6f89603 Keychain with pbkdf2 and passphrase support 2020-07-16 13:05:43 -07:00
Mariano Sorgente a1b4392bb1 Tests passing 2020-07-16 13:05:43 -07:00
Mariano Sorgente 1d59fee788 New Bram protocol changes and full node tests 2020-07-16 13:05:43 -07:00
Mariano Sorgente 1055ee3ea2 Remove localhost references, and fix connection bug 2020-07-16 13:05:43 -07:00
Mariano Sorgente 6b5e17d734 Change test log level back to WARNING 2020-07-16 13:05:43 -07:00
Mariano Sorgente 7d87638b8b Remove localhost references, and fix connection bug 2020-07-16 13:05:43 -07:00
Mariano Sorgente 8ae737e74a Change logging level to WARNING in tests 2020-07-16 13:05:43 -07:00
Yostra 6cc94c32f7 temporarily enable log 2020-02-04 11:39:49 -08:00
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
Mariano Sorgente 281be67729 Alpha 1.2 (#64)
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
2020-01-08 18:07:52 -06:00
Mariano Sorgente a5329005e0
Fix self connection leak (#43)
* Fix self connection leak
* Increase sleep to improve performance
* Add load test for unfinished blocks
* Fix flake8 lint
2019-12-10 08:27:38 +09:00