56 Commits
Author SHA1 Message Date
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
Mariano Sorgenteandwjblanke 9f24224ceb See private key 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
Mariano Sorgenteandwjblanke 8af9285d07 Refresh plots after each plot instead of at the end 2020-06-08 17:17:48 -07:00
Mariano Sorgenteandwjblanke 9a2ad9be11 Fix key deletion bug, remove useless log_in code, and simplify sign in screen 2020-06-08 17:17:48 -07:00
Mariano Sorgenteandwjblanke d0e3f24760 Correct behaviour on cancel, and change button colour 2020-06-08 17:17:48 -07:00
Mariano Sorgenteandwjblanke 84cd103b6a Fix issues with plotter display and tail 2020-06-08 17:17:48 -07:00
Mariano Sorgenteandwjblanke fd561e7226 Log levels in config, and reduce warning logging in daemon 2020-06-08 17:17:48 -07:00
Mariano Sorgenteandwjblanke e4f46f03cc Fix add plots selection 2020-06-08 17:17:48 -07:00
Mariano Sorgenteandwjblanke bff3c2ffa2 Add plots, and fix rpc full node 2020-06-08 17:17:48 -07:00
Mariano Sorgenteandwjblanke 4663ce7be0 Allow adding normal and extended private key hex through UI 2020-06-08 17:17:48 -07:00
Mariano Sorgenteandwjblanke 7e0e1d7a85 Confirm before deleting keys, and factor out upnp 2020-06-08 17:17:48 -07:00
Matthew Howardandwjblanke 48e5a90197 Fix typo in pending state string 2020-06-01 08:56:59 -07:00
Mariano Sorgenteandwjblanke 0e4bfcdd4c Fix crash when quickly switching walelts 2020-06-01 08:56:59 -07:00
Mariano Sorgenteandwjblanke e6c174200f Add tooltips for balance explanation and clean up code 2020-06-01 08:56:59 -07:00
Yostraandwjblanke 8c97a02f55 clean redux state on logout 2020-06-01 08:56:59 -07:00
Yostraandwjblanke 5e81bac95e Code sign MacOS DMG, fix Mac icons, move to asar on mac install (#257)
* osx code signing in ci
* Install node
* asar and icon
2020-06-01 08:56:59 -07:00
Mariano Sorgenteandwjblanke f5b446fcc4 Fix update after sync, and refresh after plot 2020-06-01 08:56:59 -07:00
Mariano Sorgenteandwjblanke 063f5d704b No dev tools open, bigger window, and warning for upnp 2020-06-01 08:56:59 -07:00
Gene Hoffmanandwjblanke a79111f4ff Stop chia services on Windows #NoZombies (#253)
* simpler
* execsync
Co-authored-by: Strahinja Markovic <straya@chia.net>
2020-06-01 08:56:59 -07:00
Lipa Longandwjblanke cea0351fc2 remove below zero change to spendable balance 2020-06-01 08:56:59 -07:00
Lipa Longandwjblanke a002119d78 fix spendable display double count 2020-06-01 08:56:59 -07:00
Lipa Longandwjblanke 93b3ca76b4 cc units in balance display 2020-06-01 08:56:59 -07:00
Yostraandwjblanke 5d985ef4ae tail force 2020-06-01 08:56:59 -07:00
Gene Hoffmanandwjblanke 1465632a48 Simplify build_windows with pip install --no-index --find-links (#248)
* only pip install chia-blockchain
* pip install from local index
2020-06-01 08:56:59 -07:00
Mariano Sorgenteandwjblanke cf5d1859a0 Display correct pending total balance 2020-06-01 08:56:59 -07:00
Mariano Sorgenteandwjblanke 5c770b3d3a Fix cc balance (#246) 2020-06-01 08:56:59 -07:00
Gene Hoffmanandwjblanke 16b6fa7677 add wheel and pep517 to win pyinstall venv. Update npm pkgs 2020-06-01 08:56:59 -07:00
Lipa Longandwjblanke 890ee93017 change cc wallet displayed balance units 2020-06-01 08:56:59 -07:00
Yostraandwjblanke bbea3ba1c7 correct path 2020-06-01 08:56:59 -07:00
Yostraandwjblanke 0bd849fef1 windows version 2020-06-01 08:56:59 -07:00
Yostraandwjblanke af9d6c6fc4 gui version number 2020-06-01 08:56:59 -07:00
Mariano Sorgenteandwjblanke 1ee5905c86 Fix farmer reward amount, correcly count fees 2020-06-01 08:56:59 -07:00
Yostraandwjblanke 2375a8e9cf prop name 2020-06-01 08:56:59 -07:00
Yostraandwjblanke 54c6770f50 hide farm button if not local test 2020-06-01 08:56:59 -07:00
Yostraandwjblanke a5cf3d9bed after keys, longer pause 2020-06-01 08:56:59 -07:00
Yostraandwjblanke f3a0837a1f start farmer and harvester after we have keys 2020-06-01 08:56:59 -07:00
Yostraandwjblanke 91f72c6c8e lgtm 2020-06-01 08:56:59 -07:00
Strahinja Markovicandwjblanke f026ac1262 undefinded store 2020-06-01 08:56:59 -07:00
Yostraandwjblanke e538505d66 ping interval 2020-06-01 08:56:59 -07:00
Yostraandwjblanke 057dcf5dc1 ui touches 2020-06-01 08:56:59 -07:00
Yostraandwjblanke 5d447cb4b5 min window size 2020-06-01 08:56:59 -07:00
Yostraandwjblanke 43554fa21e close on exit, don't open dev tolls if packaged 2020-06-01 08:56:59 -07:00
Yostraandwjblanke 6c2d93ba36 win insaller cleanup 2020-06-01 08:56:59 -07:00
Yostraandwjblanke 2f8c62e9d7 Revert "Windows installer (#232)"
This reverts commit 1cb8840538.
2020-06-01 08:56:59 -07:00
Yostraandwjblanke 8dbaacb883 Windows installer (#232)
* installer

* action

* remove this temporarely

* add logging

* python

* ico

* typo

* config file

* node installer

* remove unused var

* asar flag

* move setup events

* no asar

* closer to root

* move everything closer to home

* Revert "move everything closer to home"

This reverts commit 528083427a.

* Revert "closer to root"

This reverts commit f579fde829.

* long paths

* asa,r but unpack

* build mac on Azure

* azure

* don't use extended public key
2020-06-01 08:56:59 -07:00