Commit Graph

226 Commits

Author SHA1 Message Date
Yostra
b13515f622 correct name for check plots 2020-06-01 08:56:59 -07:00
Gene Hoffman
3f2f084cdc Increase chiapos stack size with editbin.exe (#250)
* use mdbuild to path for editbin
* full path to editbin.exe
* because of course it's Start-Process...
2020-06-01 08:56:59 -07:00
Yostra
1a97afda7b editbin 2020-06-01 08:56:59 -07:00
Gene Hoffman
e91812bd03 Clean up miniup-setproctitle 2020-06-01 08:56:59 -07:00
Gene Hoffman
551dc7d73f correct --find-links dir 2020-06-01 08:56:59 -07:00
Gene Hoffman
d7c20c8256 remove exteraneous --add-binary 2020-06-01 08:56:59 -07:00
Gene Hoffman
5848533eb1 Put setproctitle and miniupnpc in the venv 2020-06-01 08:56:59 -07:00
Gene Hoffman
359bfa9acc Add missing msvc dll's (#249)
* Bring in msvcp140.dll and vcruntime140_1.dll
2020-06-01 08:56:59 -07:00
Yostra
334e4bdff6 use relative path: 2020-06-01 08:56:59 -07:00
Gene Hoffman
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
Strahinja Markovic
c00cec8863 correct dir 2020-06-01 08:56:59 -07:00
Gene Hoffman
a90f23f1d3 revert src.util.bip39 2020-06-01 08:56:59 -07:00
Gene Hoffman
b3bb2ecede revert websocket_server spec entry. 2020-06-01 08:56:59 -07:00
Gene Hoffman
d6dfd46f1d fix syntax error 2020-06-01 08:56:59 -07:00
Gene Hoffman
899a71eae8 Fix hidden aiohttp 2020-06-01 08:56:59 -07:00
Gene Hoffman
16b6fa7677 add wheel and pep517 to win pyinstall venv. Update npm pkgs 2020-06-01 08:56:59 -07:00
Yostra
0bd849fef1 windows version 2020-06-01 08:56:59 -07:00
Yostra
86aaeaa292 mac version 2020-06-01 08:56:59 -07:00
Yostra
2b761db470 path change 2020-06-01 08:56:59 -07:00
Gene Hoffman
86fb4bec1e Remove duplicate npm installs, typos in ci's 2020-06-01 08:56:59 -07:00
Gene Hoffman
e55a9fa1e5 Clean up installers (#239)
* Clean up win, mac installers
* Build Catalina DMG on GitHub Actions
* gitignore dmg builds
* Manage mac artifacts
* Correct Mac artifact, temp disable azure pytest
* Re-enable pytest on azure pipeline
2020-06-01 08:56:59 -07:00
Yostra
85882f06a5 Breaking changes - fix aggsig, new genesis, new protocol version (#235)
* ouch - fix aggsig merge issues
* Block tools with keychain
* Use load_plots for Prover
* New genesis
* introducer
Co-authored-by: Mariano Sorgente <sorgente711@gmail.com>
2020-06-01 08:56:59 -07:00
Yostra
6c2d93ba36 win insaller cleanup 2020-06-01 08:56:59 -07:00
Yostra
2f8c62e9d7 Revert "Windows installer (#232)"
This reverts commit 1cb8840538.
2020-06-01 08:56:59 -07:00
Yostra
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
Yostra
b964d86a5f Electron react (#226)
* clean react
* add material ui
* add word list
* mnemonic v0
* jeepney backup
* keychain usage
* wallet api
* mnemonic ui
* mnemonics redux state
* handle exceptions correctly
* dashboard
* wallets
* get puzzle hash
* tx history
* sidebar
* start stop wallet node
* use existing mnemonics
* status info
* create cc wallet
* theme should be outside of switch
* create offer
* dbus alternative for linux
* key migration
* don't autocomplete, don't reset simulator db
* reset mnemonics
* Refactor keychain, and key migration
* Implement UI for changing keys
* Removing keys and mnemonic button
* Start making farmer and harvester RPCs
* start rpx for simulator
* Harvester and farmer websocket, and basic UI
* Plot display and deletion
* launch daemon on start
* State changes from full node, harvester, farmer, and full node ui improvements
* split balances in react
* pending change balance
* plotter
* dev config
* maintain connection / retry
* Remove electron-ui, and style fixes
* Better farmer and full node control
* Remove electron ui references
* Uncomment out starting the dameon
* Remove timelord tab, and change full node style
* Clean up new wallet login
* Refactor RPCs
* Now that the GH runner uses python 3.7.7 - use for windows installer
* add balance split to coloured coin wallet
* spendable balance fix
* Import private key from UI fix
* mac build/installer

Co-authored-by: Mariano Sorgente <sorgente711@gmail.com>
Co-authored-by: Lipa Long <lipa@chia.net>
Co-authored-by: Gene Hoffman <hoffmang@hoffmang.com>
2020-06-01 08:56:59 -07:00