Commit Graph
14659 Commits
Author SHA1 Message Date
Gene HoffmanandGitHub 4d47467f07 1-consensus-doc spelling
"desirable"
2019-12-05 10:31:49 -08:00
Mariano Sorgente 4353e6658e Remove useless connection close, and fix ssh ui bug 2019-12-06 03:27:40 +09:00
Mariano Sorgente adc6b35fdb Catch timeout issue during drain alpha-1.0 2019-12-05 05:32:28 +09:00
Mariano Sorgente 3369ab181f Also catch cancelled in updateui 2019-12-05 01:54:56 +09:00
Mariano Sorgente 2c2bdac206 Close process faster 2019-12-05 01:34:02 +09:00
Mariano SorgenteandGitHub b8608942dc Hopeful timeout fixes (#39) 2019-12-05 01:11:25 +09:00
Mariano SorgenteandGitHub dae21de0c1 Fixping (#38)
* Higher ping interval, don't broadcast per connection

* Remove log files
2019-12-04 22:09:02 +09:00
Mariano SorgenteandGitHub 4cbd168527 Increase block reward to 16 trillion mojos and change displlay (#34) 2019-12-04 17:11:17 +09:00
Mariano SorgenteandGitHub f472217eed Ping (#36)
* Start ping pong

* Basic ping ping and disconnect

* Remove useless changes, increase timeout

* Remove connections on failed handshakes

* Only close full node peers to be safe
2019-12-04 17:09:32 +09:00
Gene HoffmanandGitHub b18c88c1ed Merge pull request #37 from Chia-Network/aiter_from_pip
Aiter from pip instead of included in repo
2019-12-03 23:19:45 -08:00
Gene HoffmanandMariano Sorgente 015657b1a1 "asynchronously generated" change in 6-codebase (#35)
* "asynchronously generated" change in 6-codebase

I believe this doesn't change the meaning, but wanted to be sure

* Update 6-codebase-and-testing.md
2019-12-04 13:06:34 +09:00
Bill Blanke b9e6d4dc15 make buffer big enough for billions 2019-12-03 19:39:40 -08:00
Gene HoffmanandGitHub 75db340710 Formatting 2019-12-03 18:21:31 -08:00
Gene HoffmanandGitHub 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 HoffmanandGitHub b43928748d Link aiter, disclaim mongo in codebase-testing 2019-12-03 17:38:52 -08:00
Gene HoffmanandGitHub cbeb8065ef Nits in 5-Protocols 2019-12-03 17:28:43 -08:00
Gene HoffmanandGitHub d3b4d9e665 Nits and "temporary" introducer 2019-12-03 17:16:40 -08:00
Florin ChiricaandMariano Sorgente 25cd828e71 Memory and iter count fix (#33)
* Memory and iter count fix

* Increase constant in vdf.h
2019-12-04 10:12:41 +09:00
Gene HoffmanandGitHub a8644a0f37 Nits fixed in chia-network-arch 2019-12-03 16:19:35 -08:00
Gene HoffmanandGitHub 94f404e301 Update Readme - 50 PoSpace Hint added 2019-12-03 16:14:13 -08:00
Gene HoffmanandGitHub afb530ab49 2-block-format-nits 2019-12-03 15:47:11 -08:00
Gene HoffmanandGitHub 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 SorgenteandGitHub 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 SorgenteandGitHub 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 HoffmanandGitHub 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 HoffmanandGitHub 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 SorgenteandGitHub 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 SorgenteandGitHub 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 HoffmanandGitHub 3a64238c59 Need to run ./configure for flint2 2019-11-30 15:19:39 -08:00
Gene HoffmanandGitHub 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 HoffmanandGitHub 02d282deaf Merge pull request #26 from Chia-Network/speedy
Speedy
2019-11-27 23:54:42 -08:00
Gene HoffmanandGitHub 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 HoffmanandGitHub 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 SorgenteandGitHub 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