Commit Graph
14659 Commits
Author SHA1 Message Date
Mariano SorgenteandGene Hoffman 35822c8796 Ms.networking2 (#284)
* Improve test speed with smaller discriminants, less blocks, less keys, smaller plots
* Add new RPC files
* Refactor RPC servers and clients
* Removed websocket server
* Fixing websocket issues
* Fix more bugs
* Migration
* Try to fix introducer memory leak
* More logging
* Start client instead of open connection
* No drain
* remove testing deps
* Support timeout
* Fix python black
* Richard fixes
* Don't always auth, change testing code, fix synced display
* Don't keep connections alive introducer
* Fix more LGTM alerts
* Fix wrong import clvm_tools
* Fix spelling mistakes
* Setup nodes fully using Service code
* Log rotation and fix test
2020-07-16 13:05:43 -07:00
Gene HoffmanandGene Hoffman 5d582d58ab fix yaml indention 2020-07-16 13:05:43 -07:00
Gene HoffmanandGene Hoffman d04aedd802 Fix node cache on win - remove mac build debug info 2020-07-16 13:05:43 -07:00
Bill BlankeandGene Hoffman 79dce255b3 switch back to beta vdf to see if tests pass 2020-07-16 13:05:43 -07:00
Bill BlankeandGene Hoffman 186e44dd94 update vdf and pos for non skylake and filehandle fixes 2020-07-16 13:05:43 -07:00
fchiricaandGene Hoffman 3b04bb9e0a Add comments. 2020-07-16 13:05:43 -07:00
fchiricaandGene Hoffman c6015c98aa Try to resolve the error in Ubuntu python 3.8 2020-07-16 13:05:43 -07:00
fchiricaandGene Hoffman e4b5454959 Unpack all in rpc test 2020-07-16 13:05:43 -07:00
fchiricaandGene Hoffman 03e0788e82 Yield sanitizer as well. 2020-07-16 13:05:43 -07:00
fchiricaandGene Hoffman a9445fb8d1 Fix introducer task. 2020-07-16 13:05:43 -07:00
fchiricaandGene Hoffman 98cafe5a4a Flake8 2020-07-16 13:05:43 -07:00
fchiricaandGene Hoffman 284c5a50a0 Initial commit sanitizer 2020-07-16 13:05:43 -07:00
Gene Hoffman 2c00603441 Adding node/pip caching to ci - fix passing HAS_SECRET to build_windows (#291)
* spell HAVE_SECRET right - remove extra Azure Pipelines env var
* Remove debug - cache pip
* Add caching to macos and ubuntu
* Key cache on setup.py - use pip to get cache dir
* Remove macos, ubuntu "os" updates
2020-07-16 13:05:43 -07:00
Gene HoffmanandGene Hoffman dbde81f971 cache node modules on win, correctly pass HAS_SECRET 2020-07-16 13:05:43 -07:00
Gene HoffmanandGene Hoffman 5c913320c9 Azure should build on tag too, change win secrets test 2020-07-16 13:05:43 -07:00
Freddie ColemanandGene Hoffman e5b8c48e6c add jest tests to electron react 2020-07-16 13:05:43 -07:00
Gene Hoffman cc47e7ce43 Build_windows skips code sign verification when secrets not available (#290)
* Test windows codesign workaround
* Enable actions on repo
* pass env variable in build-windows.yml
2020-07-16 13:05:43 -07:00
wjblankeandGene Hoffman 10e4bf71af Idna fix for https://bugs.python.org/issue29288 (#289)
* idna fix for https://bugs.python.org/issue29288
2020-07-16 13:05:43 -07:00
Bill BlankeandGene Hoffman e2cf06ccac write to tmp file and move for yaml changes to ensure a good state in case of multiple processes 2020-07-16 13:05:43 -07:00
Gene HoffmanandGene Hoffman a0eb152c96 MacOS and Ubuntu should build on PR 2020-07-16 13:05:43 -07:00
Nathan HoughtonandGene Hoffman c7affdc4c8 Modify install.sh to fix a few FreeBSD build / install issues (#288)
* Export MAKE=gmake for FreeBSD build of miniupnpc
* Disable failing vdf client build on FreeBSD
2020-07-16 13:05:43 -07:00
Richard KissandGene Hoffman 124f6f2227 Remove an unnecessary fork. 2020-07-16 13:05:43 -07:00
Gene Hoffman 749356332d Skip secret steps and cancel running ci builds (#286)
* Update changelog, Test for existence of secrets and skip GHA steps
* add HAS_SECRET
* Add 'cancel previous runs' and test for missing secret
* Check for secrets in all flows
* Make Test PyPI an and - update changelog
2020-07-16 13:05:43 -07:00
Bill BlankeandGene Hoffman 905e797a5b added b6 and b7 to chia init 2020-07-16 13:05:43 -07:00
Nathan HoughtonandGene Hoffman 61d7a1aa70 Modify install.sh to fix a few OpenBSD build / install issues (#285)
* Export MAKE=gmake for OpenBSD build of miniupnpc
* Use --extra-index-url instead of -i option for pip install
Allows pip to install dependencies of the requested packages
from the default package repository (if available) before
falling back to the Chia package repository.
Required when dependencies of the requested packages are not
already available in the venv.
* Disable failing vdf client build on OpenBSD
2020-07-16 13:05:43 -07:00
YostraandGene Hoffman 881a478c2e pass server 2020-07-16 13:05:43 -07:00
Gene HoffmanandGene Hoffman cb06d7cf22 add ommitted change to the plotter buffer options 2020-07-16 13:05:43 -07:00
Gene HoffmanandGene Hoffman e2fd81a96e Fix off by one in installer build logic 2020-07-16 13:05:43 -07:00
Gene Hoffman 11d9e3d5c9 Start changelog for new dev branch 2020-07-16 13:05:43 -07:00
Gene Hoffmanandwjblanke fd080917fe Replace equal with dash 1.0beta7 2020-06-08 17:17:48 -07:00
742abd8c22 Don't send new_compact_proof more than once. (#282)
* Don't send new_compact_proof more than once.
* Changelog

Co-authored-by: Mariano Sorgente <sorgente711@gmail.com>
2020-06-08 17:17:48 -07:00
Gene Hoffmanandwjblanke 381a76248b Update changelog for release 2020-06-08 17:17:48 -07:00
Gene Hoffmanandwjblanke a5c0ab8d33 Add code signing and time stamping to Windows installer (#280)
* Update cert, update changelog
* Timestamp and verify windows installer
* Update package-lock.json
* It is Chia-Blockchain...
* Add path to signtool.exe
* Remove Start-Process
* use just /t for timestamp
2020-06-08 17:17:48 -07:00
Gene Hoffmanandwjblanke b4aafd002b Implement code signing for Windows (temporarily use Apple cert) (#278) 2020-06-08 17:17:48 -07:00
Mariano Sorgenteandwjblanke 53a5a21bd5 Fix auto refresh 2020-06-08 17:17:48 -07:00
Gene Hoffmanandwjblanke faa8b12b1c Sign with Chia Apple cert on GHA and add Azure Mojave signing (#277)
* Sign with Chia.net signing key
* Codesign on Azure for Mojave
* correct provisionprofile
* Update changelog - rerun Azure signing
2020-06-08 17:17:48 -07:00
Bill Blankeandwjblanke f56308f827 updated chiapos 2020-06-08 17:17:48 -07:00
Mariano Sorgenteandwjblanke 9f24224ceb See private key 2020-06-08 17:17:48 -07:00
Mariano Sorgenteandwjblanke 5b33e2b801 Chia init correctly from empty .chia dir but not empty keychain 2020-06-08 17:17:48 -07:00
Gene Hoffmanandwjblanke e90be1baee Catch changelog up. 2020-06-08 17:17:48 -07:00
Yostraandwjblanke 52fee3933d Fix spaces in plotting path (#275)
* plot with spaces
2020-06-08 17:17:48 -07:00
31c1ce1e90 Dynamically create installer versions across all ci's (#274)
* Add installer-version.py and CHIA_INSTALLER_VERSION, move env var
* use setuptools_scm to find version
* Move dmg to final_installer dir
* skip npm in install.sh on ci, windows debug
* azure debug, remove hardcoded paths from winstaller.js
* a win (g) and a prayer
* Only Chia.exe
* SemVer means 0.1.6262...

Co-authored-by: Strahinja Markovic <straya@chia.net>
2020-06-08 17:17:48 -07:00
Yostraandwjblanke 2e0bb7135c freeze in main 2020-06-08 17:17:48 -07:00
Yostraandwjblanke 41dbe95347 Revert "freeze"
This reverts commit 3cc66f735c.
2020-06-08 17:17:48 -07:00
Yostraandwjblanke 917315876f freeze 2020-06-08 17:17:48 -07:00
Bill Blankeandwjblanke e27de23c77 update chiapos 2020-06-08 17:17:48 -07:00
Bill Blankeandwjblanke caa2c95d8a fix 2020-06-08 17:17:48 -07:00
Bill Blankeandwjblanke bee2e7a2a8 update for new pos 2020-06-08 17:17:48 -07:00
Mariano Sorgenteandwjblanke 8af9285d07 Refresh plots after each plot instead of at the end 2020-06-08 17:17:48 -07:00
Mariano Sorgenteandwjblanke b3d8b4116c Init full node before introducer 2020-06-08 17:17:48 -07:00