Mariano Sorgente
cc3b51a1a1
Merge branch 'integration' of github.com:Chia-Network/chia-blockchain into integration
2020-02-27 11:23:03 +09:00
Yostra
6b34bede0a
refactor coin records
2020-02-08 02:23:58 -08:00
Mariano Sorgente
257e314077
Merge branch 'integration' of github.com:Chia-Network/chia-blockchain into integration
2020-02-07 23:29:25 -05:00
Mariano Sorgente
bef0209e52
Fix ui and RPC
2020-02-07 23:25:26 -05:00
Yostra
8c505c6802
refactor mempool, mempoolmanager
2020-02-07 16:51:09 -08:00
Mariano Sorgente
ca14e9ed18
New objects
2020-02-07 18:18:25 -05:00
Mariano Sorgente
264bf5e485
Use pathlib.Path instead of os.path
2020-02-06 11:02:27 -05:00
Mariano Sorgente
b6e2f2f5d3
Make tests pass
2020-02-05 22:33:03 +09:00
Mariano Sorgente
70c93ebe66
Merge branch 'db_headers' into integration
2020-02-05 21:07:18 +09:00
Yostra
2589d1aa9c
close stores everywhere
2020-02-04 13:54:20 -08:00
Yostra
ca053e5a60
fix blockchain args
2020-02-04 11:39:21 -08:00
Yostra
efb61cc107
unspent db in blockhain
2020-02-04 11:39:20 -08:00
Yostra
305461382d
fix stuff
2020-02-04 11:39:20 -08:00
Yostra
a16a755554
fix stuff
2020-02-04 11:39:20 -08:00
Mariano Sorgente
ea55e955e1
Fix tests
2020-01-30 19:38:48 +09:00
Mariano Sorgente
330e2c425f
More work on fixing bugs
2020-01-27 22:09:28 +09:00
Mariano Sorgente
be1016a319
Store small headers in database and load small from memory
2020-01-27 14:11:54 +09:00
Mariano Sorgente
5c49a2858c
Fix sqlite issue on Github CI machine ( #87 )
...
* Add a lock and update cbor2
* Support python3, and tests python3 in ci
2020-01-24 20:44:09 +09:00
Mariano Sorgente
0f30aaf0cf
Revert aiohttp version
2020-01-24 16:12:16 +09:00
Gene Hoffman
fba486ec9c
Move tests to blockchain.db
2020-01-14 22:40:26 -08:00
Mariano Sorgente
69c808a33f
Async waiting for processes, fix networking bug, reorganize blockchain class
2020-01-14 17:35:51 +09: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