1085 Commits
Author SHA1 Message Date
Gene HoffmanandGitHub 12125902e3 Merge pull request #148 from Chia-Network/beta-1.1
Fix introducer connection issue, to improve connectivity between nodes in the network.
1.0beta2
2020-04-04 10:36:46 -07:00
Gene HoffmanandGitHub 9cb8afce28 Merge pull request #147 from reghacker/patch-1
Minor typo fix in 3
2020-04-03 23:52:06 -07:00
reghackerandGitHub f338b0362b Minor typo fix 2020-04-03 23:47:13 -07:00
Gene HoffmanandGitHub 42aaf3bd96 Fix Windows Wallet URL 2020-04-03 23:16:42 -07:00
Gene HoffmanandGitHub e21e150993 Add Catalina requirement to INSTALL 2020-04-03 14:33:22 -07:00
Mariano Sorgente 34303948b0 Fix error in introducer disconnect, and increase timout for transactions 2020-04-03 19:13:59 +09:00
Mariano SorgenteandGitHub b077a7a02e Fee parent val (#145)
* Add validation of parent ids for coinbase and fees, and add 1 to height for fees
* Increment protocol version
* Add 1 to fee calculation
* Fix test
1.0beta1
2020-04-03 05:26:00 +09:00
Yostra 101c4482fc Merge branch 'integration' 2020-04-02 12:06:11 -07:00
Mariano SorgenteandGitHub ca133a6326 Introducer disconnect (#143)
* Close introducer connection if it's still open
2020-04-03 03:33:44 +09:00
Yostra b9b5d826bf don't use change coins just yet 2020-04-02 10:36:43 -07:00
Yostra d21b606d2d fee reward is treated as coinbase 2020-04-02 10:36:43 -07:00
Mariano Sorgente efe0d57441 Merge branch 'integration' of github.com:Chia-Network/chia-blockchain into integration 2020-04-03 02:25:41 +09:00
Mariano Sorgente 024faaccb4 Validate freeze for fees 2020-04-03 02:25:05 +09:00
Gene Hoffman f876ea7022 Add chia-start-wallet-server and update docs 2020-04-02 10:18:33 -07:00
Gene Hoffman 7662eb886e Add windows WSL run instructions and Virtualbox Tip 2020-04-02 09:50:54 -07:00
Gene Hoffman 01b132714b Windows README update 2020-04-02 09:43:16 -07:00
Gene Hoffman 6807bd9d04 Add Windows wallet install instructions. 2020-04-02 09:39:21 -07:00
Richard Kiss 4d77ad2a0b Fix install.sh branch on Linux. 2020-04-02 09:04:28 -07:00
Yostra 582b2fff6f add links to readme, open the brwoser 2020-04-01 22:47:25 -07:00
Gene Hoffman 9d9419863c Document nits 2020-04-01 17:57:59 -07:00
Yostra 5f8e10691d timelord catch exception on decode 2020-04-01 17:56:48 -07:00
Richard Kiss f5041ca770 Fix install.sh script so it will find "python3" if that's the only
thing around.
2020-04-01 17:53:22 -07:00
Gene Hoffman e1267f1deb MacOS install instructions 2020-04-01 17:29:48 -07:00
Richard Kiss 8ee48a7c07 First crack at "chia <verb>" subcommands, show and version for now. 2020-04-01 16:20:09 -07:00
Gene Hoffman c28b3128ad AMZN 2 install 2020-04-01 16:06:09 -07:00
Gene Hoffman 65af6ceee9 Merge branch 'integration' of https://github.com/Chia-Network/chia-blockchain into integration 2020-04-01 15:22:10 -07:00
Gene Hoffman fef855d508 CentOS 7.7 install.md 2020-04-01 15:20:29 -07:00
Yostra a0bb2daa07 mkdir if not existing 2020-04-01 14:42:38 -07:00
Gene Hoffman 747292dca6 remove cmake from install.sh 2020-04-01 14:19:04 -07:00
Gene Hoffman 1623935242 Move to blspy 0.1.15 2020-04-01 14:12:48 -07:00
Yostra 4b559330f1 wrong port 2020-04-01 14:11:06 -07:00
Yostra f5a8f87ae3 close on darwing too 2020-04-01 11:28:18 -07:00
Yostra bfb249cede increase num sync batches 2020-04-01 11:28:17 -07:00
Gene Hoffman 7e8f2bc311 Ubuntu still needs cmake bc blspy 2020-04-01 11:13:47 -07:00
Gene Hoffman 5da120ab3a Simplify WSL install, remove apts from install.sh 2020-04-01 10:59:46 -07:00
Mariano SorgenteandGitHub dc637d4ec1 Block ordering (#142)
* Look at current block additions before removals
* Fix block ordering, and change state machine of wallet node
* Fix infinite recursion
* Fix some serious bugs with wallets/coinbases/reorgs and add testing
2020-04-02 02:53:33 +09:00
Gene Hoffman e9e2137ec1 more INSTALL nits 2020-03-31 23:23:13 -07:00
Gene Hoffman c2b923e124 No sudo sh install.sh - move WSL up 2020-03-31 23:16:22 -07:00
Yostra 50d1d7316c formatting 2020-03-31 21:02:25 -07:00
Yostra a653a8d1b6 log info, not err 2020-03-31 21:02:25 -07:00
Yostra 3842738e12 fix bugs 2020-03-31 21:02:25 -07:00
Yostra 2ed25ef249 use only our change coin 2020-03-31 21:02:25 -07:00
Gene HoffmanandGitHub 2f7068beba Update WSL2 install instructions 2020-03-31 20:00:21 -07:00
Richard Kiss 85fdcd6a5e Make "chia" command generate config.yaml. 2020-03-31 18:46:41 -07:00
Richard Kiss e9299f8f73 Move src.path to src.util.path. 2020-03-31 18:31:01 -07:00
Richard Kiss 6d58160e98 Use clvm-tools from pypi. 2020-03-31 18:12:31 -07:00
Richard Kiss 4e785969b5 Get the desired version of chiavdf out of setup.py. 2020-03-31 18:12:31 -07:00
Richard Kiss 155d14aff9 Load setproctitle as runtime. 2020-03-31 18:12:31 -07:00
Richard Kiss a0437b5acb Dynamically install UPnP so the full node works even on platforms
where miniupnp is unsupported.
2020-03-31 17:12:55 -07:00
Richard Kiss ecc29c2f67 Move new_plots_root to harvester section. 2020-03-31 17:12:44 -07:00