Commit Graph

293 Commits

Author SHA1 Message Date
Gene Hoffman
75db340710 Formatting 2019-12-03 18:21:31 -08:00
Gene Hoffman
92066bbaf5 Point folks to Mongo install instructions 2019-12-03 18:20:46 -08:00
Richard Kiss
60bcafd8fe Use aiter from pypi. 2019-12-03 17:57:28 -08:00
Gene Hoffman
a8644a0f37 Nits fixed in chia-network-arch 2019-12-03 16:19:35 -08:00
Gene Hoffman
94f404e301 Update Readme - 50 PoSpace Hint added 2019-12-03 16:14:13 -08:00
Gene Hoffman
afb530ab49 2-block-format-nits 2019-12-03 15:47:11 -08:00
Gene Hoffman
d5da615960 Fixing word choice and modifying for testnet
A few sentences were hard to read. Additionally change to 5 minute block time targets and note that lower k's may be used during testnet.
2019-12-03 13:22:51 -08:00
Mariano Sorgente
1e94a5312d Increase farmer threshold, fix ui bug, add docs (#32) 2019-12-04 02:23:25 +09:00
Mariano Sorgente
57186a3b6d Small fix to ssh server 2019-12-03 19:46:26 +09:00
Mariano Sorgente
bee9ce7a54 Add more explanation of how to use simulation (#29)
* Add more explanation of how to use simulation

* Prevent simultanous TCP connection

* Small comment fix
2019-12-03 19:03:43 +09:00
Gene Hoffman
bb56a61ba2 Change to introducer DNS name
Using introducer.chia.net. Also updated introducer startup port to 8444
2019-12-02 16:31:34 -08:00
Gene Hoffman
4d72ec05f4 Only configure flint2 once
If we've run configure before and a Makefile exists, let make figure out whether a recompile is necessary of flint2
2019-12-02 11:08:57 -08:00
Mariano Sorgente
54a87c9ccc Changes (#28)
* Sync changes
* Add recent peer threshold to full node
* Change farmer to weight instead of height
* Remove asyncio cancel, and add visibility of farming rewards
2019-12-03 03:38:00 +09:00
Mariano Sorgente
402ea10e20 Sync changes (#27)
* Added a new API call GetAllHeaderHashes which returns just the header hashes. This is used for finding fork point.
* Only downloads headers and blocks from fork point
* Remove CancelledError logging
* Short sync should now work properly, it will always ask for previous block. There might be some repeated requests.
* Introducer now only returns peers which it has seen recently, and full node only connects to peers which it has heard from recently.
2019-12-02 22:47:09 +09:00
Mariano Sorgente
0adf7dacf6 Increase propagation thresholds, docs, fix request block 2019-12-02 17:38:51 +09:00
Gene Hoffman
3a64238c59 Need to run ./configure for flint2 2019-11-30 15:19:39 -08:00
Gene Hoffman
ca53b5be42 Update ubuntu instructions
make sure apt-get is up to date
Removed duplicate library requirements which are already in install.sh
2019-11-30 11:21:51 -08:00
Bill Blanke
9f27e8c75d removed dead code. added logging for challenge and iter 2019-11-28 19:26:40 -08:00
Bill Blanke
fc923ed40c fixed connection leak, eventually resulted in [Errno 24] Too many open files 2019-11-28 14:53:03 -08:00
Gene Hoffman
02d282deaf Merge pull request #26 from Chia-Network/speedy
Speedy
2019-11-27 23:54:42 -08:00
Gene Hoffman
59e228c8d6 Point people to keybase at the end of install.sh 2019-11-27 23:50:42 -08:00
Mariano Sorgente
f223ac50ce Merge branch 'speedy' of github.com:Chia-Network/chia-blockchain into speedy 2019-11-28 16:42:12 +09:00
Mariano Sorgente
4df836272e UI optimizations, maybe catch Error110? 2019-11-28 16:39:43 +09:00
Gene Hoffman
76234d9d69 Added completion message to install.sh 2019-11-27 23:16:19 -08:00
Mariano Sorgente
cb23889a87 Fix mistakes in readmee 2019-11-28 15:36:01 +09:00
Mariano Sorgente
787409928c More conservative constants for near sync 2019-11-28 15:24:41 +09:00
Mariano Sorgente
243fdd10fa Tweak constants 2019-11-28 14:03:45 +09:00
Mariano Sorgente
85d4f54093 Fix sync bug 2019-11-28 13:28:24 +09:00
Mariano Sorgente
0c86698507 Merge branch 'master' of github.com:Chia-Network/chia-blockchain into speedy 2019-11-28 13:01:21 +09:00
Mariano Sorgente
8ef8cc06a8 Merge pull request #25 from Chia-Network/fix_dns_names
Fix bug with on_connect for target hosts specified as a domain name
2019-11-28 13:01:12 +09:00
Mariano Sorgente
1e3e0a4342 Moved things from disk to memory, clear old blocks 2019-11-28 13:00:17 +09:00
Bill Blanke
6465a8c23f add uvloop dependency 2019-11-27 16:48:20 -08:00
Bill Blanke
e677754c71 removed extraneous write. check to make sure we dont submit same iter twice 2019-11-27 16:34:23 -08:00
Bill Blanke
43aff9c32c reenable verify 2019-11-27 13:59:16 -08:00
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