Bill Blanke
61d5d0f154
ssh UI fix for uvloop
2019-11-27 13:56:03 -08:00
Bill Blanke
b1c3ba4621
uv sometimes causes a runtimeerror here when the connection is lost
2019-11-27 12:53:06 -08:00
Bill Blanke
00f474f500
uvloop doesnt support child watchers so dont use it for timelord which has to launch vdfs
2019-11-27 10:58:13 -08:00
Bill Blanke
30713a6615
added uvloop and disabled inkfish verification
2019-11-27 09:16:42 -08:00
Rostislav
373fd13ed6
Fix bug with on_connect for target hosts specified as a domain name
...
Make 'on_connect' a property of Connection object when it's created, so
that it can be unambiguously associated with a specific connection
immediately after it's created.
Create a type definition for on_connect functions named OnConnectFunc.
2019-11-27 18:04:50 +01:00
Bill Blanke
d4ddcb3ca6
fix for renamed scripts
2019-11-27 08:39:03 -08:00
Mariano Sorgente
b589d5d3e7
Drop database script
2019-11-28 01:08:42 +09:00
Mariano Sorgente
8c20241273
Change block time to 5 min, 128 block epoch, default upnp
2019-11-28 00:35:48 +09:00
Mariano Sorgente
946f2b5f2e
Merge pull request #24 from Chia-Network/faster-sync
...
Faster sync
2019-11-27 16:41:33 +09:00
Mariano Sorgente
b59defe87f
Remove useless file
2019-11-27 16:27:13 +09:00
Mariano Sorgente
52bc2fddf2
Faster sync algorithm, and requesting blocks
2019-11-27 16:21:48 +09:00
Mariano Sorgente
91c25001d7
Implement faster sync
2019-11-27 14:25:11 +09:00
Mariano Sorgente
29b5fdb610
Keep headers in memory
2019-11-27 12:09:56 +09:00
Mariano Sorgente
58cbf50e61
Catch timeout error
2019-11-27 09:58:58 +09:00
Mariano Sorgente
26b92997a8
Docs, optimizations
2019-11-27 09:55:23 +09:00
Mariano Sorgente
fc79bb2c78
Merge pull request #23 from Chia-Network/IPS
...
Ips
2019-11-27 09:54:50 +09:00
Florin Chirica
0eb60f478e
flake8
2019-11-27 00:18:26 +01:00
Gene Hoffman
7870f611cd
Update install.sh to compile and install flint2
2019-11-26 11:36:14 -08:00
Gene Hoffman
86e75a88da
Update README.md - enhance MacOS instructions
...
Added git cloning flint2 and how to get brew installed. Will update install.sh to compile and install flint2
2019-11-26 11:33:14 -08:00
Gene Hoffman
6a6bc10695
README.md
...
formatting
2019-11-26 10:05:36 -08:00
Gene Hoffman
dbeeddc8b4
Update README.md
...
Adding dependencies and the other way to download and install
2019-11-26 10:04:58 -08:00
Mariano Sorgente
550e88c39e
Start work on local API
2019-11-26 15:23:17 +09:00
fchirica
e1073b3952
Timelord/VDF changes
2019-11-26 01:59:08 +01:00
Bill Blanke
99d788ed39
fix to prevent sending more iters to shut down vdf. return shutdown ack only from lock
2019-11-25 16:51:25 -08:00
fchirica
3174f135fe
Precalculated IPS fix
2019-11-25 17:45:06 +01:00
Mariano Sorgente
5a202616d3
Merge branch 'master' into local-api
2019-11-25 21:57:11 +09:00
Mariano Sorgente
d55738901b
Merge branch 'network_id'
2019-11-25 18:14:46 +09:00
Mariano Sorgente
0cefcc8b4a
Disbale upnp by default
2019-11-25 18:07:42 +09:00
Mariano Sorgente
dba0a17228
Attempt to fix VDF timeout, and add upnp
2019-11-25 17:35:43 +09:00
Mariano Sorgente
8c8d7be0ec
Add network_id to protocol
2019-11-25 17:35:43 +09:00
Mariano Sorgente
32f1262bb5
More work on docs
2019-11-25 17:35:43 +09:00
Mariano Sorgente
6f4831d2ec
Attempt to fix VDF timeout, and add upnp
2019-11-25 17:21:30 +09:00
Mariano Sorgente
d9d7e11897
Add network_id to protocol
2019-11-25 13:52:08 +09:00
Mariano Sorgente
381258097c
More work on docs
2019-11-25 13:45:48 +09:00
Mariano Sorgente
9110aedf66
Merge pull request #21 from Chia-Network/persist
...
* Adds mongodb dependency, and disk persistance of blocks
* Uses python black for formatting
* Moves scripts and config outside of src
* Improves full sync robustness
* Checks if connected to self
* Uses shutdown variable for full node, as opposed to cancelling tasks
* No auto sync when starting up
2019-11-25 12:43:12 +09:00
Mariano Sorgente
28b691c700
Merge branch 'persist' of github.com:Chia-Network/chia-blockchain into persist
2019-11-25 10:23:49 +09:00
Mariano Sorgente
472de71adf
Fix for self connections
2019-11-25 10:23:27 +09:00
Mariano Sorgente
70ccca0ba9
Start working on local api
2019-11-25 10:16:56 +09:00
Mariano Sorgente
d6af7cf11b
Update pythonpackage.yml
2019-11-24 18:55:22 +09:00
Mariano Sorgente
290aae154f
Update pythonpackage.yml
2019-11-24 18:28:49 +09:00
Mariano Sorgente
b254eb8906
Update pythonpackage.yml
...
Try to fix CI with mongo install
2019-11-24 18:14:57 +09:00
Mariano Sorgente
3a6734cd46
Update pythonpackage.yml
...
Attempt to fix CI by installing docker/mongo
2019-11-24 17:52:12 +09:00
Mariano Sorgente
493cb4aab2
Fix tests
2019-11-24 17:26:47 +09:00
Mariano Sorgente
6729afa4be
Improve header syncing process
2019-11-24 17:08:34 +09:00
Bill Blanke
6b86bc934d
make sure to send pending iters to vdf server, even if they come in late
2019-11-23 15:58:23 -08:00
Mariano Sorgente
f9cdf90fdd
New command to start mongo
2019-11-22 17:35:52 +09:00
Mariano Sorgente
96531cc332
Small tweaks
2019-11-22 17:04:23 +09:00
Mariano Sorgente
d0af7bb85e
Cherry pick pybind11 fix
2019-11-22 16:51:28 +09:00
Mariano Sorgente
60607142e2
Changed shutdown procedure, allow ipv6 in UI
2019-11-22 16:37:50 +09:00
Mariano Sorgente
fdfcad387d
Gitignore
2019-11-22 15:53:45 +09:00